The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.yangtools.yang.validation.tool.Main | 1 |
| org.opendaylight.yangtools.yang.validation.tool.Params | 1 |
| org.opendaylight.yangtools.yang.validation.tool.ParamsUtil | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference in org.opendaylight.yangtools.yang.validation.tool.Main.main(String[]) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 30 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference in org.opendaylight.yangtools.yang.validation.tool.Params.isValid() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 53 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.opendaylight.yangtools.yang.validation.tool.ParamsUtil.parseArgs(String[], ArgumentParser) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 26 | Low |