SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.12

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
16 3 0 0

org.myorg.jpatickets.bo.Event

Bug Category Details Line Priority
org.myorg.jpatickets.bo.Event.getStartTime() may expose internal representation by returning Event.startTime MALICIOUS_CODE EI_EXPOSE_REP 84 Medium
org.myorg.jpatickets.bo.Event.setStartTime(Date) may expose internal representation by storing an externally mutable object into Event.startTime MALICIOUS_CODE EI_EXPOSE_REP2 86 Medium

org.myorg.jpatickets.bo.Ticket

Bug Category Details Line Priority
Class org.myorg.jpatickets.bo.Ticket defines non-transient non-serializable instance field event BAD_PRACTICE SE_BAD_FIELD Not available High