The following document contains the results of FindBugs Report
FindBugs Version is 1.3.2
Threshold is Low
Effort is Max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
376 | 2 | 0 | 0 |
Class | Bugs |
---|---|
javax.xml.namespace.QName | 1 |
org.apache.axis.message.addressing.tools.wsdl.WSDL2Java | 1 |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.axis.message.addressing.ServiceNameType doesn't override javax.xml.namespace.QName.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 147-160 |
Bug | Category | Details | Line |
---|---|---|---|
The class name org.apache.axis.message.addressing.tools.wsdl.WSDL2Java shadows the simple name of the superclass org.apache.axis.wsdl.WSDL2Java | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 31-51 |