The following document contains the results of SpotBugs
SpotBugs Version is 4.5.3
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 21 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert | 2 |
| fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| 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 | Category | Details | Line | Priority |
|---|---|---|---|---|
| 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 |