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.gt.Shapefile | 1 |
| au.gov.amsa.gt.Shapes | 1 |
| au.gov.amsa.gt.ZipUtil | 2 |
| 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 |
| 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 |
| 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 |