Type | Rename Support | Move Support | Detail |
Classes | Y | Y | Scans all registered spring files and updates the references in them accordingly. |
Method | Y | N | 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 Files | Y | Y | 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. |