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 119de6c commit 97faeb0Copy full SHA for 97faeb0
java/ql/src/utils/FlowTestCase.qll
@@ -240,7 +240,7 @@ class TestCase extends TTestCase {
240
or
241
exists(SummaryComponentStack s | s.tail() = stack |
242
// we currently only know the type if the stack is one level in
243
- if s = input
+ if stack = baseInput
244
then result = SupportMethod::genMethodFor(this.getInputType(), s).getCall(this.getInput(s))
245
else result = SupportMethod::genMethodForContent(s).getCall(this.getInput(s))
246
)
0 commit comments