We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094dec5 commit 2ad68aeCopy full SHA for 2ad68ae
qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java
@@ -41,13 +41,6 @@
41
* overriding protected methods from superclass.
42
*
43
* @since 0.6
44
- * @todo #917:30min Make ProtectedMethodInFinalClassCheck stricter.
45
- * ProtectedMethodInFinalClassCheck must check if the protected method in final
46
- * class isn't overriding some default method from abstract parent class and
47
- * fail if so. The Invalid class for tests is already implemented. After the
48
- * change in ProtectedMethodInFinalClassCheck complete the tests adding the
49
- * following line to violations.txt:
50
- * 23:Protected method is overriding default scoped method
51
*/
52
public final class ProtectedMethodInFinalClassCheck extends AbstractCheck {
53
0 commit comments