Skip to content

No support for @SupressWarnings #96

@psaraviaq

Description

@psaraviaq

Unused variables are still underlined even when SupressWarnings is applied. This did not happen when working with the RedHat extension.

@SuppressWarnings("unused")
public class Abstraction {

    public static void main(String[] args) {
        Object object = new Object();
    }
}

image
image

Metadata

Metadata

Assignees

Labels

Apache-NetbeansbugSomething isn't workingpatch-ready-YTDThe code has been merged in the branch/fix ready, release yet to happen

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions