Summary
-
GROOVY-5924
2013-01-17T08-18
2013-02-07T05-15
Provide a mechanism to allow the type checker to know what are the expected argument types of a closure
-
GROOVY-5742
2012-10-03T21-51
2012-10-03T21-53
CompileStatic goes into infinite loop when handling self-referential generics
-
GROOVY-5807
2012-11-19T07-51
2012-11-19T08-07
When static type checking, only static invocations to methods, not to variables, are considered
-
GROOVY-6162
2013-05-21T05-34
Last Tuesday 5:34 AM
'this' in static context not treated as class by @CompileStatic
-
GROOVY-5975
2013-02-04T09-33
Last Saturday 6:12 AM
@TypeChecked error when calling Standard Java Methods (i.e StringBuilder.append)
-
GROOVY-6129
2013-04-30T10-06
30/Apr/13
@CompileStatic def map = new HashMap<>() crashes compiler