[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: API changes tracker for Java libraries



01.04.2016, 22:55, "Emmanuel Bourg":
> Le 1/04/2016 19:56, Ponomarenko Andrey a écrit :
>
>>  Done:
>>
>>  http://abi-laboratory.pro/java/tracker/timeline/bouncycastle/
>>  http://abi-laboratory.pro/java/tracker/timeline/asm/
>>  http://abi-laboratory.pro/java/tracker/timeline/cglib/
>>  http://abi-laboratory.pro/java/tracker/timeline/guava/
>>  http://abi-laboratory.pro/java/tracker/timeline/jetty/
>>  http://abi-laboratory.pro/java/tracker/timeline/icu4j/
>>  http://abi-laboratory.pro/java/tracker/timeline/jna/
>>
>>  Feel free to add more libraries to the tracker.
>
> Thank you!
>
> I noticed a false positive on the report for commons-collections 4.1 vs 4.0:
>
> http://abi-laboratory.pro/java/tracker/compat_report/commons-collections/4.0/4.1/662d3/bin_compat_report.html#Removed
>
> The removal of the equals() and hashCode() methods is erroneously
> reported as an incompatible change. If the removed method exists in a
> super class it shouldn't be reported I think.

Hi,

Thanks for reporting this! Usually the tool reports such changes as "the method has been moved up type hierarchy to ...", but it failed in this case due to the lack of information about the java.lang.Object class in the analyzed archive. I've fixed the issue and regenerated reports for commons-collections.

Thank you.


Reply to: