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