The following document contains the results of PMD 4.1.
Violation | Line |
---|---|
Avoid unused imports such as 'org.slasoi.slamodel.primitives.STND' | 53 |
Avoid unused imports such as 'org.slasoi.slamodel.service.Interface.Specification' | 56 |
These nested if statements could be combined | 227 - 265 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 310 |