The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
| Class | Bugs |
|---|---|
| ejava.examples.webtier.bo.Grade | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| ejava.examples.webtier.bo.Grade.getSemester() may expose internal representation by returning Grade.semester | MALICIOUS_CODE | EI_EXPOSE_REP | 45 | Medium |
| ejava.examples.webtier.bo.Grade.setSemester(Date) may expose internal representation by storing an externally mutable object into Grade.semester | MALICIOUS_CODE | EI_EXPOSE_REP2 | 48 | Medium |