This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 48235 - EnumConstant.setJavadocText does not work
Summary: EnumConstant.setJavadocText does not work
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 14:27 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2004-08-31 14:27:38 UTC
test enum:

public enum SimpleEnum {
    E
}

It is not possible add javadoc for E.
Comment 1 Jan Pokorsky 2004-08-31 14:37:49 UTC
Sorry, it is already fixed in

/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/EnumConstantImpl.java,v1.9
Comment 2 Jiri Prox 2005-07-12 10:24:15 UTC
Verified in 4.2 (200507110943)
Comment 3 Quality Engineering 2007-09-20 12:47:41 UTC
Reorganization of java component