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
Avatar
Permanently deleted user

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

0

请先登录再写评论。