Source compatibility report for the dropwizard-util library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-util
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes140 / 19
Compatibility 100%

Problem Summary


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

Added Methods  81 


dropwizard-util-2.0.0.jar, ByteStreams.class
package io.dropwizard.util
ByteStreams.copy ( InputStream in, OutputStream to ) [static]  :  void
ByteStreams.toByteArray ( InputStream in ) [static]  :  byte[ ]

dropwizard-util-2.0.0.jar, CharStreams.class
package io.dropwizard.util
CharStreams.toString ( Reader reader ) [static]  :  String

dropwizard-util-2.0.0.jar, DataSize.class
package io.dropwizard.util
DataSize.bytes ( long count ) [static]  :  DataSize
DataSize.compareTo ( DataSize other )  :  int
DataSize.compareTo ( Object p1 )  :  int
DataSize.equals ( Object obj )  :  boolean
DataSize.fromSize ( Size size ) [static]  :  DataSize
DataSize.getQuantity ( )  :  long
DataSize.getUnit ( )  :  DataSizeUnit
DataSize.gibibytes ( long count ) [static]  :  DataSize
DataSize.gigabytes ( long count ) [static]  :  DataSize
DataSize.hashCode ( )  :  int
DataSize.kibibytes ( long count ) [static]  :  DataSize
DataSize.kilobytes ( long count ) [static]  :  DataSize
DataSize.mebibytes ( long count ) [static]  :  DataSize
DataSize.megabytes ( long count ) [static]  :  DataSize
DataSize.parse ( CharSequence size ) [static]  :  DataSize
DataSize.parse ( CharSequence size, DataSizeUnit defaultUnit ) [static]  :  DataSize
DataSize.pebibytes ( long count ) [static]  :  DataSize
DataSize.petabytes ( long count ) [static]  :  DataSize
DataSize.tebibytes ( long count ) [static]  :  DataSize
DataSize.terabytes ( long count ) [static]  :  DataSize
DataSize.toBytes ( )  :  long
DataSize.toGibibytes ( )  :  long
DataSize.toGigabytes ( )  :  long
DataSize.toKibibytes ( )  :  long
DataSize.toKilobytes ( )  :  long
DataSize.toMebibytes ( )  :  long
DataSize.toMegabytes ( )  :  long
DataSize.toPebibytes ( )  :  long
DataSize.toPetabytes ( )  :  long
DataSize.toSize ( )  :  Size
DataSize.toString ( )  :  String
DataSize.toTebibytes ( )  :  long
DataSize.toTerabytes ( )  :  long

dropwizard-util-2.0.0.jar, DataSizeUnit.class
package io.dropwizard.util
DataSizeUnit.convert ( long size, DataSizeUnit unit )  :  long
DataSizeUnit.toBytes ( long l )  :  long
DataSizeUnit.toGibibytes ( long l )  :  long
DataSizeUnit.toGigabytes ( long l )  :  long
DataSizeUnit.toKibibytes ( long l )  :  long
DataSizeUnit.toKilobytes ( long l )  :  long
DataSizeUnit.toMebibytes ( long l )  :  long
DataSizeUnit.toMegabytes ( long l )  :  long
DataSizeUnit.toPebibytes ( long l )  :  long
DataSizeUnit.toPetabytes ( long l )  :  long
DataSizeUnit.toTebibytes ( long l )  :  long
DataSizeUnit.toTerabytes ( long l )  :  long
DataSizeUnit.valueOf ( String name ) [static]  :  DataSizeUnit
DataSizeUnit.values ( ) [static]  :  DataSizeUnit[ ]

dropwizard-util-2.0.0.jar, DirectExecutorService.class
package io.dropwizard.util
DirectExecutorService.awaitTermination ( long timeout, TimeUnit unit )  :  boolean
DirectExecutorService.DirectExecutorService ( )
DirectExecutorService.execute ( Runnable command )  :  void
DirectExecutorService.isShutdown ( )  :  boolean
DirectExecutorService.isTerminated ( )  :  boolean
DirectExecutorService.shutdown ( )  :  void
DirectExecutorService.shutdownNow ( )  :  List<Runnable>

dropwizard-util-2.0.0.jar, Lists.class
package io.dropwizard.util
Lists.of ( Iterable<T> elements ) [static]  :  List<T>
Lists.of ( Iterator<T> it ) [static]  :  List<T>

dropwizard-util-2.0.0.jar, Maps.class
package io.dropwizard.util
Maps.of ( K k1, V v1, K k2, V v2 ) [static]  :  Map<K,V>
Maps.of ( K k1, V v1, K k2, V v2, K k3, V v3 ) [static]  :  Map<K,V>
Maps.of ( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4 ) [static]  :  Map<K,V>
Maps.of ( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5 ) [static]  :  Map<K,V>

dropwizard-util-2.0.0.jar, Resources.class
package io.dropwizard.util
Resources.copy ( URL from, OutputStream to ) [static]  :  void
Resources.getResource ( String resourceName ) [static]  :  URL
Resources.toByteArray ( URL url ) [static]  :  byte[ ]
Resources.toString ( URL url, Charset charset ) [static]  :  String

dropwizard-util-2.0.0.jar, Sets.class
package io.dropwizard.util
Sets.of ( Iterable<T> elements ) [static]  :  Set<T>
Sets.of ( T e1, T e2 ) [static]  :  Set<T>
Sets.of ( T e1, T e2, T e3 ) [static]  :  Set<T>
Sets.of ( T e1, T e2, T e3, T e4 ) [static]  :  Set<T>
Sets.of ( T e1, T e2, T e3, T e4, T e5 ) [static]  :  Set<T>
Sets.of ( T... elements ) [static]  :  Set<T>

dropwizard-util-2.0.0.jar, Size.class
package io.dropwizard.util
Size.fromDataSize ( DataSize dataSize ) [static]  :  Size
Size.toDataSize ( )  :  DataSize

dropwizard-util-2.0.0.jar, SizeUnit.class
package io.dropwizard.util
SizeUnit.toDataSizeUnit ( )  :  DataSizeUnit

dropwizard-util-2.0.0.jar, Strings.class
package io.dropwizard.util
Strings.emptyToNull ( String string ) [static]  :  String
Strings.isNullOrEmpty ( String string ) [static]  :  boolean
Strings.nullToEmpty ( String string ) [static]  :  String
Strings.repeat ( String string, int count ) [static]  :  String

dropwizard-util-2.0.0.jar, Throwables.class
package io.dropwizard.util
Throwables.getRootCause ( Throwable throwable ) [static]  :  Throwable

to the top

Java Archives  1 


dropwizard-util-1.3.29.jar

to the top