Skip to content

check which inner classes can be defined as nested to avoid back-reference #178

@rubienr

Description

@rubienr

which classes Inner can be declared static:

class Outer {
    public class Inner {}
}

vs.:

class Outer {
    public static class Inner {}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions