When a class has the final modifier, all the methods are automatically final.public final class Foo { // This final modifier is not necessary, since the class is final // and thus, all methods are final private final void foo() { } }Additional info can be found at this http://pmd.sourceforge.net/rules/basic.html#UnnecessaryFinalModifier site.
| 5 | org.jcoderz.phoenix.report.JcoderzReportAntTask |
| [95:17], [105:17], [115:17], [472:20], [482:20] | |
| 3 | org.jcoderz.phoenix.sqlparser.NumericAttribute |
| [64:17], [70:17], [79:17] | |
| 2 | org.jcoderz.phoenix.sqlparser.StringAttribute |
| [55:17], [61:17] | |