The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
7 | 2 | 0 | 0 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.workflow.modules.actionsbatch.task.ActionsBatchTask | 1 |
fr.paris.lutece.plugins.workflow.modules.actionsbatch.web.ActionsBatchTaskComponent | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to parentId in fr.paris.lutece.plugins.workflow.modules.actionsbatch.task.ActionsBatchTask.processAsynchronousTask(int, HttpServletRequest, Locale) | STYLE | DLS_DEAD_LOCAL_STORE | 78 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.workflow.modules.actionsbatch.web.ActionsBatchTaskComponent.getDisplayConfigForm(HttpServletRequest, Locale, ITask) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 135 | High |