Merge pull request #17604 from aschackmull/java/neutral-overrides

Java/C#: Add overrides to the interpretation of neutral MaD models.
This commit is contained in:
Anders Schack-Mulligen
2024-10-01 14:55:54 +02:00
committed by GitHub
7 changed files with 1204 additions and 6 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, "", _)
)
}