DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26038>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26038 IteratorChain - if first iterator empty, doesn't care about next ones. Summary: IteratorChain - if first iterator empty, doesn't care about next ones. Product: Commons Version: 2.1 Final Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Collections AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If first Iterator in IteratorChain is empty, and next ones contain some elements, first call to hasNext() on IteratorChain returns false. It should return true if there are elements in other Iterators. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
