More Sonar Fixes
This commit is contained in:
@@ -101,7 +101,7 @@ public class PayloadAwareTimingInterceptor implements ChannelInterceptor {
|
||||
return this.statsMap.get(Class.forName(className)).getAverage();
|
||||
}
|
||||
|
||||
private class StopWatchHolder {
|
||||
private static class StopWatchHolder {
|
||||
|
||||
private final StopWatch stopWatch;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ public final class DerbyStoredProcedures {
|
||||
|
||||
public static void findCoffee(int coffeeId, String[] coffeeDescription)
|
||||
throws SQLException {
|
||||
Connection connection = null;
|
||||
Connection connection = null; // NOSONAR JdbcUtils
|
||||
PreparedStatement statement = null; // NOSONAR JdbcUtils
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user