We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NamingConventionsCommon.qll
1 parent 0e1ca44 commit e33ebdcCopy full SHA for e33ebdc
java/ql/src/Advisory/Naming/NamingConventionsCommon.qll
@@ -1,5 +1,8 @@
1
+/** Provides classes and predicates related to Java naming conventions. */
2
+
3
import java
4
5
+/** A field that is both `static` and `final`. */
6
class ConstantField extends Field {
7
ConstantField() {
8
this.isStatic() and
0 commit comments