The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is experimental
Effort is max
Class | Bugs |
---|---|
net.sf.mbus4j.master.console.ConsoleApp | 2 |
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 |