Skip to content

Warn about orphaned types #185

Description

@jaredlll08
@Name(".GrandParent")
public class GrandParent {}


public class Parent extends GrandParent {}

@Name(".Child")
public class Child extends Parent {}

Child will be unable to access anything from GrandParent and will not be considered a subtype, because Parent is not registered

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions