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 256126 - Offer renaming of method and constructor arguments when renaming class properties
Summary: Offer renaming of method and constructor arguments when renaming class proper...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 08:51 UTC by kalle1
Modified: 2015-10-23 08:51 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 kalle1 2015-10-23 08:51:34 UTC
Like the option to rename getters and setters the naming of method and constructor argument should be offered as well. While this has no functional impact (like the renaming of getters and setters) it provides more elegant code and better use of auto-completion in other classes (where an up-to-date method constructor argument name can be presented).