eric-milles opened a new pull request #1515: URL: https://github.com/apache/groovy/pull/1515
When user creates a method call expression, the default is for implicit this to be true and this has caused a number of problems for transforms when applied to inner class scenarios. Only when the object expression is truly "this" should it be rewritten to "Outer.this" when referencing an outer class method. https://issues.apache.org/jira/browse/GROOVY-9807 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
