The following document contains the results of PMD 6.13.0.
| Rule | Violation | Line |
|---|---|---|
| SystemPrintln | System.out.println is used | 216 |
| Rule | Violation | Line |
|---|---|---|
| UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 154 |
| UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 179 |
| Rule | Violation | Line |
|---|---|---|
| MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 50–67 |
| PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 64 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 154 |
| UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 179 |
| SystemPrintln | System.out.println is used | 2 | 216 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 50–67 |
| PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 64 |