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 198515 - Multiple @since not honored in Javadoc completion
Summary: Multiple @since not honored in Javadoc completion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 13:55 UTC by Jesse Glick
Modified: 2011-05-12 04:38 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 2011-05-11 13:55:15 UTC
See for example patch for bug #197639 comment #16. Test case:

/**
 * ...
 * @since x
 * @since y
 */
public class C {}
public class D extends C {}

In HTML Javadoc generated by 6u24, C.html says

Since:
    x, y

But when in D.java in the editor and getting completion on 'C', the IDE shows just:

Since:
    y
Comment 1 Jesse Glick 2011-05-11 13:58:21 UTC
technotes/tools/solaris/javadoc.html#@since explicitly says "[m]ultiple @since tags are allowed".
Comment 2 Jesse Glick 2011-05-11 14:21:35 UTC
core-main #bb9eaa4cabe2
Comment 3 Quality Engineering 2011-05-12 04:38:49 UTC
Integrated into 'main-golden', will be available in build *201105120000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bb9eaa4cabe2
User: Jesse Glick <jglick@netbeans.org>
Log: #198515: Multiple @since not honored in Javadoc completion