Source compatibility report for the dropwizard-views library between 1.0.9 and 1.1.0 versions
Test Info
| Library Name | dropwizard-views | 
| Version #1 | 1.0.9 | 
| Version #2 | 1.1.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 30 / 7 | 
| Compatibility | 
69.6% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 7 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 1 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  7 
dropwizard-views-1.1.0.jar, ViewRenderException.class
package io.dropwizard.views
ViewRenderException.ViewRenderException ( String message, Throwable cause )
io/dropwizard/views/ViewRenderException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V
ViewRenderException.ViewRenderException ( Throwable cause )
io/dropwizard/views/ViewRenderException."<init>":(Ljava/lang/Throwable;)V
dropwizard-views-1.1.0.jar, ViewRenderExceptionMapper.class
package io.dropwizard.views
ViewRenderExceptionMapper.isMappable ( Throwable p1 )  :  boolean
io/dropwizard/views/ViewRenderExceptionMapper.isMappable:(Ljava/lang/Throwable;)Z
ViewRenderExceptionMapper.isMappable ( WebApplicationException e )  :  boolean
io/dropwizard/views/ViewRenderExceptionMapper.isMappable:(Ljavax/ws/rs/WebApplicationException;)Z
ViewRenderExceptionMapper.toResponse ( Throwable p1 )  :  Response
io/dropwizard/views/ViewRenderExceptionMapper.toResponse:(Ljava/lang/Throwable;)Ljavax/ws/rs/core/Response;
ViewRenderExceptionMapper.toResponse ( WebApplicationException exception )  :  Response
io/dropwizard/views/ViewRenderExceptionMapper.toResponse:(Ljavax/ws/rs/WebApplicationException;)Ljavax/ws/rs/core/Response;
ViewRenderExceptionMapper.ViewRenderExceptionMapper ( )
io/dropwizard/views/ViewRenderExceptionMapper."<init>":()V
to the top
Problems with Data Types, High Severity  1 
dropwizard-views-1.0.9.jar
package io.dropwizard.views
[+] class ViewMessageBodyWriter  1 
 | Change | Effect | 
|---|
| 1 | 
Field TEMPLATE_ERROR_MSG of type java.lang.String with the compile-time constant value "<html><head><title>Template Error</title></head><body><h1>Template Error</h1><p>Something went wrong rendering the page</p></body></html>" has been removed from this class. | 
Recompilation of a client program may be terminated with the message: cannot find variable TEMPLATE_ERROR_MSG in ViewMessageBodyWriter. | 
[+] affected methods: 7 (23.3%)
ViewMessageBodyWriter.ViewMessageBodyWriter ( MetricRegistry metricRegistry )This constructor is from 'ViewMessageBodyWriter' class.
ViewMessageBodyWriter.ViewMessageBodyWriter ( MetricRegistry metricRegistry, Iterable<ViewRenderer> viewRenderers )This constructor is from 'ViewMessageBodyWriter' class.
ViewMessageBodyWriter.getSize ( View t, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )This method is from 'ViewMessageBodyWriter' class.
ViewMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )This method is from 'ViewMessageBodyWriter' class.
ViewMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )This method is from 'ViewMessageBodyWriter' class.
 ...
  
 
to the top
Java Archives  1 
dropwizard-views-1.0.9.jar
to the top