Bug 151477 - [quick fix] Quick assist fails to add javadoc on enum constants
Summary: [quick fix] Quick assist fails to add javadoc on enum constants
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2006-07-21 17:25 EDT by Michael Schneider CLA
Modified: 2009-08-30 02:06 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 Michael Schneider CLA 2006-07-21 17:25:27 EDT
In the following enum:

  public enum E {

    FOO
  }

one can do quick assis (CTRL+1) on the constant 'FOO' and choose 'Add Javadoc comment'. But nothing happens.
Comment 1 Benjamin Muskalla CLA 2008-04-24 17:04:38 EDT
Quick fix works as expected with HEAD of today. Don't know if there was ever a quick assist for this.
Comment 2 Martin Aeschlimann CLA 2008-04-25 05:35:14 EDT
Seems to work now.
Comment 3 Denis Roy CLA 2009-08-30 02:06:04 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.