The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.miloss.fgsms.examples.export.ExportDataFromDatabase | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to d in org.miloss.fgsms.examples.export.ExportDataFromDatabase.getConnection(String, String, String) | STYLE | DLS_DEAD_LOCAL_STORE | 111 | High |
Found reliance on default encoding in org.miloss.fgsms.examples.export.ExportDataFromDatabase.main(String[]): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 53 | High |