[ https://issues.apache.org/jira/browse/GROOVY-9282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956978#comment-16956978 ]
Tobias Gesellchen commented on GROOVY-9282: ------------------------------------------- Alright. And thanks for the fast feedback here and on GitHub. That's how Open Source makes fun :) > Account for package-private methods when overriding as protected > ---------------------------------------------------------------- > > Key: GROOVY-9282 > URL: https://issues.apache.org/jira/browse/GROOVY-9282 > Project: Groovy > Issue Type: Bug > Affects Versions: 2.5.7, 2.5.8, 3.0.0-beta-3 > Reporter: Tobias Gesellchen > Assignee: Paul King > Priority: Minor > Fix For: 2.5.9, 3.0.0-rc-1 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > When overriding a method as `protected` with a super method being > package-private (no modifier in Java or `@PackageScope` in Groovy), > compilation fails with an error similar to this: > {code:java} > ... > exampleMethod(java.lang.Object -> java.lang.Object) in com.example.Child > cannot override exampleMethod in com.example.Base; attempting to assign > weaker access privileges; was package-private > ... > {code} > This edge case seems to be missed at GROOVY-8651. > I submitted a pull request at [https://github.com/apache/groovy/pull/1038] -- This message was sent by Atlassian Jira (v8.3.4#803005)