mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Java: fix bug in ExcludedFromModeling Characteristic
This commit is contained in:
@@ -294,8 +294,7 @@ private class ExcludedFromModeling extends CharacteristicsImpl::UninterestingToM
|
||||
ExcludedFromModeling() { this = "excluded from modeling" }
|
||||
|
||||
override predicate appliesToEndpoint(Endpoint e) {
|
||||
ModelExclusions::isUninterestingForModels(ApplicationModeGetCallable::getCallable(e)) or
|
||||
ModelExclusions::isUninterestingForModels(e.getEnclosingCallable())
|
||||
ModelExclusions::isUninterestingForModels(ApplicationModeGetCallable::getCallable(e))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user