Rename Field dialog box

This is a feature of JBuilder Professional and Enterprise.

The Rename Field dialog box renames a field. Rename refactoring a field changes the declarations and usages of that field to the new name.

To display this dialog box, open the class source file where the field is declared in either the editor or a UML class diagram. Right-click and choose Rename.

Old Name

The existing name of the field.

New Name

The new name of the field.

View References Before Refactoring

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.

OK

Completes the refactoring.

See also