eric-milles opened a new pull request, #2288: URL: https://github.com/apache/groovy/pull/2288
I looked into adding `if (senderClass == null) senderClass = metaClass.getTheClass();` to `ScriptBytecodeAdapter` `getProperty` and `setProperty`. From what I can gather, the old behavior -- before any of the "propagate sender class" changes went in -- passed along the null sender. So I opted for a null test within `isVisibleProperty`. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org