FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is experimental

Effort is max

Summary

Classes Bugs Errors Missing Classes
1 2 0 0

net.sf.mbus4j.master.console.ConsoleApp

Bug Category Details Line Priority
udr could be null and is guaranteed to be dereferenced in net.sf.mbus4j.master.console.ConsoleApp.main(String[]) CORRECTNESS NP_GUARANTEED_DEREF 244 Medium
Exception is caught when Exception is not thrown in net.sf.mbus4j.master.console.ConsoleApp.main(String[]) STYLE REC_CATCH_EXCEPTION 248 Medium