Binary compatibility report for the dropwizard-metrics library between 0.7.1 and 0.8.0 versions
Test Info
| Library Name | dropwizard-metrics |
| Version #1 | 0.7.1 |
| Version #2 | 0.8.0 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 48 / 9 |
| 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-0.8.0.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getUseRegexFilters ( ) : boolean
io/dropwizard/metrics/BaseReporterFactory.getUseRegexFilters:()Z
BaseReporterFactory.setUseRegexFilters ( boolean useRegexFilters ) : void
io/dropwizard/metrics/BaseReporterFactory.setUseRegexFilters:(Z)V
to the top
Java Archives 1
dropwizard-metrics-0.7.1.jar
to the top