Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 8 0 0

org.miloss.fgsms.discovery.UDDIDiscovery

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

org.miloss.fgsms.discovery.UDDIDiscovery$findType

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