SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 6 |
3 |
0 |
0 |
edu.pdx.cs.joy.phonebill.PhoneBillDAO
| Bug |
Category |
Details |
Line |
Priority |
| new edu.pdx.cs.joy.phonebill.PhoneBillDAO(Connection) may expose internal representation by storing an externally mutable object into PhoneBillDAO.connection |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
25 |
Medium |
edu.pdx.cs.joy.phonebill.Project1
| Bug |
Category |
Details |
Line |
Priority |
| Dead store to call in edu.pdx.cs.joy.phonebill.Project1.main(String[]) |
STYLE |
DLS_DEAD_LOCAL_STORE |
16 |
High |
edu.pdx.cs.joy.phonebill.TextDumper
| Bug |
Category |
Details |
Line |
Priority |
| new edu.pdx.cs.joy.phonebill.TextDumper(Writer) may expose internal representation by storing an externally mutable object into TextDumper.writer |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
15 |
Medium |