We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5f0a4e + 97d603c commit 0049b8eCopy full SHA for 0049b8e
1 file changed
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -37,6 +37,9 @@ query string getAParseFailure(string reason) {
37
any(TargetSummaryModelCsv target).row(result) and
38
any(SummaryModelCsv model).row(result) and
39
(
40
+ not summaryModel(_, _, _, _, _, _, _, _, _, result) and
41
+ reason = "row could not be parsed"
42
+ or
43
exists(
44
string namespace, string type, boolean subtypes, string name, string signature, string ext
45
|
0 commit comments