Philip Helger

Results 293 comments of Philip Helger

Okay, and what if `IJObject` gets a new method `getClone (JCodeModel new)` ?

Reflection makes it even more difficult, especially if some byte code modifying frameworks like ByteBuddy or the Spring stuff is used, you might get weird errors. I would really prefer...

Okay - that sounds like a fair compromise. I like throwing exceptions :)

Such getters are always great. This is one of the big differences of this project to the original codemodel. If you find more of those - just add them.

yes, to build the same structure you somehow need a state that know about all objects and if they are already cloned or not. So I think coming back to...

Is that branch still WiP?

No plans on my side - feel free :)

I must admit I haven't look at the official specs yet, and just adding to `EClassType` will not suffice I fear. Are the record types the final specification or are...

After my vacation next week :)

So, what I do to create a "META-INF/services" file, I do the following: ```java final String sContent = "bla"; // Fake directory cm.rootPackage () .addResourceFile (JTextFile.createFully ("META-INF/services/" + aEntry.getKey (),...