Source compatibility report for the dropwizard-jersey library between 2.1.12 and 3.0.0 versions

Test Info


Library Namedropwizard-jersey
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes272 / 73
Compatibility 89%

Problem Summary


SeverityCount
Added Methods-0
Removed MethodsHigh28
Problems with
Data Types
High6
Medium0
Low0
Problems with
Methods
High2
Medium0
Low0

Removed Methods  28 


dropwizard-jersey-2.1.12.jar, BooleanParam.class
package io.dropwizard.jersey.params
BooleanParam.BooleanParam ( String input )
BooleanParam.BooleanParam ( String input, String parameterName )
BooleanParam.errorMessage ( Exception e )  :  String
BooleanParam.parse ( String input )  :  Boolean
BooleanParam.parse ( String p1 )  :  Object

dropwizard-jersey-2.1.12.jar, DateTimeParam.class
package io.dropwizard.jersey.params
DateTimeParam.DateTimeParam ( String input )
DateTimeParam.DateTimeParam ( String input, String parameterName )
DateTimeParam.parse ( String input )  :  DateTime
DateTimeParam.parse ( String p1 )  :  Object

dropwizard-jersey-2.1.12.jar, DurationParam.class
package io.dropwizard.jersey.params
DurationParam.DurationParam ( String input )
DurationParam.DurationParam ( String input, String parameterName )
DurationParam.errorMessage ( Exception e )  :  String
DurationParam.parse ( String input )  :  Duration
DurationParam.parse ( String p1 )  :  Object

dropwizard-jersey-2.1.12.jar, InstantParam.class
package io.dropwizard.jersey.params
InstantParam.errorMessage ( Exception e )  :  String
InstantParam.InstantParam ( String input )
InstantParam.InstantParam ( String input, String parameterName )
InstantParam.parse ( String input )  :  Instant
InstantParam.parse ( String p1 )  :  Object

dropwizard-jersey-2.1.12.jar, LocalDateParam.class
package io.dropwizard.jersey.params
LocalDateParam.LocalDateParam ( String input )
LocalDateParam.LocalDateParam ( String input, String parameterName )
LocalDateParam.parse ( String input )  :  LocalDate
LocalDateParam.parse ( String p1 )  :  Object

dropwizard-jersey-2.1.12.jar, SizeParam.class
package io.dropwizard.jersey.params
SizeParam.errorMessage ( Exception e )  :  String
SizeParam.parse ( String input )  :  Size
SizeParam.parse ( String p1 )  :  Object
SizeParam.SizeParam ( String input )
SizeParam.SizeParam ( String input, String parameterName )

to the top

Problems with Data Types, High Severity  6 


dropwizard-jersey-2.1.12.jar
package io.dropwizard.jersey.params
[+] class BooleanParam  1 
[+] class DateTimeParam  1 
[+] class DurationParam  1 
[+] class InstantParam  1 
[+] class LocalDateParam  1 
[+] class SizeParam  1 

to the top

Problems with Methods, High Severity  2 


dropwizard-jersey-2.1.12.jar, ErrorEntityWriter.class
package io.dropwizard.jersey.errors
[+] ErrorEntityWriter<T,U>.ErrorEntityWriter<T,U> ( MediaType contentType, Class<U> representation )  1 

dropwizard-jersey-2.1.12.jar, LoggingExceptionMapper.class
package io.dropwizard.jersey.errors
[+] LoggingExceptionMapper<E>.LoggingExceptionMapper<E> ( )  1 

to the top

Java Archives  1 


dropwizard-jersey-2.1.12.jar

to the top