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 48541 - cannot add javadoc for annotation type methods
Summary: cannot add javadoc for annotation type methods
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-06 14:22 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-09-06 14:22:48 UTC
Attribute.setJavadocText does nothing. Please
implement it.
Comment 1 Tomas Hurka 2004-09-06 15:10:08 UTC
Attribute.setJavadocText() is implemented correctly. However code-generator part is 
missing.
Comment 2 Tomas Hurka 2004-09-06 15:11:36 UTC
Hopefully fixed in trunk.
Checking in org/netbeans/modules/javacore/jmiimpl/javamodel/AttributeImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/
AttributeImpl.java,v  <--  AttributeImpl.java
new revision: 1.15; previous revision: 1.14
done

Please, verify.
Comment 3 Jan Pokorsky 2004-09-07 11:18:09 UTC
verified
Comment 4 Quality Engineering 2007-09-20 11:56:27 UTC
Reorganization of java component