We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d23178b + bc7c97e commit 20e5429Copy full SHA for 20e5429
1 file changed
extensions/ql-vscode/src/data-extensions-editor/queries/java.ts
@@ -147,7 +147,7 @@ class CallableMethod extends Callable {
147
148
/** Holds if this API is a known neutral. */
149
pragma[nomagic]
150
- predicate isNeutral() { this = any(FlowSummaryImpl::Public::NeutralCallable nsc).asCallable() }
+ predicate isNeutral() { this instanceof FlowSummaryImpl::Public::NeutralCallable }
151
152
/**
153
* Holds if this API is supported by existing CodeQL libraries, that is, it is either a
0 commit comments