Source compatibility report for the metrics-ehcache library between 4.2.28 and 5.0.0 versions

Test Info


Library Namemetrics-ehcache
Version #14.2.28
Version #25.0.0

Test Results


Total Java Modules1
Total Methods / Classes18 / 4
Compatibility 0%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh9
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  9 


metrics-ehcache-5.0.0.jar, InstrumentedCacheDecoratorFactory.class
package io.dropwizard.metrics5.ehcache
InstrumentedCacheDecoratorFactory.createDecoratedEhcache ( Ehcache cache, Properties properties )  :  Ehcache
InstrumentedCacheDecoratorFactory.createDefaultDecoratedEhcache ( Ehcache cache, Properties properties )  :  Ehcache
InstrumentedCacheDecoratorFactory.InstrumentedCacheDecoratorFactory ( )

metrics-ehcache-5.0.0.jar, InstrumentedEhcache.class
package io.dropwizard.metrics5.ehcache
InstrumentedEhcache.get ( Object key )  :  Element
InstrumentedEhcache.get ( Serializable key )  :  Element
InstrumentedEhcache.instrument ( MetricRegistry registry, Ehcache cache ) [static]  :  Ehcache
InstrumentedEhcache.put ( Element element )  :  void
InstrumentedEhcache.put ( Element element, boolean doNotNotifyCacheReplicators )  :  void
InstrumentedEhcache.putIfAbsent ( Element element )  :  Element

to the top

Removed Methods  9 


metrics-ehcache-4.2.28.jar, InstrumentedCacheDecoratorFactory.class
package com.codahale.metrics.ehcache
InstrumentedCacheDecoratorFactory.createDecoratedEhcache ( Ehcache cache, Properties properties )  :  Ehcache
InstrumentedCacheDecoratorFactory.createDefaultDecoratedEhcache ( Ehcache cache, Properties properties )  :  Ehcache
InstrumentedCacheDecoratorFactory.InstrumentedCacheDecoratorFactory ( )

metrics-ehcache-4.2.28.jar, InstrumentedEhcache.class
package com.codahale.metrics.ehcache
InstrumentedEhcache.get ( Object key )  :  Element
InstrumentedEhcache.get ( Serializable key )  :  Element
InstrumentedEhcache.instrument ( MetricRegistry registry, Ehcache cache ) [static]  :  Ehcache
InstrumentedEhcache.put ( Element element )  :  void
InstrumentedEhcache.put ( Element element, boolean doNotNotifyCacheReplicators )  :  void
InstrumentedEhcache.putIfAbsent ( Element element )  :  Element

to the top

Problems with Data Types, High Severity  2 


metrics-ehcache-4.2.28.jar
package com.codahale.metrics.ehcache
[+] class InstrumentedCacheDecoratorFactory  1 
[+] class InstrumentedEhcache  1 

to the top

Java Archives  1 


metrics-ehcache-4.2.28.jar

to the top