The following document contains the results of PMD 7.7.0.
Rule | Violation | Line |
---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 378 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 482 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 636 |
Rule | Violation | Line |
---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 65 |
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 310–319 |
Rule | Violation | Line |
---|---|---|
UnusedPrivateMethod | Avoid unused private methods such as 'getOptionValue(CommandLine)'. | 935 |
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 95–98 |
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 70–72 |
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 278–280 |
Rule | Violation | Line |
---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 64 |
Rule | Violation | Line |
---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 359–361 |
EmptyCatchBlock | Avoid empty catch blocks | 372–374 |
CollapsibleIfStatements | This if statement could be combined with its parent | 588–591 |
CollapsibleIfStatements | This if statement could be combined with its parent | 609–616 |
CollapsibleIfStatements | This if statement could be combined with its parent | 612–614 |
Rule | Violation | Line |
---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 66 |
Rule | Violation | Line |
---|---|---|
UselessQualifiedThis | Useless qualified this usage in the same class. | 114 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Defaults': 'readConfigFiles' is already in scope | 100 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 60 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 63 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 557 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'EDIT_ADD' is already in scope because it is declared in an enclosing type | 570 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 731 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 885 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 902 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 920 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 216 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 263 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 271 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'StandardCollection': 'values' is already in scope | 246 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'values' is already in scope | 96 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'from' is already in scope | 110 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'from' is already in scope | 119 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 33 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 665 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 701 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 503 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'NoteGuesser': 'NOTE_FILE_NAMES' is already in scope because it is declared in an enclosing type | 82 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'NoteGuesser': 'NOTE_FILE_EXTENSIONS' is already in scope because it is declared in an enclosing type | 86 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 91 |
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'ILicenseFamily': 'makeCategory' is already in scope | 123 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Defaults': 'readConfigFiles' is already in scope | 4 | 100 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 60 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 63 |
Rule | Violation | Priority | Line |
---|---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 3 | 65 |
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 310–319 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 4 | 557 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'EDIT_ADD' is already in scope because it is declared in an enclosing type | 4 | 570 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 731 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 4 | 885 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 4 | 902 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Arg': 'values' is already in scope | 4 | 920 |
UnusedPrivateMethod | Avoid unused private methods such as 'getOptionValue(CommandLine)'. | 3 | 935 |
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 95–98 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 216 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 263 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 271 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'StandardCollection': 'values' is already in scope | 4 | 246 |
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 378 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 482 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 636 |
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 70–72 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'values' is already in scope | 4 | 96 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'from' is already in scope | 4 | 110 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Format': 'from' is already in scope | 4 | 119 |
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 278–280 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 4 | 33 |
UselessOverridingMethod | Overriding method merely calls super | 3 | 64 |
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyCatchBlock | Avoid empty catch blocks | 3 | 359–361 |
EmptyCatchBlock | Avoid empty catch blocks | 3 | 372–374 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 588–591 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 609–616 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 612–614 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 4 | 665 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'DocumentName': 'builder' is already in scope | 4 | 701 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 503 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'NoteGuesser': 'NOTE_FILE_NAMES' is already in scope because it is declared in an enclosing type | 4 | 82 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'NoteGuesser': 'NOTE_FILE_EXTENSIONS' is already in scope because it is declared in an enclosing type | 4 | 86 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'String': 'format' is already in scope | 4 | 91 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'ILicenseFamily': 'makeCategory' is already in scope | 4 | 123 |
Rule | Violation | Priority | Line |
---|---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 3 | 66 |
Rule | Violation | Priority | Line |
---|---|---|---|
UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 114 |