We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f03a0 commit ea0ae98Copy full SHA for ea0ae98
javascript/ql/lib/semmle/javascript/Classes.qll
@@ -494,7 +494,7 @@ class MemberDeclaration extends @property, Documentable {
494
predicate isStatic() { is_static(this) }
495
496
/** Gets a boolean indicating if this member is static. */
497
- boolean getStaticAsBool() { if isStatic() then result = true else result = false }
+ boolean getStaticAsBool() { if this.isStatic() then result = true else result = false }
498
499
/**
500
* Holds if this member is abstract.
0 commit comments