The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
Class | Bugs |
---|---|
org.myorg.jpatickets.dto.EventDTO | 2 |
org.myorg.jpatickets.ejb.EventMgmtEJB | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.myorg.jpatickets.dto.EventDTO.getStartTime() may expose internal representation by returning EventDTO.startTime | MALICIOUS_CODE | EI_EXPOSE_REP | 29 | Medium |
org.myorg.jpatickets.dto.EventDTO.setStartTime(Date) may expose internal representation by storing an externally mutable object into EventDTO.startTime | MALICIOUS_CODE | EI_EXPOSE_REP2 | 31 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Return value of java.util.List.size() ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 111 | Medium |
Return value of org.myorg.jpatickets.bo.Venue.getName() ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 112 | Medium |
Return value of java.util.List.size() ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 102 | Medium |
Return value of toCleansed(Ticket, Event) ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 83 | Medium |