[jboss-jira] [JBoss JIRA] (WFCORE-1478) DefaultOperationRequestAddress.appendPath loses Node.name

Jean-Francois Denise (JIRA) issues at jboss.org
Mon Apr 18 09:20:00 EDT 2016


Jean-Francois Denise created WFCORE-1478:
--------------------------------------------

             Summary: DefaultOperationRequestAddress.appendPath loses Node.name
                 Key: WFCORE-1478
                 URL: https://issues.jboss.org/browse/WFCORE-1478
             Project: WildFly Core
          Issue Type: Bug
          Components: CLI
            Reporter: Jean-Francois Denise
            Assignee: Alexey Loubyansky


Ran into this obvious issue reading code. Not even sure this method is used somewhere. 

for(Node n : path) {
            nodes.add(new NodeImpl(n.getType(),* n.getType()*));
        }



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list