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 53cbde0 commit 24959a5Copy full SHA for 24959a5
1 file changed
ql/src/codeql_ql/ast/internal/Predicate.qll
@@ -152,7 +152,7 @@ module PredConsistency {
152
strictcount(PredicateOrBuiltin p0 |
153
resolveCall(call, p0) and
154
// aliases are expected to resolve to multiple.
155
- not exists(p0.(ClasslessPredicate).getAlias())
+ not exists(p0.(ClasslessPredicate).getAlias()) and
156
// overridden predicates may have multiple targets
157
not p0.(ClassPredicate).isOverride()
158
) and
0 commit comments