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.spark.ais.AnchoredTrainerMain | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to sameModel in au.gov.amsa.spark.ais.AnchoredTrainerMain.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 72 | Medium |
Found reliance on default encoding in au.gov.amsa.spark.ais.AnchoredTrainerMain.main(String[]): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 81 | High |