The following document contains the results of PMD 7.0.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 | This conditional expression can be simplified with || or && | 233 |
| SimplifiedTernary | This conditional expression 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 | This conditional expression can be simplified with || or && | 292 |
| SimplifiedTernary | This conditional expression can be simplified with || or && | 313 |
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 180–183 |
| EmptyCatchBlock | Avoid empty catch blocks | 239–242 |
| EmptyCatchBlock | Avoid empty catch blocks | 305–308 |
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'GraphicsDevice': 'TYPE_RASTER_SCREEN' is already in scope because it is inherited by an enclosing type | 37 |
| 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 | This conditional expression can be simplified with || or && | 3 | 233 |
| SimplifiedTernary | This conditional expression 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 | This conditional expression can be simplified with || or && | 3 | 292 |
| SimplifiedTernary | This conditional expression can be simplified with || or && | 3 | 313 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'GraphicsDevice': 'TYPE_RASTER_SCREEN' is already in scope because it is inherited by an enclosing type | 4 | 37 |
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 180–183 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 239–242 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 305–308 |