mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
add explicit this qualifier on all of java
This commit is contained in:
2
java/ql/src/external/Clover.qll
vendored
2
java/ql/src/external/Clover.qll
vendored
@@ -152,7 +152,7 @@ class CloverClass extends CloverMetricsContainer {
|
||||
/** Gets the Java type for this Clover class. */
|
||||
RefType getRealClass() {
|
||||
result
|
||||
.hasQualifiedName(getPackage().getAttribute("name").getValue(),
|
||||
.hasQualifiedName(this.getPackage().getAttribute("name").getValue(),
|
||||
getAttribute("name").getValue())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user