We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this.
1 parent 8a89251 commit b7a0b56Copy full SHA for b7a0b56
java/ql/lib/semmle/code/java/Generics.qll
@@ -486,7 +486,7 @@ class GenericCall extends Call {
486
487
/** Gets a type argument of the call for the given `TypeVariable`. */
488
RefType getATypeArgument(TypeVariable v) {
489
- result = getAnExplicitTypeArgument(v)
+ result = this.getAnExplicitTypeArgument(v)
490
or
491
not exists(this.getAnExplicitTypeArgument(v)) and
492
result = this.getAnInferredTypeArgument(v)
0 commit comments