Closed Wanderer777 closed 13 years ago
Can you paste the code sequence that triggered this? Or since it's in KeshMesh, can you send me the github URL to that file and indicate where you invoked the refactoring.
I reproduced the problem on a Java project with a single class. If you try to rename the class from within the package explorer, you'll get the exception.
Fixed the bug in e9303c1ee48e3382466bbdc0b19e687961b1c9d2.
Forked the branch reorganize-watched-processors
(a3e87c8fb35b391f65637319e77242b46a24a554 ) to reduce the complexity of watched processors.
Converted "pseudo" multiple-inheritance using inner classes to using simpler delegates in f9923a9e2507bbc1fa41e83f84b9b889899eb694
Please take a look to see if this is easier to understand. Also, please test this out more since I haven't done serious testing on it.
We should also still consider if we would like to merge/consolidate/split some of the interface hierarchies.
Trying to rename class
edu.illinois.keshmesh.detector.tests.lck06j.LCK02JTests
from the package explorer view, the dialog window did not react on 'Finish' and 'Cancel' clicks. This is the exception from the error log: