94.585 wrong error highlighting
GWTProductTypeCode code = GWTProductTypeCode.findById(Integer.parseInt(value.toString()));
result = code == null ? value.toString() : code.getCodeValue();
it says - condition code=null is always true
Please sign in to leave a comment.