[jboss-jira] [JBoss JIRA] (WFCORE-541) Bad equals test in WFLY-3306 fix
Brian Stansberry (JIRA)
issues at jboss.org
Thu Feb 12 18:40:49 EST 2015
Brian Stansberry created WFCORE-541:
---------------------------------------
Summary: Bad equals test in WFLY-3306 fix
Key: WFCORE-541
URL: https://issues.jboss.org/browse/WFCORE-541
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha17
Reporter: Brian Stansberry
Assignee: Brian Stansberry
GlobalOperationHandler L458 has this:
{code}
if ((validChildType == null || validChildType.equals(validChildType))
{code}
The second test is silly; should be using var 'type'.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list