Source compatibility report for the metrics-jetty9 library between 3.1.5 and 3.2.0 versions

Test Info


Library Namemetrics-jetty9
Version #13.1.5
Version #23.2.0

Test Results


Total Java Modules1
Total Methods / Classes19 / 3
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


metrics-jetty9-3.2.0.jar, InstrumentedConnectionFactory.class
package com.codahale.metrics.jetty9
InstrumentedConnectionFactory.getProtocols ( )  :  List<String>

metrics-jetty9-3.2.0.jar, InstrumentedQueuedThreadPool.class
package com.codahale.metrics.jetty9
InstrumentedQueuedThreadPool.getPrefix ( )  :  String
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, String prefix )
InstrumentedQueuedThreadPool.setPrefix ( String prefix )  :  void

to the top

Java Archives  1 


metrics-jetty9-3.1.5.jar

to the top