PMD-Intellij
PMD-Intellij copied to clipboard
Issues severity
As a user I would like to see severity of each rule violation with possible filtering.
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();
}