The following document contains the results of PMD 6.13.0.
| Rule | Violation | Line |
|---|---|---|
| EmptyIfStmt | Avoid empty if statements | 242–244 |
| Rule | Violation | Line |
|---|---|---|
| UselessQualifiedThis | Useless qualified this usage in the same class. | 399 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 407 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 428 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 448 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 783 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 784 |
| UnusedFormalParameter | Avoid unused method parameters such as 'status'. | 887 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 889 |
| UnusedLocalVariable | Avoid unused local variables such as 'plot'. | 889 |
| Rule | Violation | Line |
|---|---|---|
| UselessOverridingMethod | Overriding method merely calls super | 281–285 |
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 144–147 |
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 491 |
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'java.awt.Font.BOLD' due to existing import 'java.awt.Font' | 119 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 491 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyIfStmt | Avoid empty if statements | 3 | 242–244 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'java.awt.Font.BOLD' due to existing import 'java.awt.Font' | 4 | 119 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 399 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 407 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 428 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 448 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 783 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 784 |
| UnusedFormalParameter | Avoid unused method parameters such as 'status'. | 3 | 887 |
| UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 889 |
| UnusedLocalVariable | Avoid unused local variables such as 'plot'. | 3 | 889 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessOverridingMethod | Overriding method merely calls super | 3 | 281–285 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 144–147 |