[
https://issues.apache.org/jira/browse/GROOVY-9282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956965#comment-16956965
]
Daniel Sun edited comment on GROOVY-9282 at 10/22/19 11:50 AM:
---------------------------------------------------------------
no ETA for Groovy 2.5.9 :(
But you can pull source code from git repository and build from src via
{{gradlew installGroovy}}
was (Author: daniel_sun):
no ETA for Groovy 2.5.9 :(
But you can pull source code from git repository and build from src via
\{{gradlew installGroovy}}
> 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)