FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1732200

Files

ClassBugs
org.apache.camel.component.cxf.CxfComponent1
org.apache.camel.component.cxf.CxfInvokeProducer1
org.apache.camel.component.cxf.CxfProducer2
org.apache.camel.component.cxf.CxfProducer$ResultFuture1
org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream4
org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$12
org.apache.camel.component.cxf.transport.CamelConduit$DecoupledDestination1
org.apache.camel.component.cxf.transport.CamelDestination3
org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream2
org.apache.camel.component.cxf.transport.CamelTransportBase3
org.apache.camel.component.cxf.transport.CamelTransportFactory2

org.apache.camel.component.cxf.CxfComponent

BugCategoryDetailsLine
Dead store to u in org.apache.camel.component.cxf.CxfComponent.createEndpoint(String, String, Map)STYLEDLS_DEAD_LOCAL_STORE51

org.apache.camel.component.cxf.CxfInvokeProducer

BugCategoryDetailsLine
CxfInvokeProducer.client not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.apache.camel.component.cxf.CxfProducer

BugCategoryDetailsLine
Dead store to response in org.apache.camel.component.cxf.CxfProducer.process(CxfExchange)STYLEDLS_DEAD_LOCAL_STORE72
CxfProducer.conduit not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.apache.camel.component.cxf.CxfProducer$ResultFuture

BugCategoryDetailsLine
Should org.apache.camel.component.cxf.CxfProducer$ResultFuture be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATICNot available

org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream

BugCategoryDetailsLine
Load of known null value in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse()STYLENP_LOAD_OF_KNOWN_NULL_VALUE234
Load of known null value in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse()STYLENP_LOAD_OF_KNOWN_NULL_VALUE245
A known null value is checked to see if it is an instance of java.lang.String in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse()CORRECTNESSNP_NULL_INSTANCEOF238
Non-virtual method call in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse() passes null for unconditionally dereferenced parameter of java.io.ByteArrayInputStream.ByteArrayInputStream(byte[])CORRECTNESSNP_NULL_PARAM_DEREF_NONVIRTUAL245

org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$1

BugCategoryDetailsLine
Redundant nullcheck of correlationID which is known to be null in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$1.process(Exchange)STYLERCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE180
Redundant nullcheck of id which is known to be null in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$1.process(Exchange)STYLERCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE170

org.apache.camel.component.cxf.transport.CamelConduit$DecoupledDestination

BugCategoryDetailsLine
Should org.apache.camel.component.cxf.transport.CamelConduit$DecoupledDestination be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATICNot available

org.apache.camel.component.cxf.transport.CamelDestination

BugCategoryDetailsLine
Unread field: org.apache.camel.component.cxf.transport.CamelDestination.endpointPERFORMANCEURF_UNREAD_FIELD90
Unread field: org.apache.camel.component.cxf.transport.CamelDestination.conduitInitiatorPERFORMANCEURF_UNREAD_FIELD67
Unwritten field: org.apache.camel.component.cxf.transport.CamelDestination.camelUriCORRECTNESSUWF_UNWRITTEN_FIELD90

org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream

BugCategoryDetailsLine
Unused field: org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream.replyToPERFORMANCEUUF_UNUSED_FIELDNot available
Unused field: org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream.senderPERFORMANCEUUF_UNUSED_FIELDNot available

org.apache.camel.component.cxf.transport.CamelTransportBase

BugCategoryDetailsLine
org.apache.camel.component.cxf.transport.CamelTransportBase.close() might ignore java.lang.ExceptionBAD_PRACTICEDE_MIGHT_IGNORE62
Unread field: org.apache.camel.component.cxf.transport.CamelTransportBase.camelContextPERFORMANCEURF_UNREAD_FIELD39
Unwritten field: org.apache.camel.component.cxf.transport.CamelTransportBase.replyDestinationCORRECTNESSUWF_UNWRITTEN_FIELD50

org.apache.camel.component.cxf.transport.CamelTransportFactory

BugCategoryDetailsLine
Method call in org.apache.camel.component.cxf.transport.CamelTransportFactory.getConduit(EndpointInfo) passes null for unconditionally dereferenced parameter of getConduit(EndpointInfo, EndpointReferenceType)CORRECTNESSNP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS68
CamelTransportFactory.bus not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available