-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugComponent does not function as intendedComponent does not function as intendedgeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)
Description
Given a type that ApiXmlAdjuster cannot resolve, it will remove the type from the output. However, because the collection of types is flattened, it will not remove types that are nested in that type.
When generator reads this collection back in, it will output:
Could not find top ancestor type 'my.package.MyClass' for nested type 'my.package.MyClass.MyNestedClass'
because the parent type is no long present.
Metadata
Metadata
Assignees
Labels
bugComponent does not function as intendedComponent does not function as intendedgeneratorIssues binding a Java library (generator, class-parse, etc.)Issues binding a Java library (generator, class-parse, etc.)