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.
1 parent b562bdd commit c850c7dCopy full SHA for c850c7d
java/ql/src/Stubs/Stubs.qll
@@ -51,7 +51,7 @@ abstract private class GeneratedType extends RefType {
51
result = this.getASupertype() and
52
not result instanceof TypeObject and
53
not this instanceof EnumType and
54
- // generic types have their source declaation (the corresponding raw type) as a supertype of themselves
+ // generic types have their source declaration (the corresponding raw type) as a supertype of themselves
55
result.getSourceDeclaration() != this
56
}
57
0 commit comments