Fork me on GitHub

Rapport FindBugs de détection des bugs

Le document suivant contient les résultats du FindBugs

La version de FindBugs est 3.0.1

La limite est

L'effort est max

Résumé

Classes Bugs Erreurs Classes Manquantes
107 6 0 29

Fichiers

Classe Bugs
fr.paris.lutece.plugins.workflow.modules.forms.business.AbstractCompleteFormResponse 2
fr.paris.lutece.plugins.workflow.modules.forms.service.AbstractFormResponseStateController 1
fr.paris.lutece.plugins.workflow.modules.forms.service.task.FormsTaskService 1
fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseAutoUpdateTaskComponent 1
fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseTaskComponent 1

fr.paris.lutece.plugins.workflow.modules.forms.business.AbstractCompleteFormResponse

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.workflow.modules.forms.business.AbstractCompleteFormResponse.getDateCompleted() may expose internal representation by returning AbstractCompleteFormResponse._dateCompleted MALICIOUS_CODE EI_EXPOSE_REP 135 Medium
fr.paris.lutece.plugins.workflow.modules.forms.business.AbstractCompleteFormResponse.setDateCompleted(Date) may expose internal representation by storing an externally mutable object into AbstractCompleteFormResponse._dateCompleted MALICIOUS_CODE EI_EXPOSE_REP2 144 Medium

fr.paris.lutece.plugins.workflow.modules.forms.service.AbstractFormResponseStateController

Bug Catégorie Détails Ligne Priorité
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.workflow.modules.forms.service.AbstractFormResponseStateController.doSaveConfig(HttpServletRequest, Locale, ITask) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 159 High

fr.paris.lutece.plugins.workflow.modules.forms.service.task.FormsTaskService

Bug Catégorie Détails Ligne Priorité
Load of known null value in fr.paris.lutece.plugins.workflow.modules.forms.service.task.FormsTaskService.createEditableResponses(FormResponse, List, HttpServletRequest) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 214 Medium

fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseAutoUpdateTaskComponent

Bug Catégorie Détails Ligne Priorité
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseAutoUpdateTaskComponent.doProcessAction(String, HttpServletRequest) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 240 High

fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseTaskComponent

Bug Catégorie Détails Ligne Priorité
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.workflow.modules.forms.web.task.EditFormResponseTaskComponent.doProcessAction(String, HttpServletRequest) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 387 High