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.workflow.modules.alert.business.Alert | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La méthode fr.paris.lutece.plugins.workflow.modules.alert.business.Alert.getDateReference() risque d'exposer sa représentation interne en renvoyant fr.paris.lutece.plugins.workflow.modules.alert.business.Alert._dateReference | MALICIOUS_CODE | EI_EXPOSE_REP | 101 | Medium |
La méthode fr.paris.lutece.plugins.workflow.modules.alert.business.Alert.setDateReference(Timestamp) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans fr.paris.lutece.plugins.workflow.modules.alert.business.Alert._dateReference | MALICIOUS_CODE | EI_EXPOSE_REP2 | 92 | Medium |