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 |
|---|---|---|---|
| 108 | 7 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.camel.component.http.CamelServlet is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| HttpComponent.camelServlet not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of requestEntity, which is known to be non-null in org.apache.camel.component.http.HttpProducer.createMethod(Exchange) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 66 |
| Class org.apache.camel.component.http.HttpProducer implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to connectorRef in org.apache.camel.component.http.JettyHttpComponent.connect(HttpConsumer) | STYLE | DLS_DEAD_LOCAL_STORE | 110 |
| JettyHttpComponent.server not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should org.apache.camel.component.http.JettyHttpComponent$ConnectorRef be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | Not available |