We are at the stage of fixing project errors. I am trying to fix a function that regressed once in the last 2 months. I think I highlighted the problem for one method of the Java class. Ideally, I would like to compare how this method has evolved over the past 5 or 10 Subversion transactions.
Are there any tools that understand Java and Subversion well to visualize the evolution of a method in multiple transactions? I present an extension for the Subversive Eclipse module.
I am looking for something besides string / character comparison. Svn blame / show annotations does not understand that the text being analyzed is Java code that has methods. Are there any tools that are visualized with this understanding?
Something similar to the Motive tool described in this article ... 2007. Visualization of the evolution of software architecture using change sets. Andrew McNair, Daniel M. Herman and Jens Weber-Janke, Computer Science Division, University of Victoria, Victoria, Canada, {amcnair, dmg, jens} @ cs.uvic.ca http://turingmachine.org/~dmg/papers/ dmg2007_wcre_changesets.pdf
source share