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 257804 - "Rename in comment" no more apparent, also indistinguishable from rename javadoc parameter
Summary: "Rename in comment" no more apparent, also indistinguishable from rename java...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 16:10 UTC by arataj
Modified: 2016-02-01 16:10 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 arataj 2016-02-01 16:10:31 UTC
Renaming does typically a predictable job with a single exception: renaming of a word within javadoc, which is not marked with keywords like @param.

As otherwise the renaming is reliable enough, this exception seems to be in many cases a single instance of renaming, where a human intervention is required. Yet, it is not apparent from the "review changes" dialog. Not only no distinction is made to what is in fact a guess of the refactoring system, but the former "rename in comment" became an even more generic "update".

Perhaps highlighting what is a total guess of the refactoring system would help.