C#/Java: Rename Negative Summary Model to Neutral Model in conversion and generator tooling.

This commit is contained in:
Michael Nebel
2022-12-06 16:51:09 +01:00
parent ac2d55880c
commit 2cb88037a4
8 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ def regenerateModel(lgtmSlug, extractedDb):
modelFile = lgtmSlugToModelFile[lgtmSlug]
codeQlRoot = findGitRoot()
subprocess.check_call([codeQlRoot + "/java/ql/src/utils/model-generator/GenerateFlowModel.py",
"--with-summaries", "--with-sinks", "--with-negative-summaries",
"--with-summaries", "--with-sinks", "--with-neutrals",
extractedDb, modelFile])
print("Regenerated " + modelFile)
shutil.rmtree(tmpDir)