This is the error that appears when you try to do a Rename: SEVERE: There are no rename handlers for oracle.jdevimpl.java.editing.JavaViewSelectionHelper$SourceElementElement registered with the RenameHandlerService!. Weird right, no rename handler? Something odd is going on!
The rename functionality is accessed via the pop-up menu in the editor. Select a variable to rename, right-click it, open the Refactor sub-menu and click Rename.
The Messages Log window will then show something like this:
Feb 19, 2015 8:44:52 AM oracle.ide.cmd.RenameCommand doit
INFO: There are no rename handlers for oracle.jdevimpl.java.editing.JavaViewSelectionHelper$SourceElementElement registered with the RenameHandlerService, falling back to simple rename!
Feb 19, 2015 8:44:52 AM oracle.ide.cmd.RenameCommand doit
SEVERE: There are no rename handlers for oracle.jdevimpl.java.editing.JavaViewSelectionHelper$SourceElementElement registered with the RenameHandlerService!
INFO: There are no rename handlers for oracle.jdevimpl.java.editing.JavaViewSelectionHelper$SourceElementElement registered with the RenameHandlerService, falling back to simple rename!
Feb 19, 2015 8:44:52 AM oracle.ide.cmd.RenameCommand doit
SEVERE: There are no rename handlers for oracle.jdevimpl.java.editing.JavaViewSelectionHelper$SourceElementElement registered with the RenameHandlerService!
Now this issue manifests only if whatever you are trying to rename does not appear in the Structure window. So if you have statics hidden and try to rename a static object (like I did), you will get the error.
The workaround is to simply show everything in the Structure window. It's as simple as that.
-i