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 |
|---|---|---|---|
| 4 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.juddi.example.wsdl2uddi.Find | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of businessEntity in org.apache.juddi.example.wsdl2uddi.Find.find() | CORRECTNESS | NP_NULL_ON_SOME_PATH | 58 | Medium |
| Exception is caught when Exception is not thrown in org.apache.juddi.example.wsdl2uddi.Find.find() | STYLE | REC_CATCH_EXCEPTION | 64 | Medium |
| Return value of org.uddi.api_v3.BusinessEntity.getBusinessServices() ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 58 | Medium |