SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 5 0 0

Files

Class Bugs
de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity 4
de.kaiserpfalzedv.commons.jpa.AbstractRevisionedJPAEntity 1

de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity

Bug Category Details Line Priority
Non-null field created is not initialized by new de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity() CORRECTNESS NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 46 Medium
Non-null field modified is not initialized by new de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity() CORRECTNESS NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 46 Medium
Redundant nullcheck of de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity.created, which is known to be non-null in de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity.clone() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 97 Low
Redundant nullcheck of de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity.modified, which is known to be non-null in de.kaiserpfalzedv.commons.jpa.AbstractJPAEntity.clone() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 101 Low

de.kaiserpfalzedv.commons.jpa.AbstractRevisionedJPAEntity

Bug Category Details Line Priority
Non-null field revisioned is not initialized by new de.kaiserpfalzedv.commons.jpa.AbstractRevisionedJPAEntity() CORRECTNESS NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 44 Medium