Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.7
-
OSX, Groovy-2.4.7, Gradle-3.0
Description
Compilation of any class that makes a dynamic call to super will fail with an NPE. Example:
class TargetClass { def dynamicSuperInvoke(String name) { super."$name"() } def dynamicSuperAccess(String name) { super."$name" } }
Example project: https://github.com/jasoma/groovyc-npe-repro
Attachments
Attachments
Issue Links
- relates to
-
GROOVY-10707 Regression in property access for conflicting isXxx and getXxx accessors
- Closed
-
GROOVY-10708 Property access for wrapped vs. primitive boolean
- Closed
- links to