Source compatibility report for the metrics-jcache library between 4.2.28 and 5.0.0 versions
Test Info
Library Name | metrics-jcache |
Version #1 | 4.2.28 |
Version #2 | 5.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 4 / 2 |
Compatibility |
0% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 2 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
metrics-jcache-5.0.0.jar, JCacheGaugeSet.class
package io.dropwizard.metrics5.jcache
JCacheGaugeSet.getMetrics ( ) : Map<MetricName,Metric>
io/dropwizard/metrics5/jcache/JCacheGaugeSet.getMetrics:()Ljava/util/Map;
JCacheGaugeSet.JCacheGaugeSet ( )
io/dropwizard/metrics5/jcache/JCacheGaugeSet."<init>":()V
to the top
Removed Methods 2
metrics-jcache-4.2.28.jar, JCacheGaugeSet.class
package com.codahale.metrics.jcache
JCacheGaugeSet.getMetrics ( ) : Map<String,Metric>
com/codahale/metrics/jcache/JCacheGaugeSet.getMetrics:()Ljava/util/Map;
JCacheGaugeSet.JCacheGaugeSet ( )
com/codahale/metrics/jcache/JCacheGaugeSet."<init>":()V
to the top
Problems with Data Types, High Severity 1
metrics-jcache-4.2.28.jar
package com.codahale.metrics.jcache
[+] class JCacheGaugeSet 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class JCacheGaugeSet. |
[+] affected methods: 2 (50%)
JCacheGaugeSet.JCacheGaugeSet ( )This constructor is from 'JCacheGaugeSet' class.
JCacheGaugeSet.getMetrics ( )This method is from 'JCacheGaugeSet' class.
to the top
Java Archives 1
metrics-jcache-4.2.28.jar
to the top