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
14 6 0 0

Fichiers

Classe Bugs
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentHistoryDataObject 2
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject 4

fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentHistoryDataObject

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentHistoryDataObject.getCreationDate() may expose internal representation by returning AppointmentHistoryDataObject._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP 214 Medium
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentHistoryDataObject.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into AppointmentHistoryDataObject._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP2 225 Medium

fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject.getEndingDateTime() may expose internal representation by returning AppointmentSlotDataObject._dateEndingDateTime MALICIOUS_CODE EI_EXPOSE_REP 122 Medium
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject.getStartingDateTime() may expose internal representation by returning AppointmentSlotDataObject._dateStartingDateTime MALICIOUS_CODE EI_EXPOSE_REP 101 Medium
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject.setEndingDateTime(Date) may expose internal representation by storing an externally mutable object into AppointmentSlotDataObject._dateEndingDateTime MALICIOUS_CODE EI_EXPOSE_REP2 133 Medium
fr.paris.lutece.plugins.elasticdata.modules.appointment.business.AppointmentSlotDataObject.setStartingDateTime(Date) may expose internal representation by storing an externally mutable object into AppointmentSlotDataObject._dateStartingDateTime MALICIOUS_CODE EI_EXPOSE_REP2 112 Medium