PMD Results
The following document contains the results of PMD 6.29.0.
Violations By Priority
Priority 3
net/sf/michaelo/tomcat/authenticator/CurrentWindowsIdentityAuthenticator.java
| Rule | Violation | Line |
|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 117 |
net/sf/michaelo/tomcat/authenticator/SpnegoAuthenticator.java
| Rule | Violation | Line |
|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 193 |
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 200 |
net/sf/michaelo/tomcat/realm/ActiveDirectoryRealm.java
| Rule | Violation | Line |
|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 420 |
Files
net/sf/michaelo/tomcat/authenticator/CurrentWindowsIdentityAuthenticator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 3 | 117 |
net/sf/michaelo/tomcat/authenticator/SpnegoAuthenticator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 3 | 193 |
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 3 | 200 |
net/sf/michaelo/tomcat/realm/ActiveDirectoryRealm.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyStatementNotInLoop | An empty statement (semicolon) not part of a loop | 3 | 420 |
