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 72738 - javadoc not propagated to source file
Summary: javadoc not propagated to source file
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 16:35 UTC by bmochock
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 bmochock 2006-02-16 16:35:56 UTC
When class members are defined together, e.g.,
<CODE>private int x,y,z; </CODE>,
Autocomment splits them up, but fails to insert the new comments, e.g.,
<CODE>
private int x;
private int y;
private int z;
</CODE>
Comment 1 Jan Pokorsky 2006-03-02 15:17:40 UTC
Reproducible. It seems to be an issue of javacore module since passed javadoc
(ClassMember.setJavadocText) is stored to the model (verified in Java Navigator)
but not propagated to the source file in this case.

Reassigning to java/javacore for further evaluation.
Comment 2 Jan Becicka 2006-10-26 16:26:54 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 11:55:07 UTC
Reorganization of java component