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

Test Info


Library Namemetrics-jetty9
Version #14.2.28
Version #25.0.0

Test Results


Total Java Modules1
Total Methods / Classes60 / 7
Compatibility 0%

Problem Summary


SeverityCount
Added Methods-19
Removed MethodsHigh41
Problems with
Data Types
High4
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  19 


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

metrics-jetty9-5.0.0.jar, InstrumentedHandler.class
package io.dropwizard.metrics5.jetty9
InstrumentedHandler.doStart ( )  :  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.setName ( String name )  :  void

metrics-jetty9-5.0.0.jar, InstrumentedQueuedThreadPool.class
package io.dropwizard.metrics5.jetty9
InstrumentedQueuedThreadPool.doStart ( )  :  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  41 


metrics-jetty9-4.2.28.jar, InstrumentedConnectionFactory.class
package com.codahale.metrics.jetty9
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-jetty9-4.2.28.jar, InstrumentedHandler.class
package com.codahale.metrics.jetty9
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-jetty9-4.2.28.jar, InstrumentedHttpChannelListener.class
package com.codahale.metrics.jetty9
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-jetty9-4.2.28.jar, InstrumentedQueuedThreadPool.class
package com.codahale.metrics.jetty9
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

Problems with Data Types, High Severity  4 


metrics-jetty9-4.2.28.jar
package com.codahale.metrics.jetty9
[+] class InstrumentedConnectionFactory  1 
[+] class InstrumentedHandler  1 
[+] class InstrumentedHttpChannelListener  1 
[+] class InstrumentedQueuedThreadPool  1 

to the top

Java Archives  1 


metrics-jetty9-4.2.28.jar

to the top