The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
422 | 8 | 0 | 0 |
Class | Bugs |
---|---|
de.mud.jbp.Main | 2 |
de.mud.jbp.ProxyFrame | 2 |
de.mud.jbp.ProxyFrame$11 | 1 |
de.mud.jbp.ProxyFrame$12 | 1 |
de.mud.jbp.ProxyWorker | 2 |
Bug | Category | Details | Line |
---|---|---|---|
de.mud.jbp.Main.help() invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 48 |
de.mud.jbp.Main.usage(String) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 36 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in de.mud.jbp.ProxyFrame.jMenuItem1ActionPerformed(ActionEvent) | STYLE | REC_CATCH_EXCEPTION | 400 |
Exception is caught when Exception is not thrown in de.mud.jbp.ProxyFrame.jMenuItem6ActionPerformed(ActionEvent) | STYLE | REC_CATCH_EXCEPTION | 270 |
Bug | Category | Details | Line |
---|---|---|---|
The class de.mud.jbp.ProxyFrame$11 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
The class de.mud.jbp.ProxyFrame$12 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in de.mud.jbp.ProxyWorker.init() | STYLE | REC_CATCH_EXCEPTION | 99 |
Exception is caught when Exception is not thrown in de.mud.jbp.ProxyWorker.run() | STYLE | REC_CATCH_EXCEPTION | 145 |