Hi folks!
I recently found some problems when I tried to rename a package in a Java project with Eclipse. I use Subversive for SVN integration.
If I rename a package via Refactor -> Rename, the commit fails.
I have to rename it in a somewhat strange way:
- Create the new package as a new empty folder
- Select all classes to rename
- right click -> Team -> Switch
- Enter new path.
After the commit, the rename is done, but very ugly.
How to do this on a nicer way?