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=43905>. 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=43905 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2008-02-05 08:35 ------- It seems that the way sun introduced foreach loops in java 1.5 was rather stupid, and prevents your code from then working on java 1.4. Since we require java 1.4 compatibility, we can't implement java.lang.Iterable (though trunk does have the method that that requires). For now, you'll need to just use the normal iterator methods In the ooxml branch, we do have some workarounds for java 1.4 vs java 1.5 features, so Sheet/HSSFSheet/XSSFSheet and Row/HSSFRow/XSSFRow do implement java.lang.Iterable (when build on java 1.5), so foreach loops will work there. -- 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]
