Am 14.06.2015 16:54, schrieb Cédric Champeau: [...]
I don't feel it is as easy as fixing a test. First of all, our closure generated classes are *not* anonymous. ClosureWriter doesn't generate anonymous classes, and we can verify it easily:def cl = { -> '' } assert cl.class.anonymousClass == false
just tested again, and I get true. It has to be true, because isAnonymousClass() is now defined by getSimpleName().equals("")
bye blackdrag -- Jochen "blackdrag" Theodorou blog: http://blackdragsview.blogspot.com/
