Eric Helgeson created GROOVY-9607:
-------------------------------------
Summary: Class generation regression in 3.0.5-ss: This method
should not have been called
Key: GROOVY-9607
URL: https://issues.apache.org/jira/browse/GROOVY-9607
Project: Groovy
Issue Type: Bug
Affects Versions: 3.0.5
Reporter: Eric Helgeson
Compiling grails-core master branch on 3.0.5-SNAPSHOT I noticed a regression
since 3.0.4 -
{code:java}
Execution failed for task ':grails-web-databinding:compileGroovy'. > BUG!
exception in phase 'class generation' in source unit
'/Users/erichelgeson/source/grails-core/grails-web-databinding/src/main/groovy/grails/web/databinding/GrailsWebDataBinder.groovy'
At line 541 column 33 On receiver: obj with message: getAt and arguments:
propName This method should not have been called. Please try to create a simple
example reproducing this error and file a bug report at
https://issues.apache.org/jira/browse/GROOVY {code}
Offending line here:
[https://github.com/grails/grails-core/blob/master/grails-web-databinding/src/main/groovy/grails/web/databinding/GrailsWebDataBinder.groovy#L541]
I am unsure how to recreate a concise reproducible bug from this so I ran a git
bisect and found this to be the commit that introduced the error:
https://issues.apache.org/jira/browse/GROOVY-9344 I also validated it by
reverting the commit and re-testing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)