The following document contains the results of SpotBugs
SpotBugs Version is 4.5.3
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 2 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.appointmentgru.business.AppointmentGru | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.appointmentgru.business.AppointmentGru.getAppointment() may expose internal representation by returning AppointmentGru._appointment | MALICIOUS_CODE | EI_EXPOSE_REP | 101 | Medium |
| fr.paris.lutece.plugins.appointmentgru.business.AppointmentGru.setAppointment(Appointment) may expose internal representation by storing an externally mutable object into AppointmentGru._appointment | MALICIOUS_CODE | EI_EXPOSE_REP2 | 112 | Medium |