The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 174 | 22 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to u in org.apache.camel.component.cxf.CxfComponent.createEndpoint(String, String, Map) | STYLE | DLS_DEAD_LOCAL_STORE | 50 |
| Bug | Category | Details | Line |
|---|---|---|---|
| CxfInvokeProducer.client not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to response in org.apache.camel.component.cxf.CxfProducer.process(CxfExchange) | STYLE | DLS_DEAD_LOCAL_STORE | 71 |
| CxfProducer.conduit not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should org.apache.camel.component.cxf.CxfProducer$ResultFuture be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Load of known null value in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse() | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 215 |
| Load of known null value in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream.handleResponse() | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 225 |
| 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() | CORRECTNESS | NP_NULL_INSTANCEOF | 219 |
| 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[]) | CORRECTNESS | NP_NULL_PARAM_DEREF_NONVIRTUAL | 225 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of correlationID which is known to be null in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$1.process(Exchange) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE | 170 |
| Redundant nullcheck of id which is known to be null in org.apache.camel.component.cxf.transport.CamelConduit$CamelOutputStream$1.process(Exchange) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE | 162 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should org.apache.camel.component.cxf.transport.CamelConduit$DecoupledDestination be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: org.apache.camel.component.cxf.transport.CamelDestination.endpoint | PERFORMANCE | URF_UNREAD_FIELD | 86 |
| Unread field: org.apache.camel.component.cxf.transport.CamelDestination.conduitInitiator | PERFORMANCE | URF_UNREAD_FIELD | 64 |
| Unwritten field: org.apache.camel.component.cxf.transport.CamelDestination.camelUri | CORRECTNESS | UWF_UNWRITTEN_FIELD | 86 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream.replyTo | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Unused field: org.apache.camel.component.cxf.transport.CamelDestination$CamelOutputStream.sender | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.camel.component.cxf.transport.CamelTransportBase.close() might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 60 |
| Unread field: org.apache.camel.component.cxf.transport.CamelTransportBase.camelContext | PERFORMANCE | URF_UNREAD_FIELD | 38 |
| Unwritten field: org.apache.camel.component.cxf.transport.CamelTransportBase.replyDestination | CORRECTNESS | UWF_UNWRITTEN_FIELD | 49 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method call in org.apache.camel.component.cxf.transport.CamelTransportFactory.getConduit(EndpointInfo) passes null for unconditionally dereferenced parameter of getConduit(EndpointInfo, EndpointReferenceType) | CORRECTNESS | NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS | 68 |
| CamelTransportFactory.bus not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |