Exclude package protected members

This commit is contained in:
Joe Farebrother
2021-08-03 10:51:39 +01:00
parent 3b430d4925
commit a4659f4e96

View File

@@ -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
}