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 |
---|---|---|---|
148 | 9 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Nullcheck of transaction at line 56 of value previously dereferenced in org.apache.camel.component.jpa.DefaultTransactionStrategy.execute(JpaCallback) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 48 |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.component.jpa.JpaConsumer$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.component.jpa.JpaConsumer$3 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.component.jpa.JpaEndpoint$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
The class org.apache.camel.component.jpa.JpaProducer$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Method org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcCopyKeyFieldsFromObjectId(Object) invokes inefficient Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | Not available |
Method org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcCopyKeyFieldsFromObjectId(FieldConsumer, Object) invokes inefficient Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | Not available |
Unwritten field: org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcPCSuperclass | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |
Unwritten field: org.apache.camel.processor.idempotent.jpa.MessageProcessed.pcInheritedFieldCount | CORRECTNESS | UWF_UNWRITTEN_FIELD | Not available |