mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Java: Clean up some instances of getQualifiedName.
This commit is contained in:
@@ -16,7 +16,7 @@ import java
|
||||
class WaitMethod extends Method {
|
||||
WaitMethod() {
|
||||
this.getName() = "wait" and
|
||||
this.getDeclaringType().getQualifiedName() = "java.lang.Object"
|
||||
this.getDeclaringType() instanceof TypeObject
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user