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
44 8 0 0

au.gov.amsa.craft.analyzer.wms.DriftingLayer

Bug Category Details Line Priority
Dead store to r in au.gov.amsa.craft.analyzer.wms.DriftingLayer.render(Graphics2D, WmsRequest) STYLE DLS_DEAD_LOCAL_STORE 407 Medium
Hard coded reference to an absolute pathname in au.gov.amsa.craft.analyzer.wms.DriftingLayer.sortFiles() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 510 Medium

au.gov.amsa.craft.analyzer.wms.DriftingLayer$13

Bug Category Details Line Priority
Primitive is boxed to call Long.compareTo(Long): use Long.compare(long, long) instead PERFORMANCE DM_BOXED_PRIMITIVE_FOR_COMPARE 348 High

au.gov.amsa.craft.analyzer.wms.DriftingLayer$16

Bug Category Details Line Priority
Primitive is boxed to call Long.compareTo(Long): use Long.compare(long, long) instead PERFORMANCE DM_BOXED_PRIMITIVE_FOR_COMPARE 467 High

au.gov.amsa.craft.analyzer.wms.Sources

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.craft.analyzer.wms.Sources.fixes() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 31 High

au.gov.amsa.craft.analyzer.wms.WmsServlet

Bug Category Details Line Priority
Class au.gov.amsa.craft.analyzer.wms.WmsServlet defines non-transient non-serializable instance field processor BAD_PRACTICE SE_BAD_FIELD Not available Medium

au.gov.amsa.spark.ais.AnchoredTrainerMain

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