The following document contains the results of SpotBugs
SpotBugs Version is 4.1.4
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 22 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.djunits.demo.examples.UnitPrefix | 1 |
| org.djunits.demo.website.JerkDemo | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.djunits.demo.examples.UnitPrefix.print(Map) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 52 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Useless object stored in variable data of method org.djunits.demo.website.JerkDemo.main(String[]) | STYLE | UC_USELESS_OBJECT | 45 | Medium |