The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
131 | 3 | 0 | 2 |
Class | Bugs |
---|---|
net.sf.mavenhist.persistency.Metric | 3 |
Bug | Category | Details | Line |
---|---|---|---|
net.sf.mavenhist.persistency.Metric.getDate() may expose internal representation by returning net.sf.mavenhist.persistency.Metric.date | MALICIOUS_CODE | EI_EXPOSE_REP | 112 |
net.sf.mavenhist.persistency.Metric.Metric(String,java.math.BigDecimal,java.util.Date,String,String,String,String) may expose internal representation by storing an externally mutable object into net.sf.mavenhist.persistency.Metric.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 61 |
net.sf.mavenhist.persistency.Metric.setDate(java.util.Date) may expose internal representation by storing an externally mutable object into net.sf.mavenhist.persistency.Metric.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 122 |