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
6 4 0 0

au.gov.amsa.gt.Shapefile

Bug Category Details Line Priority
Possible null pointer dereference in au.gov.amsa.gt.Shapefile.fromZip(InputStream, double) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 95 Medium

au.gov.amsa.gt.Shapes

Bug Category Details Line Priority
Found reliance on default encoding in new au.gov.amsa.gt.Shapes(String): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 24 High

au.gov.amsa.gt.ZipUtil

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdir() ignored in au.gov.amsa.gt.ZipUtil.unzip(InputStream, File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 17 Medium
Exceptional return value of java.io.File.mkdirs() ignored in au.gov.amsa.gt.ZipUtil.unzip(InputStream, File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 32 Medium