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 126951 - Refactoring: renaming of a method's argument changes javadoc of other methods.
Summary: Refactoring: renaming of a method's argument changes javadoc of other methods.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 22:21 UTC by haihovu
Modified: 2010-09-23 08:40 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description haihovu 2008-02-07 22:21:06 UTC
When using refactoring to change the name of an argument in a method with the Apply Rename on Comments option set, the
javadoc of arguments with the same name but belonging to other methods are also changed. The expected behaviour is that
only the javadoc for the method being refactored would be affected.
Comment 1 Daniel Prusa 2008-02-08 11:50:06 UTC
Refactoring searches only for strings in comments and offers all matches to be renamed, this needs to be improved by
analyzing javadoc tags.