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 06d6ddc commit 036e83aCopy full SHA for 036e83a
java/ql/src/Stubs/Stubs.qll
@@ -61,7 +61,7 @@ abstract private class GeneratedType extends RefType {
61
exists(string cls, string interface, string int_kw | result = cls + int_kw + interface |
62
(
63
if exists(getAnInterestingBaseType().(Class))
64
- then cls = " extends " + stubTypeName(getAnInterestingBaseType())
+ then cls = " extends " + stubTypeName(getAnInterestingBaseType().(Class))
65
else cls = ""
66
) and
67
0 commit comments