PMD Results

The following document contains the results of PMD 4.1.

Files

org/slasoi/businessManager/businessEngine/assessment/impl/Assessment.java

ViolationLine
Avoid unused private fields such as 'productOfferService'.45
Avoid unused private fields such as 'test'.46

org/slasoi/businessManager/businessEngine/assessment/impl/SemiAutomaticCheckerImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.62
An empty statement (semicolon) not part of a loop108

org/slasoi/businessManager/businessEngine/helper/NegotiationHelper.java

ViolationLine
Avoid empty if statements200 - 204

org/slasoi/businessManager/businessEngine/poc/impl/PlanningOptimizationImpl.java

ViolationLine
Avoid unused constructor parameters such as 'test'.81 - 91
Avoid unused local variables such as 'manager'.334
These nested if statements could be combined342 - 346
These nested if statements could be combined360 - 363

org/slasoi/businessManager/businessEngine/SLAEvaluation/SLATEvaluator.java

ViolationLine
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 combined138 - 203
Avoid empty if statements463 - 495