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 - renaming should also rename @param tag
Summary: renaming should also rename @param tag
Status: RESOLVED DUPLICATE of bug 102669
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 08:01 UTC by pepeio
Modified: 2007-11-02 13:21 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 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 ***