vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Make the computation of compilation problems more accurate #219

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

@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.