Source compatibility report for the dropwizard-redis library between 1.3.12-1 and 1.4.0 versions

Test Info


Library Namedropwizard-redis
Version #11.3.12-1
Version #21.4.0

Test Results


Total Java Modules1
Total Methods / Classes320 / 56
Compatibility 94.2%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh6
Problems with
Data Types
High6
Medium1
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  3 


dropwizard-redis-1.4.0.jar, LettuceMetricsSubscriber.class
package io.dropwizard.redis.metrics.event
LettuceMetricsSubscriber.accept ( Event event )  :  void
LettuceMetricsSubscriber.accept ( Object p1 )  :  void
LettuceMetricsSubscriber.LettuceMetricsSubscriber ( List<EventVisitor> eventVisitors )

to the top

Removed Methods  6 


dropwizard-redis-1.3.12-1.jar, VisitableClusterTopologyEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableClusterTopologyEventWrapper.accept ( ClusterTopologyChangedEventVisitor visitor )  :  void

dropwizard-redis-1.3.12-1.jar, VisitableCommandLatencyEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableCommandLatencyEventWrapper.accept ( CommandLatencyEventVisitor visitor )  :  void

dropwizard-redis-1.3.12-1.jar, VisitableConnectedEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableConnectedEventWrapper.accept ( ConnectedEventVisitor visitor )  :  void

dropwizard-redis-1.3.12-1.jar, VisitableConnectionActivatedEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableConnectionActivatedEventWrapper.accept ( ConnectionActivatedEventVisitor visitor )  :  void

dropwizard-redis-1.3.12-1.jar, VisitableConnectionDeactivatedEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableConnectionDeactivatedEventWrapper.accept ( ConnectionDeactivatedEventVisitor visitor )  :  void

dropwizard-redis-1.3.12-1.jar, VisitableDisconnectedEventWrapper.class
package io.dropwizard.redis.metrics.event.wrapper
VisitableDisconnectedEventWrapper.accept ( DisconnectedEventVisitor visitor )  :  void

to the top

Problems with Data Types, High Severity  6 


dropwizard-redis-1.3.12-1.jar
package io.dropwizard.redis.metrics.event.wrapper
[+] class VisitableClusterTopologyEventWrapper  1 
[+] class VisitableCommandLatencyEventWrapper  1 
[+] class VisitableConnectedEventWrapper  1 
[+] class VisitableConnectionActivatedEventWrapper  1 
[+] class VisitableConnectionDeactivatedEventWrapper  1 
[+] class VisitableDisconnectedEventWrapper  1 

to the top

Problems with Data Types, Medium Severity  1 


dropwizard-redis-1.3.12-1.jar
package io.dropwizard.redis.metrics.event.wrapper
[+] interface VisitableEventWrapper<T>  1 

to the top

Java Archives  1 


dropwizard-redis-1.3.12-1.jar

to the top