mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Java: A few perf fixes for getASupertype*().
This commit is contained in:
@@ -366,7 +366,7 @@ private module SsaImpl {
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate innerclassSupertypeStar(InnerClass t1, RefType t2) {
|
||||
t1.getASupertype*().getSourceDeclaration() = t2
|
||||
t1.getASourceSupertype*().getSourceDeclaration() = t2
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user