Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.2
Description
When compiling classes that implement interfaces with generics from a library (something not in the list of classes to compile, but still on the classpath), I get a java.lang.reflect.MalformedParameterizedTypeException.
I have attached a gradle project that demonstrates the issue with a 'gradle clean compileGroovy'
This issue seems to be only with groovyc, not with the eclipse batch compiler.