Le document suivant contient les résultats du FindBugs
La version de FindBugs est 3.0.1
La limite est
L'effort est max
Classes | Bugs | Erreurs | Classes Manquantes |
---|---|---|---|
21 | 3 | 0 | 23 |
Classe | Bugs |
---|---|
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert | 2 |
fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent | 1 |
Bug | Catégorie | Détails | Ligne | Priorité |
---|---|---|---|---|
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert.getDateReference() may expose internal representation by returning Alert._dateReference | MALICIOUS_CODE | EI_EXPOSE_REP | 111 | Medium |
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert.setDateReference(Timestamp) may expose internal representation by storing an externally mutable object into Alert._dateReference | MALICIOUS_CODE | EI_EXPOSE_REP2 | 101 | Medium |
Bug | Catégorie | Détails | Ligne | Priorité |
---|---|---|---|---|
Dead store to resourceHistory in fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent.getDisplayTaskInformation(int, HttpServletRequest, Locale, ITask) | STYLE | DLS_DEAD_LOCAL_STORE | 111 | Medium |