mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Java: Deprecate RefType.nestedName(), and add RefType.getNestedName()
This commit is contained in:
@@ -154,7 +154,7 @@ private string isExtensible(Callable c) {
|
||||
private predicate qualifiedName(Callable c, string package, string type) {
|
||||
exists(RefType t | t = c.getDeclaringType() |
|
||||
package = t.getCompilationUnit().getPackage().getName() and
|
||||
type = t.getErasure().(J::RefType).nestedName()
|
||||
type = t.getErasure().(J::RefType).getNestedName()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user