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 |
61–65 |
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). |
46–221 |
The class 'ProvisioningService' has a Cyclomatic Complexity of 3 (Highest = 17). |
46–221 |
The class 'ProvisioningService' has a Modified Cyclomatic Complexity of 2 (Highest = 10). |
46–221 |
The method 'processGuidCuid' has a Cyclomatic Complexity of 17. |
66–125 |
The method 'processGuidCuid' has a Standard Cyclomatic Complexity of 10. |
66–125 |
The method 'processGuidCuid' has a Modified Cyclomatic Complexity of 10. |
66–125 |
fr/paris/lutece/plugins/customerprovisioning/services/UserInfoService.java
Violation |
Line |
Singleton is not thread safe |
68–72 |