The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 12 | 3 | 0 | 29 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.identitydesk.business.LocalAttributeDto | 2 |
| fr.paris.lutece.plugins.identitydesk.business.LocalIdentityDto | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.identitydesk.business.LocalAttributeDto.getCertificationDate() may expose internal representation by returning LocalAttributeDto.certificationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 115 | Medium |
| fr.paris.lutece.plugins.identitydesk.business.LocalAttributeDto.setCertificationDate(Date) may expose internal representation by storing an externally mutable object into LocalAttributeDto.certificationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 155 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new fr.paris.lutece.plugins.identitydesk.business.LocalIdentityDto(String, Timestamp) may expose internal representation by storing an externally mutable object into LocalIdentityDto.lastUpdateDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 67 | Medium |