[richfaces-issues] [JBoss JIRA] (RF-10037) CDK: <c:forEach > should generate while(){} loop for Iterator and Enumeration

Paul Dijou (JIRA) jira-events at lists.jboss.org
Wed May 16 09:41:18 EDT 2012


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

Paul Dijou commented on RF-10037:
---------------------------------

I agree about Iterator but I don't understand why a while{} loop for an Enum. In this case, it should be :

{code:java}
for(MyEnum var : MyEnum.values())
{
    // code
}
{code}
                
> CDK: <c:forEach > should generate while(){} loop for Iterator and Enumeration
> -----------------------------------------------------------------------------
>
>                 Key: RF-10037
>                 URL: https://issues.jboss.org/browse/RF-10037
>             Project: RichFaces
>          Issue Type: Task
>          Components: cdk, optimization
>    Affects Versions: 4.0.0.Milestone4
>            Reporter: Alexander Smirnov
>            Assignee: Alexander Smirnov
>             Fix For: 4.Future
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list