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 2 0 0

org.miloss.fgsms.examples.export.ExportDataFromDatabase

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