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 120924

Summary: renaming should also rename @param tag
Product: java Reporter: pepeio <pepeio>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pepeio 2007-11-02 08:01:32 UTC
When renaming a method parameter, javadoc @param tag should be renamed too.
Comment 1 Jiri Prox 2007-11-02 08:12:12 UTC
This works for me in Build 20071030062948, you have to check 'Apply rename on comments' checkbox
Comment 2 pepeio 2007-11-02 12:58:13 UTC
Sorry, i was pretty unclear.
When you hit ctrl+r on a method variable, the variable and all instances turn blue.
You rename, it interactively shows you the renaming in the whole method, but it does not rename the javadoc tag.

I agree that going through the menu renames the javadoc.
Comment 3 Jan Lahoda 2007-11-02 13:21:10 UTC
Duplicate of issue #102669.

*** This issue has been marked as a duplicate of 102669 ***