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 |
|---|---|---|---|
| 13 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.appointment.modules.ants.web.PredemandeResponse | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| fr.paris.lutece.plugins.appointment.modules.ants.web.PredemandeResponse.getAppointments() may expose internal representation by returning PredemandeResponse._appointments | MALICIOUS_CODE | EI_EXPOSE_REP | 64 | Medium |
| fr.paris.lutece.plugins.appointment.modules.ants.web.PredemandeResponse.setAppointments(List) may expose internal representation by storing an externally mutable object into PredemandeResponse._appointments | MALICIOUS_CODE | EI_EXPOSE_REP2 | 69 | Medium |