Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/customerprovisioning/services/CustomerService.java

Violation Line
Singleton is not thread safe 6165

fr/paris/lutece/plugins/customerprovisioning/services/MockCustomerInfoService.java

Violation Line
Avoid variables with short names like c 77

fr/paris/lutece/plugins/customerprovisioning/services/ProvisioningService.java

Violation Line
The class 'ProvisioningService' has a Standard Cyclomatic Complexity of 2 (Highest = 10). 46221
The class 'ProvisioningService' has a Cyclomatic Complexity of 3 (Highest = 17). 46221
The class 'ProvisioningService' has a Modified Cyclomatic Complexity of 2 (Highest = 10). 46221
The method 'processGuidCuid' has a Cyclomatic Complexity of 17. 66125
The method 'processGuidCuid' has a Standard Cyclomatic Complexity of 10. 66125
The method 'processGuidCuid' has a Modified Cyclomatic Complexity of 10. 66125

fr/paris/lutece/plugins/customerprovisioning/services/UserInfoService.java

Violation Line
Singleton is not thread safe 6872