Java: Clean up some instances of getQualifiedName.

This commit is contained in:
Anders Schack-Mulligen
2024-05-13 13:06:44 +02:00
parent 5eaaf02bf5
commit 76e740bc1d
10 changed files with 31 additions and 38 deletions

View File

@@ -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
}
}