The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
29 | 2 | 0 | 30 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.appointment.modules.resource.business.calendar.CalendarDayDTO | 2 |
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 |