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.
2 parents 6038396 + 5096ce4 commit e02affdCopy full SHA for e02affd
java/ql/lib/semmle/code/java/controlflow/Guards.qll
@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
440
}
441
442
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
443
+ overlay[caller?]
444
pragma[inline]
445
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }
446
0 commit comments