Skip to content

Commit f59ab52

Browse files
Fix issue with nested types
1 parent 65ce8aa commit f59ab52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/utils/Stubs.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ abstract private class GeneratedType extends RefType {
8686

8787
private Member getAGeneratedMember() {
8888
(
89+
not result instanceof NestedType and
8990
result.getDeclaringType() = this
9091
or
9192
exists(NestedType nt | result = nt |

0 commit comments

Comments
 (0)