FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 99 |
3 |
0 |
0 |
openlr.otk.coding.Encode
| Bug |
Category |
Details |
Line |
Priority |
| openlr.otk.coding.Encode.prepareDirectories(EncodeOptions) ignores exceptional return value of java.io.File.mkdirs() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
223 |
Medium |
openlr.otk.coding.EncodeOptions
| Bug |
Category |
Details |
Line |
Priority |
| Dead store to locData in openlr.otk.coding.EncodeOptions.parseLocation(InputStream, String, MapDatabase) |
STYLE |
DLS_DEAD_LOCAL_STORE |
161 |
Medium |
openlr.otk.kml.KmlOutput
| Bug |
Category |
Details |
Line |
Priority |
| openlr.otk.kml.KmlOutput.write() ignores exceptional return value of java.io.File.createNewFile() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
141 |
Medium |