1. |
Activate a refactoring command. For example, rename a type by selecting it in the Outline view and choosing Refactor > Rename from its context menu. |
2. |
The refactoring parameters page prompts you for information necessary for the action. For example, the Rename Type Refactoring Wizard asks you for a new name for the selected type. |
3. |
Provide the necessary data on the parameters page, and click Finish. |
4. |
If no problems more severe than the default level set in the refactoring preferences (Window > Preferences > Java > Refactoring) are anticipated, then the refactoring is carried out. ![]() If you chose in the refactoring preferences to be notified of any problems afterwards, then any detected problems are displayed at this time. |
5. |
If problems more severe than the default level set in the refactoring preferences are anticipated, then the problems page comes to the front to display the errors. ![]()
|