Java: Add overrides to the interpretation of neutral MaD models.

This commit is contained in:
Anders Schack-Mulligen
2024-09-27 15:00:19 +02:00
parent cc63abf0af
commit ec0bd4494c
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ class Endpoint extends Callable {
predicate isNeutral() {
exists(string namespace, string type, string name, string signature |
neutralModel(namespace, type, name, signature, _, _) and
this = interpretElement(namespace, type, false, name, signature, "", _)
this = interpretElement(namespace, type, true, name, signature, "", _)
)
}