Skip to content

Inspections for code in non-final field initializers #29

@SirYwell

Description

@SirYwell

Currently, we fully skip fields if they aren't final. However, the initializer could still benefit from inspections, e.g.:
private MethodHandle mh = MethodHandles.identity(void.class)
should trigger the inspection on void.class being passed to identity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions