Source compatibility report for the metrics-jetty10 library between 4.2.28 and 5.0.0-rc22 versions

Test Info


Library Namemetrics-jetty10
Version #14.2.28
Version #25.0.0-rc22

Test Results


Total Java Modules1
Total Methods / Classes88 / 8
Compatibility 0%

Problem Summary


SeverityCount
Added Methods-41
Removed MethodsHigh47
Problems with
Data Types
High4
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  41 


metrics-jetty10-5.0.0-rc22.jar, InstrumentedConnectionFactory.class
package io.dropwizard.metrics5.jetty10
InstrumentedConnectionFactory.getProtocol ( )  :  String
InstrumentedConnectionFactory.getProtocols ( )  :  List<String>
InstrumentedConnectionFactory.InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer )
InstrumentedConnectionFactory.InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer, Counter counter )
InstrumentedConnectionFactory.newConnection ( Connector connector, EndPoint endPoint )  :  Connection

metrics-jetty10-5.0.0-rc22.jar, InstrumentedHandler.class
package io.dropwizard.metrics5.jetty10
InstrumentedHandler.doStart ( )  :  void
InstrumentedHandler.doStop ( )  :  void
InstrumentedHandler.getName ( )  :  String
InstrumentedHandler.handle ( String path, Request request, HttpServletRequest httpRequest, HttpServletResponse httpResponse )  :  void
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry )
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry, String prefix )
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry, String prefix, ResponseMeteredLevel responseMeteredLevel )
InstrumentedHandler.setName ( String name )  :  void

metrics-jetty10-5.0.0-rc22.jar, InstrumentedHttpChannelListener.class
package io.dropwizard.metrics5.jetty10
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry )
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry, MetricName pref )
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry, MetricName pref, ResponseMeteredLevel responseMeteredLevel )
InstrumentedHttpChannelListener.onAfterDispatch ( Request request )  :  void
InstrumentedHttpChannelListener.onBeforeDispatch ( Request request )  :  void
InstrumentedHttpChannelListener.onComplete ( Request request )  :  void
InstrumentedHttpChannelListener.onDispatchFailure ( Request request, Throwable failure )  :  void
InstrumentedHttpChannelListener.onRequestBegin ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestContent ( Request request, ByteBuffer content )  :  void
InstrumentedHttpChannelListener.onRequestContentEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestFailure ( Request request, Throwable failure )  :  void
InstrumentedHttpChannelListener.onRequestTrailers ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseBegin ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseCommit ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseContent ( Request request, ByteBuffer content )  :  void
InstrumentedHttpChannelListener.onResponseEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseFailure ( Request request, Throwable failure )  :  void

metrics-jetty10-5.0.0-rc22.jar, InstrumentedQueuedThreadPool.class
package io.dropwizard.metrics5.jetty10
InstrumentedQueuedThreadPool.doStart ( )  :  void
InstrumentedQueuedThreadPool.doStop ( )  :  void
InstrumentedQueuedThreadPool.getPrefix ( )  :  String
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, String prefix )
InstrumentedQueuedThreadPool.setPrefix ( String prefix )  :  void

to the top

Removed Methods  47 


metrics-jetty10-4.2.28.jar, InstrumentedConnectionFactory.class
package io.dropwizard.metrics.jetty10
InstrumentedConnectionFactory.getProtocol ( )  :  String
InstrumentedConnectionFactory.getProtocols ( )  :  List<String>
InstrumentedConnectionFactory.InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer )
InstrumentedConnectionFactory.InstrumentedConnectionFactory ( ConnectionFactory connectionFactory, Timer timer, Counter counter )
InstrumentedConnectionFactory.newConnection ( Connector connector, EndPoint endPoint )  :  Connection

metrics-jetty10-4.2.28.jar, InstrumentedHandler.class
package io.dropwizard.metrics.jetty10
InstrumentedHandler.doStart ( )  :  void
InstrumentedHandler.doStop ( )  :  void
InstrumentedHandler.getName ( )  :  String
InstrumentedHandler.handle ( String path, Request request, HttpServletRequest httpRequest, HttpServletResponse httpResponse )  :  void
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry )
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry, String prefix )
InstrumentedHandler.InstrumentedHandler ( MetricRegistry registry, String prefix, ResponseMeteredLevel responseMeteredLevel )
InstrumentedHandler.setName ( String name )  :  void

metrics-jetty10-4.2.28.jar, InstrumentedHttpChannelListener.class
package io.dropwizard.metrics.jetty10
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry )
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry, String pref )
InstrumentedHttpChannelListener.InstrumentedHttpChannelListener ( MetricRegistry registry, String pref, ResponseMeteredLevel responseMeteredLevel )
InstrumentedHttpChannelListener.onAfterDispatch ( Request request )  :  void
InstrumentedHttpChannelListener.onBeforeDispatch ( Request request )  :  void
InstrumentedHttpChannelListener.onComplete ( Request request )  :  void
InstrumentedHttpChannelListener.onDispatchFailure ( Request request, Throwable failure )  :  void
InstrumentedHttpChannelListener.onRequestBegin ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestContent ( Request request, ByteBuffer content )  :  void
InstrumentedHttpChannelListener.onRequestContentEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onRequestFailure ( Request request, Throwable failure )  :  void
InstrumentedHttpChannelListener.onRequestTrailers ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseBegin ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseCommit ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseContent ( Request request, ByteBuffer content )  :  void
InstrumentedHttpChannelListener.onResponseEnd ( Request request )  :  void
InstrumentedHttpChannelListener.onResponseFailure ( Request request, Throwable failure )  :  void

metrics-jetty10-4.2.28.jar, InstrumentedQueuedThreadPool.class
package io.dropwizard.metrics.jetty10
InstrumentedQueuedThreadPool.doStart ( )  :  void
InstrumentedQueuedThreadPool.doStop ( )  :  void
InstrumentedQueuedThreadPool.getPrefix ( )  :  String
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, BlockingQueue<Runnable> queue )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, String prefix )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadFactory threadFactory )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory )
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory, String prefix )
InstrumentedQueuedThreadPool.setPrefix ( String prefix )  :  void

to the top

Problems with Data Types, High Severity  4 


metrics-jetty10-4.2.28.jar
package io.dropwizard.metrics.jetty10
[+] class InstrumentedConnectionFactory  1 
[+] class InstrumentedHandler  1 
[+] class InstrumentedHttpChannelListener  1 
[+] class InstrumentedQueuedThreadPool  1 

to the top

Java Archives  1 


metrics-jetty10-4.2.28.jar

to the top