You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2005/05/15 12:56:25 UTC

DO NOT REPLY [Bug 34921] New: - foreach should generalise for Iterable, not just Collection

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34921>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34921

           Summary: foreach should generalise for Iterable, not just
                    Collection
           Product: Velocity
           Version: 1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Source
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: dblaikie@ug.cs.usyd.edu.au


As of Java 1.5 the java.lang.Iterable interface is the general contract that
should be used when looking for things that provide Iterators. This allows for
user defined non collection types to be generally usable by things that just
need iteration such as the Java Language's for(X x : y) looping construct and
seems perfectly applicable to the velocity Foreach directive. 
I'm not sure of the versioning policy (which java version) of Velocity so if you
are deliberately not creating a 1.5 dependency then this is not a bug.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org