Source compatibility report for the metrics-annotation library between 4.2.15 and 4.2.16 versions
Test Info
Library Name | metrics-annotation |
Version #1 | 4.2.15 |
Version #2 | 4.2.16 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2 / 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 |
Other Changes in Data Types | - | 1 |
Added Methods 2
metrics-annotation-4.2.16.jar, ResponseMeteredLevel.class
package com.codahale.metrics.annotation
ResponseMeteredLevel.valueOf ( String name ) [static] : ResponseMeteredLevel
com/codahale/metrics/annotation/ResponseMeteredLevel.valueOf:(Ljava/lang/String;)Lcom/codahale/metrics/annotation/ResponseMeteredLevel;
ResponseMeteredLevel.values ( ) [static] : ResponseMeteredLevel[ ]
com/codahale/metrics/annotation/ResponseMeteredLevel.values:()[Lcom/codahale/metrics/annotation/ResponseMeteredLevel;
to the top
Other Changes in Data Types 1
metrics-annotation-4.2.15.jar
package com.codahale.metrics.annotation
[+] @interface ResponseMetered 1
| Change | Effect |
---|
1 |
Element level of type ResponseMeteredLevel with default value ResponseMeteredLevel.COARSE has been added to this annotation type. |
No effect. |
to the top
Java Archives 1
metrics-annotation-4.2.15.jar
to the top