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 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.apache.juddi.example.wsdl2uddi.Call | 1 |
org.apache.juddi.example.wsdl2uddi.Find | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.apache.juddi.example.wsdl2uddi.Call.call() | STYLE | REC_CATCH_EXCEPTION | 76 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.apache.juddi.example.wsdl2uddi.Find.find() | STYLE | REC_CATCH_EXCEPTION | 62 | Medium |