Furkan KAMACI created SDAP-199:
----------------------------------
Summary: Boxed Types Should Be Compared Using equals()
Key: SDAP-199
URL: https://issues.apache.org/jira/browse/SDAP-199
Project: Apache Science Data Analytics Platform
Issue Type: Bug
Components: mudrod
Reporter: Furkan KAMACI
Fix For: 0.1
It's a mistake to compare two instances of boxed types like java.lang.Integer
using reference equality == or !=, because it is not comparing actual value but
locations in memory.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)