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

Jean-Francois Denise (Jira) issues at jboss.org
Wed Jan 30 06:46:32 EST 2019


    [ https://issues.jboss.org/browse/WFCORE-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689109#comment-13689109 ] 

Jean-Francois Denise commented on WFCORE-1478:
----------------------------------------------

[~vmarek], I added a unit test. This only impacts CLI API, no impact on CLI functionality. 

> 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: Jean-Francois Denise
>            Priority: Major
>
> 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
(v7.12.1#712002)


More information about the jboss-jira mailing list