Doroszlai, Attila created AMBARI-20931:
------------------------------------------
Summary: Wrong equality check in ValueAttributesInfo
Key: AMBARI-20931
URL: https://issues.apache.org/jira/browse/AMBARI-20931
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 3.0.0
Reporter: Doroszlai, Attila
Assignee: Doroszlai, Attila
Priority: Minor
Fix For: 3.0.0
{{ValueAttributesInfo#equals}} cannot return true, due to typo in:
{code:title=ambari-server/src/main/java/org/apache/ambari/server/state/ValueAttributesInfo.java}
309 if (hidden != null ? !hidden.equals(that.overridable) : that.hidden !=
null)
310 return false;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)