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

Test Info


Library Namedropwizard-servlets
Version #13.0.10
Version #24.0.0

Test Results


Total Java Modules1
Total Methods / Classes70 / 14
Compatibility 71.7%

Problem Summary


SeverityCount
Added Methods-10
Removed MethodsHigh10
Problems with
Data Types
High3
Medium0
Low2
Problems with
Methods
High0
Medium0
Low0

Added Methods  10 


dropwizard-servlets-4.0.0.jar, AssetServlet.class
package io.dropwizard.servlets.assets
AssetServlet.doGet ( HttpServletRequest req, HttpServletResponse resp )  :  void

dropwizard-servlets-4.0.0.jar, CacheBustingFilter.class
package io.dropwizard.servlets
CacheBustingFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
CacheBustingFilter.init ( FilterConfig filterConfig )  :  void

dropwizard-servlets-4.0.0.jar, Servlets.class
package io.dropwizard.servlets
Servlets.getFullUrl ( HttpServletRequest request ) [static]  :  String

dropwizard-servlets-4.0.0.jar, SlowRequestFilter.class
package io.dropwizard.servlets
SlowRequestFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
SlowRequestFilter.init ( FilterConfig filterConfig )  :  void

dropwizard-servlets-4.0.0.jar, TaskServlet.class
package io.dropwizard.servlets.tasks
TaskServlet.doGet ( HttpServletRequest req, HttpServletResponse resp )  :  void
TaskServlet.doPost ( HttpServletRequest req, HttpServletResponse resp )  :  void

dropwizard-servlets-4.0.0.jar, ThreadNameFilter.class
package io.dropwizard.servlets
ThreadNameFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
ThreadNameFilter.init ( FilterConfig filterConfig )  :  void

to the top

Removed Methods  10 


dropwizard-servlets-3.0.10.jar, AssetServlet.class
package io.dropwizard.servlets.assets
AssetServlet.doGet ( HttpServletRequest req, HttpServletResponse resp )  :  void

dropwizard-servlets-3.0.10.jar, CacheBustingFilter.class
package io.dropwizard.servlets
CacheBustingFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
CacheBustingFilter.init ( FilterConfig filterConfig )  :  void

dropwizard-servlets-3.0.10.jar, Servlets.class
package io.dropwizard.servlets
Servlets.getFullUrl ( HttpServletRequest request ) [static]  :  String

dropwizard-servlets-3.0.10.jar, SlowRequestFilter.class
package io.dropwizard.servlets
SlowRequestFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
SlowRequestFilter.init ( FilterConfig filterConfig )  :  void

dropwizard-servlets-3.0.10.jar, TaskServlet.class
package io.dropwizard.servlets.tasks
TaskServlet.doGet ( HttpServletRequest req, HttpServletResponse resp )  :  void
TaskServlet.doPost ( HttpServletRequest req, HttpServletResponse resp )  :  void

dropwizard-servlets-3.0.10.jar, ThreadNameFilter.class
package io.dropwizard.servlets
ThreadNameFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )  :  void
ThreadNameFilter.init ( FilterConfig filterConfig )  :  void

to the top

Problems with Data Types, High Severity  3 


dropwizard-servlets-3.0.10.jar
package io.dropwizard.servlets
[+] class CacheBustingFilter  1 
[+] class SlowRequestFilter  1 
[+] class ThreadNameFilter  1 

to the top

Problems with Data Types, Low Severity  2 


dropwizard-servlets-3.0.10.jar
package io.dropwizard.servlets.assets
[+] class AssetServlet  1 

dropwizard-servlets-3.0.10.jar
package io.dropwizard.servlets.tasks
[+] class TaskServlet  1 

to the top

Java Archives  1 


dropwizard-servlets-3.0.10.jar

to the top