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 4 0 0

Files

Class Bugs
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode 4

fr.paris.lutece.plugins.temporarycode.business.TemporaryCode

Bug Category Details Line Priority
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode.getCreatedDate() may expose internal representation by returning TemporaryCode._dateCreatedDate MALICIOUS_CODE EI_EXPOSE_REP 132 Medium
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode.getValidityDate() may expose internal representation by returning TemporaryCode._dateValidityDate MALICIOUS_CODE EI_EXPOSE_REP 149 Medium
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode.setCreatedDate(Timestamp) may expose internal representation by storing an externally mutable object into TemporaryCode._dateCreatedDate MALICIOUS_CODE EI_EXPOSE_REP2 140 Medium
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode.setValidityDate(Timestamp) may expose internal representation by storing an externally mutable object into TemporaryCode._dateValidityDate MALICIOUS_CODE EI_EXPOSE_REP2 158 Medium