You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2007/12/14 18:35:44 UTC

[jira] Resolved: (JXPATH-105) BasicNodeSet.getNodes() returns values instead of nodes ?

     [ https://issues.apache.org/jira/browse/JXPATH-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved JXPATH-105.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Added test rev 604239

> BasicNodeSet.getNodes() returns values instead of nodes ?
> ---------------------------------------------------------
>
>                 Key: JXPATH-105
>                 URL: https://issues.apache.org/jira/browse/JXPATH-105
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>         Environment: ALL
>            Reporter: Michele Vivoda
>            Priority: Minor
>             Fix For: 1.3
>
>
> In BasicNodeSet the method getNodes()  
> adds the values instead of the nodes, using  
> nodes.add(pointer.getValue()); 
> instead of  what I think correct:
> nodes.add(pointer.getNode());
> Michele Vivoda
>            

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.