FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
4 3 0 0

org.opendaylight.yangtools.yang.validation.tool.Main

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

org.opendaylight.yangtools.yang.validation.tool.Params

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

org.opendaylight.yangtools.yang.validation.tool.ParamsUtil

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