Skip to content

apilint does not understand nested classes type arguments #69

@agi90

Description

@agi90

e.g. something like

public class TestClass<T> {
    public static class TestNestedClass {
        public T getThing();
    }
}

results in:

Error GV7: Class T is not allowed. Allowed packages: test.*.
    in method public T getThing()
    in public class TestClass.TestNestedClass
    in package test
    at line api.txt:16:0

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