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 |
---|---|---|---|
2 | 2 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.forgerock.json.crypto.cli.Main | 2 |
org.forgerock.json.crypto.cli.Main
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.forgerock.json.crypto.cli.Main.loadArgs(String[]) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 203 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.forgerock.json.crypto.cli.Main.setDestinationValue(String, JsonValue) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 185 | Medium |