PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
net/sf/michaelo/tomcat/authenticator/CurrentWindowsIdentityAuthenticator.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 115 |
net/sf/michaelo/tomcat/authenticator/SpnegoAuthenticator.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 189 |
| UnnecessarySemicolon | Unnecessary semicolon | 196 |
net/sf/michaelo/tomcat/realm/ActiveDirectoryRealm.java
| Rule | Violation | Line |
|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address | 257 |
| AvoidUsingHardCodedIP | Do not hard code the IP address | 259 |
| AvoidUsingHardCodedIP | Do not hard code the IP address | 261 |
| UnnecessarySemicolon | Unnecessary semicolon | 606 |
net/sf/michaelo/tomcat/realm/StubGSSName.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 101 |
Files
net/sf/michaelo/tomcat/authenticator/CurrentWindowsIdentityAuthenticator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 115 |
net/sf/michaelo/tomcat/authenticator/SpnegoAuthenticator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 189 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 196 |
net/sf/michaelo/tomcat/realm/ActiveDirectoryRealm.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| AvoidUsingHardCodedIP | Do not hard code the IP address | 3 | 257 |
| AvoidUsingHardCodedIP | Do not hard code the IP address | 3 | 259 |
| AvoidUsingHardCodedIP | Do not hard code the IP address | 3 | 261 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 606 |
net/sf/michaelo/tomcat/realm/StubGSSName.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 101 |
