Java: Introduce column validation for negative summaries.

This commit is contained in:
Michael Nebel
2022-08-04 13:01:38 +02:00
parent 4939439982
commit 9f9129d3c9

View File

@@ -89,6 +89,8 @@ private string getInvalidModelColumnCount() {
sinkModel(row) and expect = 9 and pred = "sink"
or
summaryModel(row) and expect = 10 and pred = "summary"
or
negativeSummaryModel(row) and expect = 5 and pred = "negative summary"
|
exists(int cols |
cols = 1 + max(int n | exists(row.splitAt(";", n))) and