Binary compatibility report for the metrics-jvm library between 4.0.7 and 4.1.0 versions
Test Info
Library Name | metrics-jvm |
Version #1 | 4.0.7 |
Version #2 | 4.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 33 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
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 1
metrics-jvm-4.1.0.jar, ThreadDump.class
package com.codahale.metrics.jvm
ThreadDump.dump ( boolean lockedMonitors, boolean lockedSynchronizers, OutputStream out ) : void
com/codahale/metrics/jvm/ThreadDump.dump:(ZZLjava/io/OutputStream;)V
to the top
Java Archives 1
metrics-jvm-4.0.7.jar
to the top