Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

fr/paris/lutece/plugins/mylutece/modules/openid/authentication/OpenIDAuthentication.java

Violation Line
The class 'OpenIDAuthentication' has a Standard Cyclomatic Complexity of 2 (Highest = 10). 79430
The class 'OpenIDAuthentication' has a Cyclomatic Complexity of 2 (Highest = 10). 79430
The class 'OpenIDAuthentication' has a Modified Cyclomatic Complexity of 2 (Highest = 10). 79430
Possible unsafe assignment to a non-final static field in a constructor. 97
The Logger variable declaration does not contain the static and final modifiers 98
The constructor 'OpenIDAuthentication' has a Standard Cyclomatic Complexity of 10. 103166
The constructor 'OpenIDAuthentication' has a Modified Cyclomatic Complexity of 10. 103166
The constructor 'OpenIDAuthentication' has a Cyclomatic Complexity of 10. 103166
Document empty method 216217
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 294
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 308
Avoid appending characters as strings in StringBuffer.append. 328
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 337
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 347
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks 353