awasum commented on a change in pull request #670: FINERACT-702: Integrate
SpotBugs and fix over 300 high priority issues
URL: https://github.com/apache/fineract/pull/670#discussion_r358155144
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/AbandonedConnectionCleanupShutdownListener.java
##########
@@ -66,6 +66,8 @@ private void shutDowncleanUpThreadAndDeregisterJDBCDriver() {
}
try {
Thread.sleep(2000L);
- } catch (Exception e) {}
+ } catch (Exception e) {
+ e.printStackTrace();
Review comment:
I will add a logger. I forgot this. We will catch more of these easily with
the findbugs-slf4j plugin you suggested in another issue.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services