Rename Field dialog box

This is a feature of JBuilder SE 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.

Class

The class in which this field is located. This field is read-only.

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

Displays the Refactoring tab (if the preview option is selected) or completes the refactoring.

See also