On 8/21/07, nraychaudhuri / gmail.com <nraychaudhuri / gmail.com> wrote: > Is there any way I can find all the classes that have been re-opened > in a project? > > > No fool proof way. Are there particular changes to a class you are looking to track? For instance you can override method_added to see if anyone adds any additional methods.