CodingSpectator icon indicating copy to clipboard operation
CodingSpectator copied to clipboard

Inspect the refactoring histories of open source project

Open reprogrammer opened this issue 14 years ago • 2 comments

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

reprogrammer avatar Aug 11 '11 11:08 reprogrammer

I believe that they have stopped storing the refactoring histories. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=287019

vazexqi avatar Aug 11 '11 15:08 vazexqi

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

reprogrammer avatar Aug 11 '11 17:08 reprogrammer