Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
28 3 0 0

Files

Class 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 Category Details Line Priority
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 Category Details Line Priority
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