The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
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 | 112 | 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 | 113 | Medium |
Return value of java.util.List.size() ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 103 | Medium |
Return value of toCleansed(Ticket, Event) ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 84 | Medium |