-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
JavaMoveProcessor had two setDestination() methods one for IResource and another for IJavaElement
In 3.4 there is just one method setDestination(IReorgDestination destination)
Solution:
processor.setDestination(ReorgDestinationFactory.createDestination(destination));
ReorgDF adapts the object to the correct one.