Source compatibility report for the metrics-jakarta-servlet library between 4.2.28 and 5.0.0-rc22 versions
Test Info
Library Name | metrics-jakarta-servlet |
Version #1 | 4.2.28 |
Version #2 | 5.0.0-rc22 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 18 / 6 |
Compatibility |
0% |
Problem Summary
| Severity | Count |
Added Methods | - | 9 |
Removed Methods | High | 9 |
Problems with Data Types | High | 3 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 9
metrics-jakarta-servlet-5.0.0-rc22.jar, AbstractInstrumentedFilter.class
package io.dropwizard.metrics5.servlet
AbstractInstrumentedFilter.AbstractInstrumentedFilter ( String registryAttribute, Map<Integer,String> meterNamesByStatusCode, String otherMetricName )
io/dropwizard/metrics5/servlet/AbstractInstrumentedFilter."<init>":(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)V
AbstractInstrumentedFilter.destroy ( ) : void
io/dropwizard/metrics5/servlet/AbstractInstrumentedFilter.destroy:()V
AbstractInstrumentedFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain ) : void
io/dropwizard/metrics5/servlet/AbstractInstrumentedFilter.doFilter:(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V
AbstractInstrumentedFilter.init ( FilterConfig filterConfig ) : void
io/dropwizard/metrics5/servlet/AbstractInstrumentedFilter.init:(Ljakarta/servlet/FilterConfig;)V
metrics-jakarta-servlet-5.0.0-rc22.jar, InstrumentedFilter.class
package io.dropwizard.metrics5.servlet
InstrumentedFilter.InstrumentedFilter ( )
io/dropwizard/metrics5/servlet/InstrumentedFilter."<init>":()V
metrics-jakarta-servlet-5.0.0-rc22.jar, InstrumentedFilterContextListener.class
package io.dropwizard.metrics5.servlet
InstrumentedFilterContextListener.contextDestroyed ( ServletContextEvent sce ) : void
io/dropwizard/metrics5/servlet/InstrumentedFilterContextListener.contextDestroyed:(Ljakarta/servlet/ServletContextEvent;)V
InstrumentedFilterContextListener.contextInitialized ( ServletContextEvent sce ) : void
io/dropwizard/metrics5/servlet/InstrumentedFilterContextListener.contextInitialized:(Ljakarta/servlet/ServletContextEvent;)V
InstrumentedFilterContextListener.getMetricRegistry ( ) [abstract] : MetricRegistry
io/dropwizard/metrics5/servlet/InstrumentedFilterContextListener.getMetricRegistry:()Lio/dropwizard/metrics5/MetricRegistry;
InstrumentedFilterContextListener.InstrumentedFilterContextListener ( )
io/dropwizard/metrics5/servlet/InstrumentedFilterContextListener."<init>":()V
to the top
Removed Methods 9
metrics-jakarta-servlet-4.2.28.jar, AbstractInstrumentedFilter.class
package io.dropwizard.metrics.servlet
AbstractInstrumentedFilter.AbstractInstrumentedFilter ( String registryAttribute, Map<Integer,String> meterNamesByStatusCode, String otherMetricName )
io/dropwizard/metrics/servlet/AbstractInstrumentedFilter."<init>":(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)V
AbstractInstrumentedFilter.destroy ( ) : void
io/dropwizard/metrics/servlet/AbstractInstrumentedFilter.destroy:()V
AbstractInstrumentedFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain ) : void
io/dropwizard/metrics/servlet/AbstractInstrumentedFilter.doFilter:(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;Ljakarta/servlet/FilterChain;)V
AbstractInstrumentedFilter.init ( FilterConfig filterConfig ) : void
io/dropwizard/metrics/servlet/AbstractInstrumentedFilter.init:(Ljakarta/servlet/FilterConfig;)V
metrics-jakarta-servlet-4.2.28.jar, InstrumentedFilter.class
package io.dropwizard.metrics.servlet
InstrumentedFilter.InstrumentedFilter ( )
io/dropwizard/metrics/servlet/InstrumentedFilter."<init>":()V
metrics-jakarta-servlet-4.2.28.jar, InstrumentedFilterContextListener.class
package io.dropwizard.metrics.servlet
InstrumentedFilterContextListener.contextDestroyed ( ServletContextEvent sce ) : void
io/dropwizard/metrics/servlet/InstrumentedFilterContextListener.contextDestroyed:(Ljakarta/servlet/ServletContextEvent;)V
InstrumentedFilterContextListener.contextInitialized ( ServletContextEvent sce ) : void
io/dropwizard/metrics/servlet/InstrumentedFilterContextListener.contextInitialized:(Ljakarta/servlet/ServletContextEvent;)V
InstrumentedFilterContextListener.getMetricRegistry ( ) [abstract] : MetricRegistry
io/dropwizard/metrics/servlet/InstrumentedFilterContextListener.getMetricRegistry:()Lcom/codahale/metrics/MetricRegistry;
InstrumentedFilterContextListener.InstrumentedFilterContextListener ( )
io/dropwizard/metrics/servlet/InstrumentedFilterContextListener."<init>":()V
to the top
Problems with Data Types, High Severity 3
metrics-jakarta-servlet-4.2.28.jar
package io.dropwizard.metrics.servlet
[+] class AbstractInstrumentedFilter 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AbstractInstrumentedFilter. |
[+] affected methods: 4 (22.2%)
AbstractInstrumentedFilter.AbstractInstrumentedFilter ( String registryAttribute, Map<Integer,String> meterNamesByStatusCode, String otherMetricName )This constructor is from 'AbstractInstrumentedFilter' abstract class.
AbstractInstrumentedFilter.destroy ( )This method is from 'AbstractInstrumentedFilter' abstract class.
AbstractInstrumentedFilter.doFilter ( ServletRequest request, ServletResponse response, FilterChain chain )This method is from 'AbstractInstrumentedFilter' abstract class.
AbstractInstrumentedFilter.init ( FilterConfig filterConfig )This method is from 'AbstractInstrumentedFilter' abstract class.
[+] class InstrumentedFilter 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class InstrumentedFilter. |
[+] affected methods: 1 (5.6%)
InstrumentedFilter.InstrumentedFilter ( )This constructor is from 'InstrumentedFilter' class.
[+] class InstrumentedFilterContextListener 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class InstrumentedFilterContextListener. |
[+] affected methods: 4 (22.2%)
InstrumentedFilterContextListener.InstrumentedFilterContextListener ( )This constructor is from 'InstrumentedFilterContextListener' abstract class.
InstrumentedFilterContextListener.contextDestroyed ( ServletContextEvent sce )This method is from 'InstrumentedFilterContextListener' abstract class.
InstrumentedFilterContextListener.contextInitialized ( ServletContextEvent sce )This method is from 'InstrumentedFilterContextListener' abstract class.
InstrumentedFilterContextListener.getMetricRegistry ( )This abstract method is from 'InstrumentedFilterContextListener' abstract class.
to the top
Java Archives 1
metrics-jakarta-servlet-4.2.28.jar
to the top