On 13 Jan 2014, at 16:14, Nicolai Hess <nicolaihess@web.de> wrote:
How would you make a list of methods that changedFor example: All methods with timestamp between 01/01/2014 01/10/2014.
in a period of time.
you can do something like:list := timestamp splitOn: � �.date := Date fromString: list second.time := Time fromString: list third.dateAndTime := DateAndTimedate: datetime: time
I know that most methods have a timestamp, but this includesAnd is it possible to make a list of all deleted methods.
the author as well and I don't know how to properly parse it.Have a look a RecentMessageList.It stores (or its supposed to) all the changes related to method, including deletion.
Ben