Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
16 2 0 18

Files

Class Bugs
fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute 2

fr.paris.lutece.plugins.identitystore.modules.test.business.TestIdentityAttribute

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