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
68 8 0 25

Fichiers

Classe Bugs
fr.paris.lutece.plugins.workflowcore.business.icon.Icon 2
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory 2
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow 2
fr.paris.lutece.plugins.workflowcore.service.action.ActionService 2

fr.paris.lutece.plugins.workflowcore.business.icon.Icon

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.workflowcore.business.icon.Icon.getValue() may expose internal representation by returning Icon._byValue MALICIOUS_CODE EI_EXPOSE_REP 100 Medium
fr.paris.lutece.plugins.workflowcore.business.icon.Icon.setValue(byte[]) may expose internal representation by storing an externally mutable object into Icon._byValue MALICIOUS_CODE EI_EXPOSE_REP2 111 Medium

fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory.getCreationDate() may expose internal representation by returning ResourceHistory._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP 167 Medium
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into ResourceHistory._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP2 178 Medium

fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow.getCreationDate() may expose internal representation by returning Workflow._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP 236 Medium
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into Workflow._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP2 247 Medium

fr.paris.lutece.plugins.workflowcore.service.action.ActionService

Bug Catégorie Détails Ligne Priorité
Possible null pointer dereference of action in fr.paris.lutece.plugins.workflowcore.service.action.ActionService.findByPrimaryKey(int) CORRECTNESS NP_NULL_ON_SOME_PATH 148 Medium
Possible null pointer dereference of action in fr.paris.lutece.plugins.workflowcore.service.action.ActionService.findByPrimaryKeyWithoutIcon(int) CORRECTNESS NP_NULL_ON_SOME_PATH 163 Medium