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
14 3 0 0

org.myorg.encconfig.bo.AuditRecord

Bug Category Details Line Priority
org.myorg.encconfig.bo.AuditRecord.getTimestamp() may expose internal representation by returning AuditRecord.timestamp MALICIOUS_CODE EI_EXPOSE_REP 33 Medium
new org.myorg.encconfig.bo.AuditRecord(Date, String) may expose internal representation by storing an externally mutable object into AuditRecord.timestamp MALICIOUS_CODE EI_EXPOSE_REP2 28 Medium
org.myorg.encconfig.bo.AuditRecord.setTimestamp(Date) may expose internal representation by storing an externally mutable object into AuditRecord.timestamp MALICIOUS_CODE EI_EXPOSE_REP2 35 Medium