The following document contains the results of PMD 7.7.0.
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 148–150 |
CollapsibleIfStatements | This if statement could be combined with its parent | 166–173 |
CollapsibleIfStatements | This if statement could be combined with its parent | 196–206 |
CollapsibleIfStatements | This if statement could be combined with its parent | 218–228 |
Rule | Violation | Line |
---|---|---|
UnusedLocalVariable | Avoid unused local variables such as 'lpad'. | 171 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'AbstractHelp': 'header' is already in scope | 89 |
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 148–150 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 166–173 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 196–206 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 218–228 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'AbstractHelp': 'header' is already in scope | 4 | 89 |
UnusedLocalVariable | Avoid unused local variables such as 'lpad'. | 3 | 171 |