Skip to content

Warn about orphaned types #185

@jaredlll08

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions