| Summary: | Field completion failed to propose a field declared into an innerclass | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Olivier Oeuillot <oeuillot> | ||||||
| Component: | Core | Assignee: | David Audel <david_audel> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.1 | ||||||||
| Target Milestone: | 3.1 RC2 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Olivier Oeuillot
Created attachment 22231 [details]
Problem context
In your test case IMixerListener, MixerEvent, AbstractMixerDeltaVisitor, IPlayer, IMixerDelta and CoreException can be resolved or they are missing ? (In reply to comment #2) > In your test case IMixerListener, MixerEvent, AbstractMixerDeltaVisitor, > IPlayer, IMixerDelta and CoreException can be resolved or they are missing ? All these classes exist, and compile without any problem. I can create a Java project with theses classes if you want debug. (If it can help you ...) I failed to reproduced the problem. I will be very happy if you can give me a Java Project that reproduce the problem. Created attachment 22303 [details]
Java project which contains completion problem
Problem reproduced with the attached project. thanks. Simplest test case:
public class Test {
Object var = new Object() {
void bar() {
int i = 0;
}
void foo() {
bar
}
};
}
+1 for RC2 Fixed an test added CompletionParserTest2#test0152() Verified using N20050606-0010 + JDT/Core HEAD Verified with I20050610-0010 |