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
17 7 0 0

Fichiers

Classe Bugs
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue 6
fr.paris.lutece.plugins.forms.modules.unittree.service.impl.FormsParametrableConfigurationHandler 1

fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getQuestion() may expose internal representation by returning UnitSelectionConfigValue._question MALICIOUS_CODE EI_EXPOSE_REP 141 Medium
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getStep() may expose internal representation by returning UnitSelectionConfigValue._step MALICIOUS_CODE EI_EXPOSE_REP 124 Medium
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.getUnit() may expose internal representation by returning UnitSelectionConfigValue._unit MALICIOUS_CODE EI_EXPOSE_REP 158 Medium
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setQuestion(Question) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._question MALICIOUS_CODE EI_EXPOSE_REP2 150 Medium
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setStep(Step) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._step MALICIOUS_CODE EI_EXPOSE_REP2 133 Medium
fr.paris.lutece.plugins.forms.modules.unittree.business.selection.UnitSelectionConfigValue.setUnit(Unit) may expose internal representation by storing an externally mutable object into UnitSelectionConfigValue._unit MALICIOUS_CODE EI_EXPOSE_REP2 167 Medium

fr.paris.lutece.plugins.forms.modules.unittree.service.impl.FormsParametrableConfigurationHandler

Bug Catégorie Détails Ligne Priorité
Boxing/unboxing to parse a primitive fr.paris.lutece.plugins.forms.modules.unittree.service.impl.FormsParametrableConfigurationHandler.doProcessAction(String, HttpServletRequest) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 324 High