The following document contains the results of PMD 6.55.0.
Rule | Violation | Line |
---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 54–56 |
UselessOverridingMethod | Overriding method merely calls super | 69–71 |
Rule | Violation | Line |
---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 47–49 |
UselessOverridingMethod | Overriding method merely calls super | 56–58 |
Rule | Violation | Priority | Line |
---|---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 3 | 54–56 |
UselessOverridingMethod | Overriding method merely calls super | 3 | 69–71 |
Rule | Violation | Priority | Line |
---|---|---|---|
UselessOverridingMethod | Overriding method merely calls super | 3 | 47–49 |
UselessOverridingMethod | Overriding method merely calls super | 3 | 56–58 |
Filename | Rule message | Suppression type | Reason |
---|---|---|---|
org/apache/maven/model/InputLocationTracker.java | Unnecessary modifier 'public' on method 'getLocation': the method is declared in an interface type | annotation | |
org/apache/maven/model/InputLocationTracker.java | Unnecessary modifier 'public' on method 'setLocation': the method is declared in an interface type | annotation |