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
108700

Files

ClassBugs
org.apache.camel.component.http.CamelServlet1
org.apache.camel.component.http.HttpComponent1
org.apache.camel.component.http.HttpProducer2
org.apache.camel.component.http.JettyHttpComponent2
org.apache.camel.component.http.JettyHttpComponent$ConnectorRef1

org.apache.camel.component.http.CamelServlet

BugCategoryDetailsLine
org.apache.camel.component.http.CamelServlet is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONIDNot available

org.apache.camel.component.http.HttpComponent

BugCategoryDetailsLine
HttpComponent.camelServlet not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.apache.camel.component.http.HttpProducer

BugCategoryDetailsLine
Redundant nullcheck of requestEntity, which is known to be non-null in org.apache.camel.component.http.HttpProducer.createMethod(Exchange)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE66
Class org.apache.camel.component.http.HttpProducer implements same interface as superclassSTYLERI_REDUNDANT_INTERFACESNot available

org.apache.camel.component.http.JettyHttpComponent

BugCategoryDetailsLine
Dead store to connectorRef in org.apache.camel.component.http.JettyHttpComponent.connect(HttpConsumer)STYLEDLS_DEAD_LOCAL_STORE110
JettyHttpComponent.server not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.apache.camel.component.http.JettyHttpComponent$ConnectorRef

BugCategoryDetailsLine
Should org.apache.camel.component.http.JettyHttpComponent$ConnectorRef be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATICNot available