Static Type Checker
Summary
Description
- Lead: Cedric Champeau
Issues: Unresolved
-
GROOVY-5924
Provide a mechanism to allow the type checker to know what are the expected argument types of a closure
-
GROOVY-5742
CompileStatic goes into infinite loop when handling self-referential generics
-
GROOVY-5807
When static type checking, only static invocations to methods, not to variables, are considered
Issues: Updated recently
-
GROOVY-5975
Yesterday 6:12 AM
@TypeChecked error when calling Standard Java Methods (i.e StringBuilder.append)
-
GROOVY-6129
30/Apr/13
@CompileStatic def map = new HashMap<>() crashes compiler
-
GROOVY-6119
25/Apr/13
Type checker doesn't recognize explicit map constructor