You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (Jira)" <ji...@apache.org> on 2022/06/11 09:59:00 UTC

[jira] [Resolved] (JEXL-371) Override of a protected method with public visibility is not callable

     [ https://issues.apache.org/jira/browse/JEXL-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro resolved JEXL-371.
--------------------------------
    Resolution: Fixed

Commit [25b22b98|https://github.com/apache/commons-jexl/commit/25b22b982487b3bc0fb48d08e3622fd93a359cd1]

> Override of a protected method with public visibility is not callable
> ---------------------------------------------------------------------
>
>                 Key: JEXL-371
>                 URL: https://issues.apache.org/jira/browse/JEXL-371
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 3.3
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>            Priority: Major
>             Fix For: 3.3
>
>
> A protected method with a public override is not visible. 
> Example is the clone method (protected) which is public in LinkedList; it should be callable but fails.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)