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 |
|---|---|---|---|
| 66 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.openrca.ca.x509.DefaultX509CA | 1 |
| org.openrca.ca.x509.DefaultX509CARepository | 1 |
| org.openrca.utils.AbstractHibernateGenericDao | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.openrca.ca.x509.DefaultX509CA defines non-transient non-serializable instance field certGenerator | BAD_PRACTICE | SE_BAD_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| DefaultX509CARepository.x509CADao not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Field AbstractHibernateGenericDao.logger masks field in superclass org.springframework.dao.support.DaoSupport | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available |