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

Summary: Offer renaming of method and constructor arguments when renaming class properties
Product: java Reporter: kalle1
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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).