[
https://issues.apache.org/jira/browse/GROOVY-10198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041415#comment-18041415
]
ASF GitHub Bot commented on GROOVY-10198:
-----------------------------------------
eric-milles opened a new pull request, #2345:
URL: https://github.com/apache/groovy/pull/2345
(no comment)
> Extending a class via its superclass' metaclass changes method visibility
> rules
> -------------------------------------------------------------------------------
>
> Key: GROOVY-10198
> URL: https://issues.apache.org/jira/browse/GROOVY-10198
> Project: Groovy
> Issue Type: Bug
> Components: groovy-runtime
> Affects Versions: 2.4.15
> Reporter: L
> Assignee: Eric Milles
> Priority: Major
> Attachments: Test1.groovy
>
>
> Private fields/methods of a superclass are not accessible in groovy, see
> GROOVY-3142
> But if some superclasses in the class hierarchy is extended via its
> metaclass, private methods become visible.
> This happens in all the latest 2.X (2.4.21), 3.X (3.0.8) and 4.X
> (4.0.0-alpha-3) versions.
>
> Attached is a simple groovy script that demonstrates it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)