Le document suivant contient les résultats du FindBugs
La version de FindBugs est 3.0.1
La limite est
L'effort est max
Classes | Bugs | Erreurs | Classes Manquantes |
---|---|---|---|
16 | 2 | 0 | 18 |
Classe | Bugs |
---|---|
fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute | 2 |
Bug | Catégorie | Détails | Ligne | Priorité |
---|---|---|---|---|
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 |