FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
16 2 0 0

Files

Class Bugs
org.myorg.jpatickets.bo.Event 2

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