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
28 3 0 0

Fichiers

Classe Bugs
fr.paris.lutece.plugins.appointment.modules.resource.business.calendar.CalendarDayDTO 2
fr.paris.lutece.plugins.appointment.modules.resource.web.AppointmentResourceJspBean 1

fr.paris.lutece.plugins.appointment.modules.resource.business.calendar.CalendarDayDTO

Bug Catégorie Détails Ligne Priorité
fr.paris.lutece.plugins.appointment.modules.resource.business.calendar.CalendarDayDTO.getDate() may expose internal representation by returning CalendarDayDTO._date MALICIOUS_CODE EI_EXPOSE_REP 75 Medium
fr.paris.lutece.plugins.appointment.modules.resource.business.calendar.CalendarDayDTO.setDate(Date) may expose internal representation by storing an externally mutable object into CalendarDayDTO._date MALICIOUS_CODE EI_EXPOSE_REP2 86 Medium

fr.paris.lutece.plugins.appointment.modules.resource.web.AppointmentResourceJspBean

Bug Catégorie Détails Ligne Priorité
Useless object stored in variable listAppointment of method fr.paris.lutece.plugins.appointment.modules.resource.web.AppointmentResourceJspBean.getResourceCalendar(HttpServletRequest, IResource, int, Locale) STYLE UC_USELESS_OBJECT 279 Medium