How would you make a list of methods that changed in a period of time. For example: All methods with timestamp between 01/01/2014 01/10/2014.
I know that most methods have a timestamp, but this includes the author as well and I don't know how to properly parse it. And is it possible to make a list of all deleted methods. I know that all code and changes are in my changes file but I don't know how to find deleted methods. regards Nicolai
