You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jpobst
added
bug
Component does not function as intended
generator
Issues binding a Java library (generator, class-parse, etc.)
labels
Jun 15, 2021
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:because the parent type is no long present.
The text was updated successfully, but these errors were encountered: