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 bytecode, which we did not do by default then. Nowadays we are beyond this, we forgot to remove the method ;) bye Jochen