Source compatibility report for the metrics-jdbi3 library between 4.0.7 and 4.1.0 versions
Test Info
Library Name | metrics-jdbi3 |
Version #1 | 4.0.7 |
Version #2 | 4.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 17 / 9 |
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-jdbi3-4.1.0.jar, InstrumentedSqlLogger.class
package com.codahale.metrics.jdbi3
InstrumentedSqlLogger.InstrumentedSqlLogger ( MetricRegistry registry )
com/codahale/metrics/jdbi3/InstrumentedSqlLogger."<init>":(Lcom/codahale/metrics/MetricRegistry;)V
InstrumentedSqlLogger.InstrumentedSqlLogger ( MetricRegistry registry, StatementNameStrategy statementNameStrategy )
com/codahale/metrics/jdbi3/InstrumentedSqlLogger."<init>":(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/jdbi3/strategies/StatementNameStrategy;)V
InstrumentedSqlLogger.logAfterExecution ( StatementContext context ) : void
com/codahale/metrics/jdbi3/InstrumentedSqlLogger.logAfterExecution:(Lorg/jdbi/v3/core/statement/StatementContext;)V
InstrumentedSqlLogger.logException ( StatementContext context, SQLException ex ) : void
com/codahale/metrics/jdbi3/InstrumentedSqlLogger.logException:(Lorg/jdbi/v3/core/statement/StatementContext;Ljava/sql/SQLException;)V
to the top
Java Archives 1
metrics-jdbi3-4.0.7.jar
to the top