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
15110015

Files

ClassBugs
org.apache.camel.component.jpa.DefaultTransactionStrategy1
org.apache.camel.component.jpa.JpaConsumer$21
org.apache.camel.component.jpa.JpaConsumer$31
org.apache.camel.component.jpa.JpaConsumer$41
org.apache.camel.component.jpa.JpaEndpoint$11
org.apache.camel.component.jpa.JpaProducer$11
org.apache.camel.processor.idempotent.jpa.MessageProcessed4

org.apache.camel.component.jpa.DefaultTransactionStrategy

BugCategoryDetailsLine
Nullcheck of transaction at line 56 of value previously dereferenced in org.apache.camel.component.jpa.DefaultTransactionStrategy.execute(JpaCallback)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE49

org.apache.camel.component.jpa.JpaConsumer$2

BugCategoryDetailsLine
The class org.apache.camel.component.jpa.JpaConsumer$2 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.camel.component.jpa.JpaConsumer$3

BugCategoryDetailsLine
The class org.apache.camel.component.jpa.JpaConsumer$3 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.camel.component.jpa.JpaConsumer$4

BugCategoryDetailsLine
The class org.apache.camel.component.jpa.JpaConsumer$4 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.camel.component.jpa.JpaEndpoint$1

BugCategoryDetailsLine
The class org.apache.camel.component.jpa.JpaEndpoint$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.camel.component.jpa.JpaProducer$1

BugCategoryDetailsLine
The class org.apache.camel.component.jpa.JpaProducer$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.camel.processor.idempotent.jpa.MessageProcessed

BugCategoryDetailsLine
Method org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcCopyKeyFieldsFromObjectId(Object) invokes inefficient Long(long) constructor; use Long.valueOf(long) insteadPERFORMANCEDM_NUMBER_CTORNot available
Method org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcCopyKeyFieldsFromObjectId(FieldConsumer, Object) invokes inefficient Long(long) constructor; use Long.valueOf(long) insteadPERFORMANCEDM_NUMBER_CTORNot available
Unwritten field: org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcPCSuperclassCORRECTNESSUWF_UNWRITTEN_FIELDNot available
Unwritten field: org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcInheritedFieldCountCORRECTNESSUWF_UNWRITTEN_FIELDNot available