The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to nIndex in fr.paris.lutece.plugins.workflow.modules.ticketingfacilfamilles.business.assignment.TaskAutomaticAssignmentDAO.delete(int) | STYLE | DLS_DEAD_LOCAL_STORE | 302 | Medium |
| Dead store to nIndex in fr.paris.lutece.plugins.workflow.modules.ticketingfacilfamilles.business.assignment.TaskAutomaticAssignmentDAO.getAssignedUser(int, String, Plugin) | STYLE | DLS_DEAD_LOCAL_STORE | 134 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Nullcheck of listAdminUserAssigmentConfig at line 269 of value previously dereferenced in fr.paris.lutece.plugins.workflow.modules.ticketingfacilfamilles.web.task.AutomaticAssignmentTaskComponent.getDisplayGlobalConfigForm(ITask, Locale) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 269 | Medium |