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 11949 - Adding Javadoc comment to one var in a group decl does not work
Summary: Adding Javadoc comment to one var in a group decl does not work
Status: CLOSED DUPLICATE of bug 6814
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-04 12:13 UTC by Jesse Glick
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 Jesse Glick 2001-05-04 12:13:03 UTC
[release32 RC4] When there are two or more variables in one
declaration, e.g.:

    String foo, bar;

and you set the Javadoc comment for 'foo' programmatically
(e.g. Auto Comment), you get e.g.:

    String
    /** some comment
     */
    foo, bar;

whereas it should split them automatically, e.g.:

    /** some comment
     */
    String foo;
    String bar;
Comment 1 Jan Chalupa 2001-05-05 23:20:05 UTC
Target milestone -> 3.3
Comment 2 Jan Becicka 2001-05-16 14:49:36 UTC
*** Issue 10791 has been marked as a duplicate of this issue. ***
Comment 3 Svata Dedic 2001-05-22 14:27:53 UTC
There's a single piece of code which is supposed to tear such fields apart, if 
some change is made to one of them.


*** This issue has been marked as a duplicate of 6814 ***
Comment 4 Quality Engineering 2003-07-01 13:11:59 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 13:20:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.