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 29b9231 commit b9afcccCopy full SHA for b9afccc
java/ql/src/utils/Stubs.qll
@@ -129,17 +129,13 @@ private class IndirectType extends GeneratedType {
129
or
130
this = any(GeneratedType t).getSourceDeclaration()
131
132
- exists(GeneratedType t | this = t.(BoundedType).getATypeBound().getType())
133
- or
134
exists(GeneratedDeclaration decl |
135
decl.(Member).getDeclaringType().getSourceDeclaration() = this
136
)
137
138
this.(NestedType).getEnclosingType() instanceof GeneratedType
139
140
exists(NestedType nt | nt instanceof GeneratedType and this = nt.getEnclosingType())
141
142
- this = any(GeneratedType a).(Array).getComponentType()
143
}
144
145
0 commit comments