The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 11 | 7 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.juddi.gui.dsig.XmlSigApplet2 | 1 |
| org.apache.juddi.gui.dsig.XmlSignatureApplet | 6 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.juddi.gui.dsig.XmlSigApplet2.jButton1ActionPerformed(ActionEvent) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 495 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to browserName in org.apache.juddi.gui.dsig.XmlSignatureApplet.jButton1ActionPerformed(ActionEvent) | STYLE | DLS_DEAD_LOCAL_STORE | 336 | Medium |
| Dead store to object1 in org.apache.juddi.gui.dsig.XmlSignatureApplet.jButton1ActionPerformed(ActionEvent) | STYLE | DLS_DEAD_LOCAL_STORE | 334 | Medium |
| Dead store to osName in org.apache.juddi.gui.dsig.XmlSignatureApplet.jButton1ActionPerformed(ActionEvent) | STYLE | DLS_DEAD_LOCAL_STORE | 337 | Medium |
| Possible null pointer dereference of XmlSignatureApplet.keyStore in org.apache.juddi.gui.dsig.XmlSignatureApplet.setupCertificates() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 226 | Medium |
| Possible null pointer dereference of XmlSignatureApplet.keyStore in org.apache.juddi.gui.dsig.XmlSignatureApplet.setupCertificates() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 226 | Medium |
| Exception is caught when Exception is not thrown in org.apache.juddi.gui.dsig.XmlSignatureApplet.jButton1ActionPerformed(ActionEvent) | STYLE | REC_CATCH_EXCEPTION | 322 | Medium |