Fork me on GitHub

Rapport SpotBugs de détection des bugs

Le document suivant contient les résultats du SpotBugs

La version de SpotBugs est 4.5.3

La limite est medium

L'effort est default

Résumé

Classes Bugs Erreurs Classes Manquantes
13 10 0 0

Fichiers

Classe Bugs
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig 8
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.web.AutomaticAssignmentJspBean 2

fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.getListAutomaticAssignments() may expose internal representation by returning TaskAutomaticAssignmentConfig._listAutomaticAssignments MALICIOUS_CODE EI_EXPOSE_REP 326 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.getListPositionsQuestionFile() may expose internal representation by returning TaskAutomaticAssignmentConfig._listPositionsQuestionFile MALICIOUS_CODE EI_EXPOSE_REP 318 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.getQuestionList() may expose internal representation by returning TaskAutomaticAssignmentConfig._questionList MALICIOUS_CODE EI_EXPOSE_REP 340 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.getWorkgroups() may expose internal representation by returning TaskAutomaticAssignmentConfig._workgroups MALICIOUS_CODE EI_EXPOSE_REP 202 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.setListAutomaticAssignments(List) may expose internal representation by storing an externally mutable object into TaskAutomaticAssignmentConfig._listAutomaticAssignments MALICIOUS_CODE EI_EXPOSE_REP2 335 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.setListPositionsQuestionFile(List) may expose internal representation by storing an externally mutable object into TaskAutomaticAssignmentConfig._listPositionsQuestionFile MALICIOUS_CODE EI_EXPOSE_REP2 308 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.setQuestionList(List) may expose internal representation by storing an externally mutable object into TaskAutomaticAssignmentConfig._questionList MALICIOUS_CODE EI_EXPOSE_REP2 345 Medium
fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.business.TaskAutomaticAssignmentConfig.setWorkgroups(List) may expose internal representation by storing an externally mutable object into TaskAutomaticAssignmentConfig._workgroups MALICIOUS_CODE EI_EXPOSE_REP2 213 Medium

fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.web.AutomaticAssignmentJspBean

Bug Catégorie Détails Ligne Priorité
Class fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.web.AutomaticAssignmentJspBean defines non-transient non-serializable instance field _automaticAssignmentService BAD_PRACTICE SE_BAD_FIELD Non disponible Medium
Class fr.paris.lutece.plugins.workflow.modules.formsautomaticassignment.web.AutomaticAssignmentJspBean defines non-transient non-serializable instance field _taskAutomaticAssignmentConfigService BAD_PRACTICE SE_BAD_FIELD Non disponible Medium