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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
