The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Class | Bugs |
---|---|
au.gov.amsa.ihs.reader.ExtractAllTabDelimitedMain | 2 |
au.gov.amsa.ihs.reader.ExtractCsvMain | 2 |
au.gov.amsa.ihs.reader.ExtractCsvMain$1 | 1 |
au.gov.amsa.ihs.reader.IhsReaderMain | 1 |
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 |
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 |
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 |
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 |