Re: ClassNode.isUsingGenerics() -- what is it for?

2019-09-12 Thread Jochen Theodorou
On 12.09.19 16:27, Milles, Eric (TR Tech, Content & Ops) wrote: I didn't check at the bytecode level.  I just ran all the project tests and built some local projects and ran tests. I think this is a left-over from Java5 times. When the class was using generics we required to create Java5 byteco

Re: ClassNode.isUsingGenerics() -- what is it for?

2019-09-12 Thread Milles, Eric (TR Tech, Content & Ops)
I didn't check at the bytecode level. I just ran all the project tests and built some local projects and ran tests. From: Paul King Sent: Wednesday, September 11, 2019 6:05 PM To: Groovy_Developers Subject: Re: ClassNode.isUsingGenerics() -- what is it for? By