PMD Results

The following document contains the results of PMD 3.9.

Files

org/limmen/crs/BaseConfigurationIndex.java

ViolationLine
Parameter 'configuration' is not assigned and could be declared final33
Found 'DU'-anomaly for variable 'configurationId' (lines '59'-'70').59 - 70
Parameter 'configurationId' is not assigned and could be declared final59
A method should have only one exit point, and that should be the last statement in the method65
Parameter 'aConfigurationId' is not assigned and could be declared final77
Parameter 'configuration' is not assigned and could be declared final87
Local variable 'derivatives' could be declared final91

org/limmen/crs/ConfigurationServiceImpl.java

ViolationLine
Local variable 'configuration' could be declared final52
Parameter 'configurationId' is not assigned and could be declared final64
Avoid empty catch blocks73 - 76
Parameter 'configurationId' is not assigned and could be declared final79
Parameter 'configurationId' is not assigned and could be declared final84
Parameter 'setting' is not assigned and could be declared final104
Parameter 'configurationId' is not assigned and could be declared final104
Parameter 'section' is not assigned and could be declared final104
Parameter 'configurationId' is not assigned and could be declared final109
Found 'DD'-anomaly for variable 'configuration' (lines '111'-'115').111 - 115
Parameter 'configuration' is not assigned and could be declared final131