The following document contains the results of PMD 6.46.0.
| Rule | Violation | Line |
|---|---|---|
| EmptyControlStatement | Empty if statement | 401–416 |
| EmptyControlStatement | Empty if statement | 405–416 |
| EmptyControlStatement | Empty if statement | 409–416 |
| EmptyControlStatement | Empty if statement | 413–416 |
| Rule | Violation | Line |
|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'dirtyControls'. | 56 |
| UnusedLocalVariable | Avoid unused local variables such as 'params'. | 210 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 233 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 254 |
| Rule | Violation | Line |
|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'dirtyControls'. | 63 |
| UnusedLocalVariable | Avoid unused local variables such as 'params'. | 269 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 292 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 313 |
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 180–183 |
| EmptyCatchBlock | Avoid empty catch blocks | 239–242 |
| EmptyCatchBlock | Avoid empty catch blocks | 305–308 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyControlStatement | Empty if statement | 3 | 401–416 |
| EmptyControlStatement | Empty if statement | 3 | 405–416 |
| EmptyControlStatement | Empty if statement | 3 | 409–416 |
| EmptyControlStatement | Empty if statement | 3 | 413–416 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'dirtyControls'. | 3 | 56 |
| UnusedLocalVariable | Avoid unused local variables such as 'params'. | 3 | 210 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 3 | 233 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 3 | 254 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'dirtyControls'. | 3 | 63 |
| UnusedLocalVariable | Avoid unused local variables such as 'params'. | 3 | 269 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 3 | 292 |
| SimplifiedTernary | Ternary operators that can be simplified with || or && | 3 | 313 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 180–183 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 239–242 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 305–308 |