On Thu, Jan 27, 2011 at 8:54 AM, Emond Papegaaij <[email protected]> wrote: > Hi Martin, > > I really like this idea. At Topicus we had to copy-paste the entire thing to > make it check for subclasses of 'Entiteit' (our entity base class). It also > checks for LDMs that are still attached, because these are not catched by the > current checker, because the object is stored in a transient field. We also > skip classes that are @Deprecated.
Note that transient instances of 'Entiteit' are allowed in serialization (otherwise wizards for new object chains would not work). Martijn
