Source compatibility report for the dropwizard-servlets library between 0.7.1 and 0.8.0 versions
Test Info
Library Name | dropwizard-servlets |
Version #1 | 0.7.1 |
Version #2 | 0.8.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 43 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 10 |
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 10
dropwizard-servlets-0.8.0.jar, ByteRange.class
package io.dropwizard.servlets.assets
ByteRange.ByteRange ( int start, int end )
io/dropwizard/servlets/assets/ByteRange."<init>":(II)V
ByteRange.equals ( Object obj ) : boolean
io/dropwizard/servlets/assets/ByteRange.equals:(Ljava/lang/Object;)Z
ByteRange.getEnd ( ) : int
io/dropwizard/servlets/assets/ByteRange.getEnd:()I
ByteRange.getStart ( ) : int
io/dropwizard/servlets/assets/ByteRange.getStart:()I
ByteRange.hashCode ( ) : int
io/dropwizard/servlets/assets/ByteRange.hashCode:()I
ByteRange.parse ( String byteRange, int resourceLength ) [static] : ByteRange
io/dropwizard/servlets/assets/ByteRange.parse:(Ljava/lang/String;I)Lio/dropwizard/servlets/assets/ByteRange;
ByteRange.toString ( ) : String
io/dropwizard/servlets/assets/ByteRange.toString:()Ljava/lang/String;
dropwizard-servlets-0.8.0.jar, LogConfigurationTask.class
package io.dropwizard.servlets.tasks
LogConfigurationTask.execute ( ImmutableMultimap<String,String> parameters, PrintWriter output ) : void
io/dropwizard/servlets/tasks/LogConfigurationTask.execute:(Lcom/google/common/collect/ImmutableMultimap;Ljava/io/PrintWriter;)V
LogConfigurationTask.LogConfigurationTask ( )
io/dropwizard/servlets/tasks/LogConfigurationTask."<init>":()V
LogConfigurationTask.LogConfigurationTask ( LoggerContext loggerContext )
io/dropwizard/servlets/tasks/LogConfigurationTask."<init>":(Lch/qos/logback/classic/LoggerContext;)V
to the top
Java Archives 1
dropwizard-servlets-0.7.1.jar
to the top