The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
16 | 2 | 0 | 18 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute.getCertificationDate() may expose internal representation by returning TestIdentityAttribute._dateCertificationDate | MALICIOUS_CODE | EI_EXPOSE_REP | 154 | Medium |
fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute.setCertificationDate(Date) may expose internal representation by storing an externally mutable object into TestIdentityAttribute._dateCertificationDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 165 | Medium |