Skip to content

wrap-java: add tests for enums, ensure inheritance is modeled ok #436

@ktoso

Description

@ktoso

We now support inheritance better and it sadly caused more trouble in existing paths: e.g. the JavaDependency example had a "org.apache.commons.io.IOCase" : "IOCase", which now has trouble importing.

Due to not importing java.lang.Enum we downgrade the inheritance to JavaObject; but the infra isn't smart enough yet to also drop the generic parameter which it DID prepare forr the enum Me /*extends Enum<Me>*/; this isn't real java code either, but reflection does give us this inheritance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions