The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Class | Bugs |
---|---|
fr.paris.lutece.plugins.whatsnew.business.WhatsNew | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La méthode fr.paris.lutece.plugins.whatsnew.business.WhatsNew.getDateUpdate() risque d'exposer sa représentation interne en renvoyant fr.paris.lutece.plugins.whatsnew.business.WhatsNew._dateUpdate | MALICIOUS_CODE | EI_EXPOSE_REP | 113 | Medium |
La méthode fr.paris.lutece.plugins.whatsnew.business.WhatsNew.setDateUpdate(Timestamp) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans fr.paris.lutece.plugins.whatsnew.business.WhatsNew._dateUpdate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 149 | Medium |