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 3b430d4 commit a4659f4Copy full SHA for a4659f4
java/ql/src/utils/Stubs.qll
@@ -95,6 +95,7 @@ abstract private class GeneratedType extends RefType {
95
)
96
) and
97
not result.isPrivate() and
98
+ not result.isPackageProtected() and
99
not result instanceof StaticInitializer and
100
not result instanceof InstanceInitializer
101
}
0 commit comments