CodingSpectator
CodingSpectator copied to clipboard
Inspect the refactoring histories of open source project
Some open source developers have committed their refactoring histories into their version control system for a while. It would be nice to evaluate this set of data.
Mylyn
Zest
Nebula
I believe that they have stopped storing the refactoring histories. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=287019
@vazexqi: The Mylyn team no longer checks their refactoring histories into the repository. But, we can find the last version of their refactoring histories in their CVS log. For instance, you can find the last refactoring histories of org.eclipse.mylyn.tests in its CVS log.