Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
11 3 0 0

fr.paris.lutece.plugins.workflow.modules.ticketingfacilfamilles.business.assignment.TaskAutomaticAssignmentDAO

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

fr.paris.lutece.plugins.workflow.modules.ticketingfacilfamilles.web.task.AutomaticAssignmentTaskComponent

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