Spring UI Extensions - Refactoring Participants

Overview

Type Rename Support Move Support Detail
ClassesYY Scans all registered spring files and updates the references in them accordingly.
MethodYN Changing a bean accessor method's (i.e. setProp) name gets reflected in all registered spring files which make use of that property (prop).
Config FilesYY SpringIDE registers config files at the project level. This refactoring participant allows you to move those files around without having to manually fix the registration.

Limitations

Screenshot


Back