Bug 96774 - Code completion does not work in enum constants
Summary: Code completion does not work in enum constants
Status: RESOLVED DUPLICATE of bug 96765
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 09:25 EDT by Gytis Jakutonis CLA
Modified: 2005-06-03 12:00 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 09:25:10 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 09:58:41 EDT

*** This bug has been marked as a duplicate of 87170 ***
Comment 2 David Audel CLA 2005-06-03 11:59:03 EDT
This bug is not a duplicate of bug 87170
Comment 3 David Audel CLA 2005-06-03 12:00:04 EDT

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