PMD-Intellij icon indicating copy to clipboard operation
PMD-Intellij copied to clipboard

Issues severity

Open c2v4 opened this issue 10 years ago • 1 comments

As a user I would like to see severity of each rule violation with possible filtering.

c2v4 avatar Jun 09 '15 15:06 c2v4

The icon next to violation shows the issue severity. For eg: try the following snippet which has higher priority:

String x = "foo";
if (x.equals(null)) {
    doSomething();
}

amitdev avatar Jun 22 '15 14:06 amitdev