mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Java: Consider all summarized callable with generated verification as generated when counting generated vs manual.
This commit is contained in:
@@ -17,12 +17,12 @@ private int getNumMadModeledApis(string package, string provenance, string apiSu
|
||||
(
|
||||
// "auto-only"
|
||||
not sc.hasManualModel() and
|
||||
sc.hasProvenance("df-generated") and
|
||||
sc.hasGeneratedModel() and
|
||||
provenance = "generated"
|
||||
or
|
||||
sc.hasManualModel() and
|
||||
(
|
||||
if sc.hasProvenance("df-generated")
|
||||
if sc.hasGeneratedModel()
|
||||
then
|
||||
// "both"
|
||||
provenance = "both"
|
||||
|
||||
Reference in New Issue
Block a user