You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Hackl (JIRA)" <ji...@apache.org> on 2007/08/03 10:42:52 UTC

[jira] Created: (JXPATH-98) termination problem with empty list

termination problem with empty list
-----------------------------------

                 Key: JXPATH-98
                 URL: https://issues.apache.org/jira/browse/JXPATH-98
             Project: Commons JXPath
          Issue Type: Bug
    Affects Versions: 1.2 Final
         Environment: EMF generated objects
            Reporter: Michael Hackl


a list selected by an attribute  (/html:head/model//bind[@id='findMe']) returns correct when at least one entry is found
but has a termination problem when empty

an endless cycle: EvalContext: nextSet()->reset() nextNode() -> reset()
seems to be the problem

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


[jira] Resolved: (JXPATH-98) termination problem with empty list

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JXPATH-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved JXPATH-98.
-------------------------------

    Resolution: Cannot Reproduce

no response

> termination problem with empty list
> -----------------------------------
>
>                 Key: JXPATH-98
>                 URL: https://issues.apache.org/jira/browse/JXPATH-98
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: 1.2 Final
>         Environment: EMF generated objects
>            Reporter: Michael Hackl
>             Fix For: 1.3
>
>
> a list selected by an attribute  (/html:head/model//bind[@id='findMe']) returns correct when at least one entry is found
> but has a termination problem when empty
> an endless cycle: EvalContext: nextSet()->reset() nextNode() -> reset()
> seems to be the problem

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


[jira] Updated: (JXPATH-98) termination problem with empty list

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JXPATH-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson updated JXPATH-98:
------------------------------

    Fix Version/s: 1.3

Can you please verify this problem exists against the current svn trunk?  I cannot reproduce.  If you find the problem still exists, please attach a test case that demonstrates the issue.

> termination problem with empty list
> -----------------------------------
>
>                 Key: JXPATH-98
>                 URL: https://issues.apache.org/jira/browse/JXPATH-98
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: 1.2 Final
>         Environment: EMF generated objects
>            Reporter: Michael Hackl
>             Fix For: 1.3
>
>
> a list selected by an attribute  (/html:head/model//bind[@id='findMe']) returns correct when at least one entry is found
> but has a termination problem when empty
> an endless cycle: EvalContext: nextSet()->reset() nextNode() -> reset()
> seems to be the problem

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