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

Summary: javadoc not propagated to source file
Product: java Reporter: bmochock <bmochock>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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