@Wanderer777 told us that the method org.eclipse.ltk.internal.core.refactoring.UndoableOperation2ChangeAdapter.getAllAffectedObjects() is not accurate enough. For example, it may not return all of the compilation units affected by a rename package refactoring. CodingSpectator uses this method to compute the set of compilation problems before and after refactorings. Thus, it would be nice to find the affected compilation units more accurately.
@Wanderer777 told us that the method
org.eclipse.ltk.internal.core.refactoring.UndoableOperation2ChangeAdapter.getAllAffectedObjects()
is not accurate enough. For example, it may not return all of the compilation units affected by a rename package refactoring. CodingSpectator uses this method to compute the set of compilation problems before and after refactorings. Thus, it would be nice to find the affected compilation units more accurately.