mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: remove previous uses of isUninteresting
This commit is contained in:
@@ -14,8 +14,7 @@ private predicate getRelevantUsages(string jarname, int usages) {
|
||||
strictcount(Call c, ExternalApi a |
|
||||
c.getCallee().getSourceDeclaration() = a and
|
||||
not c.getFile() instanceof GeneratedFile and
|
||||
a.jarContainer() = jarname and
|
||||
not a.isUninteresting()
|
||||
a.jarContainer() = jarname
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user