by Roger Parkinson >> Wed, 23 Jun 1999 9:11:09 GMT
Does anyone else have a use for this? Like lots of people we have multiple developers working in single user mode and merging at convenient intervals. So I spend lots of time writing down lists of classes I change on bits of paper and losing the bits of paper. Getting the list of methods changed (which you can do) doesn't tell you about attributes you added to the class etc so is not enough.
So I knocked up this thing. It is a jadescript method called displayDates and a method on the Class class which figures the last modified date (including properties and methods). It put them all into a list, sorts it by modified timestamp, and writes it out to the Output Viewer.
It is a bit ugly, but it is very simple, and you can see what has changed really easily. I made use of the undocumented schemaEntity.modifiedTimeStamp. I tried to get the user profile as well but that didn't work quickly enough to hold my attention, if anyone else knows....
Anyway, here it is. In spite of the file name it has nothing to do with Jade's delta facility.
Roger