You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2011/06/11 23:33:58 UTC

[jira] [Created] (MYFACES-3171) jsf.js: wrong api call in _ListenerQueue.remove

jsf.js: wrong api call in _ListenerQueue.remove
-----------------------------------------------

                 Key: MYFACES-3171
                 URL: https://issues.apache.org/jira/browse/MYFACES-3171
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.0, 2.0.6
            Reporter: Werner Punz
            Priority: Trivial


We have a call to _Lang.forEach in the remove function of the ListenerQueue, this is wrong it should be arrForEach.
Since the API is an api which is not yet used, this is a minor issue (the api is a preparation api for 2.2)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MYFACES-3171) jsf.js: wrong api call in _ListenerQueue.remove

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Punz resolved MYFACES-3171.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2-SNAPSHOT
                   2.0.8-SNAPSHOT

Correction it was a call to Lang.indexOf which was invalid, either way, the bug now is fixed in both branches.

> jsf.js: wrong api call in _ListenerQueue.remove
> -----------------------------------------------
>
>                 Key: MYFACES-3171
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3171
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.6, 2.1.0
>            Reporter: Werner Punz
>            Priority: Trivial
>             Fix For: 2.0.8-SNAPSHOT, 2.1.2-SNAPSHOT
>
>
> We have a call to _Lang.forEach in the remove function of the ListenerQueue, this is wrong it should be arrForEach.
> Since the API is an api which is not yet used, this is a minor issue (the api is a preparation api for 2.2)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira