Wrong inspection
Demetra 5175
Integer row = (Integer) quoteKeyToRowMap.get(key);
if (row != null)
setPriced(row.intValue(), isPriced);
It will highlight row!=null saying that Condition 'row != null' is always true
Please sign in to leave a comment.
Some guys reported it in JIRA and it will be fixed in next EAP.