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
49 2 555 20

Fichiers

Classe Bugs
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment 2

fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment.getAssignmentDate() may expose internal representation by returning UnitAssignment._dateAssignmentDate MALICIOUS_CODE EI_EXPOSE_REP 179 Medium
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment.setAssignmentDate(Timestamp) may expose internal representation by storing an externally mutable object into UnitAssignment._dateAssignmentDate MALICIOUS_CODE EI_EXPOSE_REP2 190 Medium