mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Exclude package protected members
This commit is contained in:
@@ -95,6 +95,7 @@ abstract private class GeneratedType extends RefType {
|
||||
)
|
||||
) and
|
||||
not result.isPrivate() and
|
||||
not result.isPackageProtected() and
|
||||
not result instanceof StaticInitializer and
|
||||
not result instanceof InstanceInitializer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user