Binary compatibility report for the dropwizard-metrics-graphite library between 0.9.3 and 1.0.0 versions
Test Info
| Library Name | dropwizard-metrics-graphite |
| Version #1 | 0.9.3 |
| Version #2 | 1.0.0 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 11 / 1 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2 |
| 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 2
dropwizard-metrics-graphite-1.0.0.jar, GraphiteReporterFactory.class
package io.dropwizard.metrics.graphite
GraphiteReporterFactory.getTransport ( ) : String
io/dropwizard/metrics/graphite/GraphiteReporterFactory.getTransport:()Ljava/lang/String;
GraphiteReporterFactory.setTransport ( String transport ) : void
io/dropwizard/metrics/graphite/GraphiteReporterFactory.setTransport:(Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-metrics-graphite-0.9.3.jar
to the top