Java: enable model exclusion characteristic also for source candidates

This commit is contained in:
Stephan Brandauer
2023-09-05 16:54:32 +02:00
parent 344aa9cb6b
commit caaf2f83d7

View File

@@ -375,7 +375,6 @@ private class ExcludedFromModeling extends CharacteristicsImpl::UninterestingToM
ExcludedFromModeling() { this = "excluded from modeling" }
override predicate appliesToEndpoint(Endpoint e) {
e.getExtensibleType() = "sinkModel" and
ModelExclusions::isUninterestingForModels(ApplicationModeGetCallable::getCallable(e))
}
}