Bug 96783 - Code completion does not work in enum constants
Summary: Code completion does not work in enum constants
Status: RESOLVED DUPLICATE of bug 87170
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 10:01 EDT by Gytis Jakutonis CLA
Modified: 2005-05-26 10:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gytis Jakutonis CLA 2005-05-26 10:01:08 EDT
Code completion does not work in enum constants:
public enum MyEnum {

  A(){
    public String toString() {
      // no code completion here!
      return null;
    }
  };

}
Comment 1 Dani Megert CLA 2005-05-26 10:15:54 EDT
Why are you filing the same bug over and over again?

*** This bug has been marked as a duplicate of 87170 ***