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

Eclipse and CodingSpectator logs do not match #185

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

CodingSpectator records a different refactoring ID from what Eclipse does. CodingSpectator records "org.eclipse.jdt.ui.rename.compilationunit" as the ID of the refactoring performed in "rename/T14". But, Eclipse captures the refactoring with ID "org.eclipse.jdt.ui.rename.type".

This problem makes a case for improving the tests to automatically compare the common attributes of CodingSpectator's "performed" refactorings and those captured by Eclipse.

reprogrammer commented 13 years ago

@vazexqi: I confirmed that this issue is because of a bug in Eclipse. See the corresponding bug report at issue #146.