Binary compatibility report for the kotlin-stdlib library between 1.5.10-bin and 1.5.10 versions

Test Info


Library Namekotlin-stdlib
Version #11.5.10-bin
Version #21.5.10

Test Results


Total Java Modules1
Total Methods / Classes1493 / 288
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-18
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  18 


kotlin-stdlib.jar, AbstractCollection.class
package kotlin.collections
AbstractCollection<E>.removeIf ( Predicate<? super E> p1 )  :  boolean

kotlin-stdlib.jar, AbstractList.class
package kotlin.collections
AbstractList<E>.replaceAll ( UnaryOperator<E> p1 )  :  void
AbstractList<E>.sort ( Comparator<? super E> p1 )  :  void

kotlin-stdlib.jar, AbstractMap.class
package kotlin.collections
AbstractMap<K,V>.compute ( K p1, BiFunction<? super K,? super V,?> p2 )  :  V
AbstractMap<K,V>.computeIfAbsent ( K p1, Function<? super K,?> p2 )  :  V
AbstractMap<K,V>.computeIfPresent ( K p1, BiFunction<? super K,? super V,?> p2 )  :  V
AbstractMap<K,V>.merge ( K p1, V p2, BiFunction<? super V,? super V,?> p3 )  :  V
AbstractMap<K,V>.putIfAbsent ( K p1, V p2 )  :  V
AbstractMap<K,V>.remove ( Object p1, Object p2 )  :  boolean
AbstractMap<K,V>.replace ( K p1, V p2 )  :  V
AbstractMap<K,V>.replace ( K p1, V p2, V p3 )  :  boolean
AbstractMap<K,V>.replaceAll ( BiFunction<? super K,? super V,?> p1 )  :  void

kotlin-stdlib.jar, EmptyList.class
package kotlin.collections
EmptyList.replaceAll ( UnaryOperator p1 )  :  void
EmptyList.sort ( Comparator p1 )  :  void

kotlin-stdlib.jar, UByteArray.class
package kotlin
UByteArray.removeIf ( Predicate<? super UByte> p1 )  :  boolean

kotlin-stdlib.jar, UIntArray.class
package kotlin
UIntArray.removeIf ( Predicate<? super UInt> p1 )  :  boolean

kotlin-stdlib.jar, ULongArray.class
package kotlin
ULongArray.removeIf ( Predicate<? super ULong> p1 )  :  boolean

kotlin-stdlib.jar, UShortArray.class
package kotlin
UShortArray.removeIf ( Predicate<? super UShort> p1 )  :  boolean

to the top

Java Archives  1 


kotlin-stdlib-1.5.10.jar

to the top