| Summary: | Code completion does not work in enum constants | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Gytis Jakutonis <gjakutonis> |
| 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: | |||
*** This bug has been marked as a duplicate of 87170 *** *** Bug 96774 has been marked as a duplicate of this bug. *** +1 for RC2 Fixed and tests added EnumCompletionParserTest#test0008() -> test0013() Verified using N20050606-0010 + JDT/Core HEAD Verified in I20050610-0010 |
Code completion does not work in enum constants: public enum MyEnum { A(){ public String toString() { // no code completion here! return null; } }; }