Hi!
I'm wondering if there is a tool to make the following functionality in an wasy way.
I have a project in eclipse and I use perforce for versioning. I want to be able to compare the project between two dates and determine which classes/packages etc. that have been added and which classes that been changed and which methods in those classes.
The result should be a list or something that says:
Classes Changed since 20110101
Class1
method1 edited
method2 added
Classes Added since 20110101
Class2 added
Packages Added/Edited since 20110101
Package1 edited
Package2 added
Anyone know of an eclipse plugin or external software or something that can do this easily?
/S