This is a feature of JBuilder Professional and Enterprise.
The Rename Local Variable dialog box renames a local variable. Rename refactoring a local variable renames the declaration and usages of that variable to the new name. Note that a method parameter is treated as a local variable.
To display this dialog box, open the class source file where the local variable is declared in the editor and select the local variable you want to rename. Right-click and choose Rename.
The existing name of the local variable.
The new name of the local variable.
Displays the potential changes in the Refactoring tab of the message pane. The Refactoring button in the toolbar must be selected in order to complete the refactoring.
Completes the refactoring.
See also