SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.4
Threshold is medium
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
4 | 5 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.forgerock.json.schema.Main | 5 |
org.forgerock.json.schema.Main
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.forgerock.json.schema.Main.init(URI) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 182 | Medium |
org.forgerock.json.schema.Main.loadFromConsole() invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 293 | Medium |
Possible null pointer dereference in org.forgerock.json.schema.Main.getFileListingNoSort(File, FileFilter) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 209 | Medium |
org.forgerock.json.schema.Main.loadSchema(URI, File) may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 187 | Medium |
Unread field: org.forgerock.json.schema.Main.arguments | PERFORMANCE | URF_UNREAD_FIELD | 82 | Medium |