[ https://issues.apache.org/jira/browse/GROOVY-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Milles resolved GROOVY-11250. ---------------------------------- Fix Version/s: 3.0.20 Resolution: Fixed https://github.com/apache/groovy/commit/2e5cb2a9f9874ade4a9148d80b4002df6d40b14d > Compilation fails when accessing getter with shortcut notation on Java class > ---------------------------------------------------------------------------- > > Key: GROOVY-11250 > URL: https://issues.apache.org/jira/browse/GROOVY-11250 > Project: Groovy > Issue Type: Bug > Components: Static compilation > Affects Versions: 3.0.20 > Reporter: Mattias Reichel > Assignee: Eric Milles > Priority: Major > Fix For: 3.0.20 > > > Example project that demonstrates the issue: > [https://github.com/matrei/bug-groovy-java-getter] > Workaround: Use long form o.getName() instead of o.name > -- This message was sent by Atlassian Jira (v8.20.10#820010)