Source compatibility report for the dropwizard-views library between 3.0.10 and 4.0.0 versions

Test Info


Library Namedropwizard-views
Version #13.0.10
Version #24.0.0

Test Results


Total Java Modules1
Total Methods / Classes37 / 7
Compatibility 57.1%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh9
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium1
Low0

Added Methods  9 


dropwizard-views-4.0.0.jar, ViewMessageBodyWriter.class
package io.dropwizard.views.common
ViewMessageBodyWriter.detectLocale ( HttpHeaders headers )  :  Locale
ViewMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
ViewMessageBodyWriter.getSize ( View t, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
ViewMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
ViewMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
ViewMessageBodyWriter.writeTo ( View t, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-views-4.0.0.jar, ViewRenderExceptionMapper.class
package io.dropwizard.views.common
ViewRenderExceptionMapper.isMappable ( WebApplicationException e )  :  boolean
ViewRenderExceptionMapper.toResponse ( Throwable p1 )  :  Response
ViewRenderExceptionMapper.toResponse ( WebApplicationException exception )  :  Response

to the top

Removed Methods  9 


dropwizard-views-3.0.10.jar, ViewMessageBodyWriter.class
package io.dropwizard.views.common
ViewMessageBodyWriter.detectLocale ( HttpHeaders headers )  :  Locale
ViewMessageBodyWriter.getSize ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5 )  :  long
ViewMessageBodyWriter.getSize ( View t, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  long
ViewMessageBodyWriter.isWriteable ( Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType )  :  boolean
ViewMessageBodyWriter.writeTo ( Object p1, Class p2, Type p3, Annotation[ ] p4, MediaType p5, MultivaluedMap p6, OutputStream p7 )  :  void
ViewMessageBodyWriter.writeTo ( View t, Class<?> type, Type genericType, Annotation[ ] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream )  :  void

dropwizard-views-3.0.10.jar, ViewRenderExceptionMapper.class
package io.dropwizard.views.common
ViewRenderExceptionMapper.isMappable ( WebApplicationException e )  :  boolean
ViewRenderExceptionMapper.toResponse ( Throwable p1 )  :  Response
ViewRenderExceptionMapper.toResponse ( WebApplicationException exception )  :  Response

to the top

Problems with Data Types, High Severity  2 


dropwizard-views-3.0.10.jar
package io.dropwizard.views.common
[+] class ViewMessageBodyWriter  1 
[+] class ViewRenderExceptionMapper  1 

to the top

Problems with Methods, Medium Severity  1 


dropwizard-views-3.0.10.jar, ViewRenderExceptionMapper.class
package io.dropwizard.views.common
[+] ViewRenderExceptionMapper.toResponse ( Throwable p1 )  :  Response  1 

to the top

Java Archives  1 


dropwizard-views-3.0.10.jar

to the top