Source compatibility report for the metrics-jersey2 library between 3.2.6 and 4.0.0 versions
Test Info
Library Name | metrics-jersey2 |
Version #1 | 3.2.6 |
Version #2 | 4.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 12 / 2 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 3
metrics-jersey2-4.0.0.jar, InstrumentedResourceMethodApplicationListener.class
package com.codahale.metrics.jersey2
InstrumentedResourceMethodApplicationListener.InstrumentedResourceMethodApplicationListener ( MetricRegistry metrics, Clock clock, boolean trackFilters )
com/codahale/metrics/jersey2/InstrumentedResourceMethodApplicationListener."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/Clock;Z)V
metrics-jersey2-4.0.0.jar, MetricsFeature.class
package com.codahale.metrics.jersey2
MetricsFeature.MetricsFeature ( MetricRegistry registry, Clock clock )
com/codahale/metrics/jersey2/MetricsFeature."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/Clock;)V
MetricsFeature.MetricsFeature ( MetricRegistry registry, Clock clock, boolean trackFilters )
com/codahale/metrics/jersey2/MetricsFeature."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/Clock;Z)V
to the top
Java Archives 1
metrics-jersey2-3.2.6.jar
to the top