Skip to content

Commit caaf2f8

Browse files
author
Stephan Brandauer
committed
Java: enable model exclusion characteristic also for source candidates
1 parent 344aa9c commit caaf2f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/automodel/src/AutomodelApplicationModeCharacteristics.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ private class ExcludedFromModeling extends CharacteristicsImpl::UninterestingToM
375375
ExcludedFromModeling() { this = "excluded from modeling" }
376376

377377
override predicate appliesToEndpoint(Endpoint e) {
378-
e.getExtensibleType() = "sinkModel" and
379378
ModelExclusions::isUninterestingForModels(ApplicationModeGetCallable::getCallable(e))
380379
}
381380
}

0 commit comments

Comments
 (0)