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 | 2 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| edu.pdx.cs.joy.airline.Project1 | 1 |
| edu.pdx.cs.joy.airline.TextDumper | 1 |
edu.pdx.cs.joy.airline.Project1
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to flight in edu.pdx.cs.joy.airline.Project1.main(String[]) | STYLE | DLS_DEAD_LOCAL_STORE | 16 | High |
edu.pdx.cs.joy.airline.TextDumper
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new edu.pdx.cs.joy.airline.TextDumper(Writer) may expose internal representation by storing an externally mutable object into TextDumper.writer | MALICIOUS_CODE | EI_EXPOSE_REP2 | 15 | Medium |
