PMD Results
The following document contains the results of PMD 4.1.
Files
org/slasoi/businessManager/businessEngine/assessment/impl/Assessment.java
Violation | Line |
---|
Avoid unused private fields such as 'productOfferService'. | 45 |
Avoid unused private fields such as 'test'. | 46 |
org/slasoi/businessManager/businessEngine/assessment/impl/SemiAutomaticCheckerImpl.java
Violation | Line |
---|
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 62 |
An empty statement (semicolon) not part of a loop | 108 |
org/slasoi/businessManager/businessEngine/helper/NegotiationHelper.java
Violation | Line |
---|
Avoid empty if statements | 200 - 204 |
org/slasoi/businessManager/businessEngine/poc/impl/PlanningOptimizationImpl.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'test'. | 81 - 91 |
Avoid unused local variables such as 'manager'. | 334 |
These nested if statements could be combined | 342 - 346 |
These nested if statements could be combined | 360 - 363 |
org/slasoi/businessManager/businessEngine/SLAEvaluation/SLATEvaluator.java
Violation | Line |
---|
Avoid unused imports such as 'org.slasoi.slamodel.sla.Customisable' | 52 |
Avoid unused imports such as 'org.slasoi.slamodel.sla.VariableDeclr' | 58 |
These nested if statements could be combined | 138 - 203 |
Avoid empty if statements | 463 - 495 |