Skip to content

Mark unused method parameters #3819

@MartinBernstorff

Description

@MartinBernstorff
package com.test;

class RunnerTester {
    public void main(String[] args) {
        var test = 0;
        return;
    }
}
Current Result

test is marked as unused, but args is unmarked.

Expected Result

args is marked as unused.

Additional Informations

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