Si Chen (JIRA) wrote:
2. With contactListCommStatusRecord.getString("statusId").equals("COM_COMPLETE"), it is
better to write as "COM_COMPLETE".equals(...getString('statusId")) in case there are any null
values. Otherwise sooner or later you'd get an NPE
Hi Si
I did a quick search for .equals(" and there are 812 occurrences in the code, is this something we need to tidy up at some point?
Regards Scott
