Skip to content

Commit 2ad68ae

Browse files
committedFeb 7, 2019
For #1006: Todo removal.
1 parent 094dec5 commit 2ad68ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProtectedMethodInFinalClassCheck.java

-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@
4141
* overriding protected methods from superclass.
4242
*
4343
* @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
5144
*/
5245
public final class ProtectedMethodInFinalClassCheck extends AbstractCheck {
5346

0 commit comments

Comments
 (0)