Java: Automodel, remove erroneousEndpoints predicate from production queries

This commit is contained in:
Stephan Brandauer
2023-09-18 12:19:47 +00:00
parent 5d608acd0b
commit 32502d5e2c
6 changed files with 0 additions and 150 deletions

View File

@@ -19,9 +19,6 @@ from
DollarAtString extensibleType
where
endpoint.getExtensibleType() = extensibleType and
// Exclude endpoints that have contradictory endpoint characteristics, because we only want examples we're highly
// certain about in the prompt.
not erroneousEndpoints(endpoint, _, _, _, _, false) and
meta.hasMetadata(endpoint, package, type, subtypes, name, signature, input, output, parameterName) and
// Extract positive examples of sinks belonging to the existing ATM query configurations.
CharacteristicsImpl::isKnownAs(endpoint, sinkType, _)