PMD Results
The following document contains the results of PMD 3.9.
Files
org/limmen/crs/storage/api/ConfigurationStorage.java
| Violation | Line | 
|---|
| Found 'DU'-anomaly for variable 'configurationId' (lines '25'-'25'). | 25 | 
| Found 'DU'-anomaly for variable 'configurationId' (lines '34'-'34'). | 34 | 
| Found 'DU'-anomaly for variable 'configuration' (lines '36'-'36'). | 36 | 
org/limmen/crs/storage/api/ConfigurationStorageFactory.java
| Violation | Line | 
|---|
| Local variable 'services' could be declared final | 41 - 42 | 
| Local variable 'servicesIterator' could be declared final | 44 | 
| Local variable 'storage' could be declared final | 48 | 
| Parameter 'aType' is not assigned and could be declared final | 54 | 
org/limmen/crs/storage/api/InputStreamResolver.java
| Violation | Line | 
|---|
| Found 'DU'-anomaly for variable 'aConfigurationId' (lines '24'-'24'). | 24 | 
org/limmen/crs/storage/api/exception/UnknownStorageTypeException.java
| Violation | Line | 
|---|
| Avoid unnecessary constructors - the compiler will generate these for you | 23 - 26 |