Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 1

fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java

Rule Violation Line
LocalVariableNamingConventions The local variable name 'UserInformations' doesn't match '[a-z][a-zA-Z0-9]*' 85

Priority 3

fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java

Rule Violation Line
CyclomaticComplexity The method 'getIdentityInformations(String)' has a cyclomatic complexity of 11. 83126
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 85
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 85

Priority 4

fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java

Rule Violation Line
UnusedImports Avoid unused imports such as 'fr.paris.lutece.plugins.identitystore.web.exception.IdentityNotFoundException' 44

Files

fr/paris/lutece/plugins/identitystoremyluteceprovider/service/IdentityStoreProviderService.java

Rule Violation Priority Line
UnusedImports Avoid unused imports such as 'fr.paris.lutece.plugins.identitystore.web.exception.IdentityNotFoundException' 4 44
CyclomaticComplexity The method 'getIdentityInformations(String)' has a cyclomatic complexity of 11. 3 83126
UseDiamondOperator Explicit type arguments can be replaced by Diamond Operator 3 85
LocalVariableNamingConventions The local variable name 'UserInformations' doesn't match '[a-z][a-zA-Z0-9]*' 1 85
UseConcurrentHashMap If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 3 85