The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.autodao.impl.ParametersChecker | 1 |
net.sf.autodao.impl.jpa.JpaDaoFactoryBean | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of type, which is known to be non-null in net.sf.autodao.impl.ParametersChecker.primitive(Class) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 212 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class net.sf.autodao.impl.jpa.JpaDaoFactoryBean defines non-transient non-serializable instance field entityManagerFactory | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |