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 135117 - CC for @param should only show parameters that are not already used
Summary: CC for @param should only show parameters that are not already used
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 09:36 UTC by Tim Lebedkov
Modified: 2015-02-16 03:09 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 Tim Lebedkov 2008-05-15 09:36:31 UTC
/*
@param a
@param | <----- start here CC  here
*/
void test(int a, int b);

CC shows at the specified point both a and b instead of showing only b (or automatically inserting it)
Comment 1 David Strupl 2009-03-31 15:48:48 UTC
Resolving all issues with milestone "future" as LATER. If you feel strongly that it should be implemented please reopen
and set the target milestone to "next".
Comment 2 Tim Lebedkov 2009-04-18 19:41:53 UTC
I feel strongly that it should be implemented
Comment 3 Ralph Ruijs 2015-02-15 10:53:23 UTC
changeset:   eca3f8d494af
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Feb 02 13:43:13 2015 +0100
summary:     #135117 - CC for @param should only show parameters that are not already used
Comment 4 Quality Engineering 2015-02-16 03:09:12 UTC
Integrated into 'main-silver', will be available in build *201502160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/eca3f8d494af
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #135117 - CC for @param should only show parameters that are not already used