You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2020/09/12 23:15:00 UTC

[jira] [Comment Edited] (IO-687) ReverseComparator is missing from 2.8.0

    [ https://issues.apache.org/jira/browse/IO-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194905#comment-17194905 ] 

Gary D. Gregory edited comment on IO-687 at 9/12/20, 11:14 PM:
---------------------------------------------------------------

If you are expecting old code to compile against package private code within the same package, then that is an unreasonable expectation since we only provide binary compatibility for public and protected code. Code that we implement in our own package AND is package private is free to change. 


was (Author: garydgregory):
If you are expecting old code to compile against package private code within the same package, then that is an unreasonable expectation. since we only provide binary compatibility for public and protected code. Code that we implement in our own package AND is package private is free to change. 

> ReverseComparator is missing from 2.8.0
> ---------------------------------------
>
>                 Key: IO-687
>                 URL: https://issues.apache.org/jira/browse/IO-687
>             Project: Commons IO
>          Issue Type: Bug
>            Reporter: Sebb
>            Priority: Blocker
>
> The class org/apache/commons/io/comparator/ReverseComparator is missing from 2.8.0 compared with 2.7.
> This is a breaking change, yet it does not appear to have been noticed by japicmp.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)