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

Summary: CC for @param should only show parameters that are not already used
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: JavadocAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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