Source compatibility report for the dropwizard-redis library between 1.6.0 and 1.7.0 versions

Test Info


Library Namedropwizard-redis
Version #11.6.0
Version #21.7.0

Test Results


Total Java Modules1
Total Methods / Classes327 / 59
Compatibility 86%

Problem Summary


SeverityCount
Added Methods-12
Removed MethodsHigh5
Problems with
Data Types
High3
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods  12 


dropwizard-redis-1.7.0.jar, ClientResourcesFactory.class
package io.dropwizard.redis.clientresources
ClientResourcesFactory.getCommandLatencyRecorder ( )  :  CommandLatencyRecorderFactory
ClientResourcesFactory.setCommandLatencyRecorder ( CommandLatencyRecorderFactory commandLatencyRecorder )  :  void

dropwizard-redis-1.7.0.jar, CommandLatencyRecorderFactory.class
package io.dropwizard.redis.metrics
CommandLatencyRecorderFactory.build ( MetricRegistry p1 ) [abstract]  :  CommandLatencyRecorder

dropwizard-redis-1.7.0.jar, DefaultCommandLatencyCollectorFactory.class
package io.dropwizard.redis.metrics
DefaultCommandLatencyCollectorFactory.build ( MetricRegistry metricRegistry )  :  DefaultCommandLatencyCollector
DefaultCommandLatencyCollectorFactory.build ( MetricRegistry p1 )  :  CommandLatencyRecorder

dropwizard-redis-1.7.0.jar, DropwizardCommandLatencyRecorder.class
package io.dropwizard.redis.metrics
DropwizardCommandLatencyRecorder.DropwizardCommandLatencyRecorder ( MetricRegistry metricRegistry, boolean isEnabled )
DropwizardCommandLatencyRecorder.isEnabled ( )  :  boolean
DropwizardCommandLatencyRecorder.recordCommandLatency ( SocketAddress local, SocketAddress remote, ProtocolKeyword protocolKeyword, long firstResponseLatency, long completionLatency )  :  void

dropwizard-redis-1.7.0.jar, DropwizardCommandLatencyRecorderFactory.class
package io.dropwizard.redis.metrics
DropwizardCommandLatencyRecorderFactory.build ( MetricRegistry metricRegistry )  :  CommandLatencyRecorder
DropwizardCommandLatencyRecorderFactory.DropwizardCommandLatencyRecorderFactory ( )
DropwizardCommandLatencyRecorderFactory.isEnabled ( )  :  boolean
DropwizardCommandLatencyRecorderFactory.setEnabled ( boolean enabled )  :  void

to the top

Removed Methods  5 


dropwizard-redis-1.6.0.jar, ClientResourcesFactory.class
package io.dropwizard.redis.clientresources
ClientResourcesFactory.getCommandLatencyCollector ( )  :  CommandLatencyCollectorFactory
ClientResourcesFactory.setCommandLatencyCollector ( CommandLatencyCollectorFactory commandLatencyCollector )  :  void

dropwizard-redis-1.6.0.jar, CommandLatencyCollectorFactory.class
package io.dropwizard.redis.metrics
CommandLatencyCollectorFactory.build ( ) [abstract]  :  CommandLatencyCollector

dropwizard-redis-1.6.0.jar, DefaultCommandLatencyCollectorFactory.class
package io.dropwizard.redis.metrics
DefaultCommandLatencyCollectorFactory.build ( )  :  CommandLatencyCollector
DefaultCommandLatencyCollectorFactory.build ( )  :  DefaultCommandLatencyCollector

to the top

Problems with Data Types, High Severity  3 


dropwizard-redis-1.6.0.jar
package io.dropwizard.redis.clientresources
[+] class ClientResourcesFactory  1 

dropwizard-redis-1.6.0.jar
package io.dropwizard.redis.metrics
[+] class DefaultCommandLatencyCollectorFactory  1 
[+] interface CommandLatencyCollectorFactory  1 

to the top

Other Changes in Data Types  1 


dropwizard-redis-1.6.0.jar
package io.dropwizard.redis.clientresources
[+] class ClientResourcesFactory  1 

to the top

Java Archives  1 


dropwizard-redis-1.6.0.jar

to the top