Source compatibility report for the metrics-jetty9 library between 3.1.5 and 3.2.0 versions
Test Info
| Library Name | metrics-jetty9 | 
| Version #1 | 3.1.5 | 
| Version #2 | 3.2.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 19 / 3 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 4 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  4 
metrics-jetty9-3.2.0.jar, InstrumentedConnectionFactory.class
package com.codahale.metrics.jetty9
InstrumentedConnectionFactory.getProtocols ( )  :  List<String>
com/codahale/metrics/jetty9/InstrumentedConnectionFactory.getProtocols:()Ljava/util/List;
metrics-jetty9-3.2.0.jar, InstrumentedQueuedThreadPool.class
package com.codahale.metrics.jetty9
InstrumentedQueuedThreadPool.getPrefix ( )  :  String
com/codahale/metrics/jetty9/InstrumentedQueuedThreadPool.getPrefix:()Ljava/lang/String;
InstrumentedQueuedThreadPool.InstrumentedQueuedThreadPool ( MetricRegistry registry, int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, String prefix )
com/codahale/metrics/jetty9/InstrumentedQueuedThreadPool."<init>":(Lcom/codahale/metrics/MetricRegistry;IIILjava/util/concurrent/BlockingQueue;Ljava/lang/String;)V
InstrumentedQueuedThreadPool.setPrefix ( String prefix )  :  void
com/codahale/metrics/jetty9/InstrumentedQueuedThreadPool.setPrefix:(Ljava/lang/String;)V
to the top
Java Archives  1 
metrics-jetty9-3.1.5.jar
to the top