Source compatibility report for the dropwizard-servlets library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-servlets |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 45 / 12 |
Compatibility |
98.8% |
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 | 1 |
Low | 0 |
Added Methods 2
dropwizard-servlets-0.9.0.jar, AssetServlet.class
package io.dropwizard.servlets.assets
AssetServlet.getResourceUrl ( String absoluteRequestedResourcePath ) : URL
io/dropwizard/servlets/assets/AssetServlet.getResourceUrl:(Ljava/lang/String;)Ljava/net/URL;
AssetServlet.readResource ( URL requestedResourceURL ) : byte[ ]
io/dropwizard/servlets/assets/AssetServlet.readResource:(Ljava/net/URL;)[B
to the top
Problems with Methods, Medium Severity 1
dropwizard-servlets-0.8.5.jar, ByteRange.class
package io.dropwizard.servlets.assets
[+] ByteRange.parse ( String byteRange, int resourceLength ) [static] : ByteRange 1
io/dropwizard/servlets/assets/ByteRange.parse:(Ljava/lang/String;I)Lio/dropwizard/servlets/assets/ByteRange;
| Change | Effect |
---|
1 |
Removed java.lang.NumberFormatException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override parse ( String, int ) in ByteRange; overridden method does not throw java.lang.NumberFormatException. |
to the top
Java Archives 1
dropwizard-servlets-0.8.5.jar
to the top