We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef7fc0 commit 8dfeee4Copy full SHA for 8dfeee4
qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2011-2018, Qulice.com
+ * Copyright (c) 2011-2019, Qulice.com
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,7 @@
34
/**
35
* Checks if the classes in the file are final.
36
37
- * @since 0.18.10
+ * @since 0.18
38
* @todo #920:30min Qulice should prohibit any non-final class. Tests for
39
* this check have already been implemented in ProhibitNonFinalClassesCheck
40
* folder. After the implementation of this class add config.xml to folder
Puzzle 920-5b2cf26e discovered in qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java and submitted as #1007. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.
920-5b2cf26e
qulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java
1 commit comments
0pdd commentedon Jan 24, 2019
Puzzle
920-5b2cf26e
discovered inqulice-checkstyle/src/main/java/com/qulice/checkstyle/ProhibitNonFinalClassesCheck.java
and submitted as #1007. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.