The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.miloss.fgsms.discovery.UDDIDiscovery | 7 |
| org.miloss.fgsms.discovery.UDDIDiscovery$findType | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Null pointer dereference of UDDIDiscovery.uddi in new org.miloss.fgsms.discovery.UDDIDiscovery() | CORRECTNESS | NP_ALWAYS_NULL | 51 | High |
| Read of unwritten field uddi in new org.miloss.fgsms.discovery.UDDIDiscovery() | CORRECTNESS | NP_UNWRITTEN_FIELD | 51 | Medium |
| Read of unwritten field uddi in org.miloss.fgsms.discovery.UDDIDiscovery.LoadConfig(Properties) | CORRECTNESS | NP_UNWRITTEN_FIELD | 361 | Medium |
| Redundant nullcheck of response, which is known to be non-null in org.miloss.fgsms.discovery.UDDIDiscovery.DiscoverByServiceKey(String, String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 142 | Medium |
| Repeated conditional test in org.miloss.fgsms.discovery.UDDIDiscovery.DiscoverByServiceKey(String, String) | CORRECTNESS | RpC_REPEATED_CONDITIONAL_TEST | 142 | High |
| Unread field: org.miloss.fgsms.discovery.UDDIDiscovery.good | PERFORMANCE | URF_UNREAD_FIELD | 436 | Medium |
| Field only ever set to null: org.miloss.fgsms.discovery.UDDIDiscovery.uddi | CORRECTNESS | UWF_NULL_FIELD | Not available | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class name org.miloss.fgsms.discovery.UDDIDiscovery$findType doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 485-489 | Medium |