The following document contains the results of PMD 5.3.5.
| Violation | Line |
|---|---|
| The class 'OpenIDAuthentication' has a Standard Cyclomatic Complexity of 2 (Highest = 10). | 79–430 |
| The class 'OpenIDAuthentication' has a Cyclomatic Complexity of 2 (Highest = 10). | 79–430 |
| The class 'OpenIDAuthentication' has a Modified Cyclomatic Complexity of 2 (Highest = 10). | 79–430 |
| 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. | 103–166 |
| The constructor 'OpenIDAuthentication' has a Modified Cyclomatic Complexity of 10. | 103–166 |
| The constructor 'OpenIDAuthentication' has a Cyclomatic Complexity of 10. | 103–166 |
| Document empty method | 216–217 |
| 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 |