Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
1 6 0 0

org.miloss.fgsms.recryptor.FgsmsRecryptor

Bug Category Details Line Priority
Dead store to d rather than field with same name in org.miloss.fgsms.recryptor.FgsmsRecryptor.ProcessConfig() STYLE DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD 217 High
Dead store to d rather than field with same name in org.miloss.fgsms.recryptor.FgsmsRecryptor.ProcessPerformance() STYLE DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD 127 High
org.miloss.fgsms.recryptor.FgsmsRecryptor.GetInputData() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 121 Medium
org.miloss.fgsms.recryptor.FgsmsRecryptor.ProcessConfig() may fail to close PreparedStatement BAD_PRACTICE ODR_OPEN_DATABASE_RESOURCE 241 Medium
Unread field: org.miloss.fgsms.recryptor.FgsmsRecryptor.con PERFORMANCE URF_UNREAD_FIELD 51 Medium
Unread field: org.miloss.fgsms.recryptor.FgsmsRecryptor.d PERFORMANCE URF_UNREAD_FIELD 52 Medium