FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
15 6 0 0

au.gov.amsa.ihs.reader.ExtractAllTabDelimitedMain

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.ihs.reader.ExtractAllTabDelimitedMain.main(String[]) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 69 Medium
Found reliance on default encoding in au.gov.amsa.ihs.reader.ExtractAllTabDelimitedMain.writeDelimited(String, File, File[]): new java.io.PrintStream(File) I18N DM_DEFAULT_ENCODING 38 High

au.gov.amsa.ihs.reader.ExtractCsvMain

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.ihs.reader.ExtractCsvMain.main(String[]) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 17 Medium
Found reliance on default encoding in au.gov.amsa.ihs.reader.ExtractCsvMain.main(String[]): new java.io.PrintStream(String) I18N DM_DEFAULT_ENCODING 18 High

au.gov.amsa.ihs.reader.ExtractCsvMain$1

Bug Category Details Line Priority
Format string should use %n rather than \n in au.gov.amsa.ihs.reader.ExtractCsvMain$1.call(Ship) BAD_PRACTICE VA_FORMAT_STRING_USES_NEWLINE 25 Medium

au.gov.amsa.ihs.reader.IhsReaderMain

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.ihs.reader.IhsReaderMain.main(String[]) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 12 Medium