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

0
1 comment
Avatar
Permanently deleted user

Some guys reported it in JIRA and it will be fixed in next EAP.

0

Please sign in to leave a comment.