The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
18 | 4 | 0 | 22 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.temporarycode.business.TemporaryCode | 4 |
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 |