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=32174>. 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=32174 Rendering fails with IndexOutOfBoundsException in LineLayoutManager ------- Additional Comments From [EMAIL PROTECTED] 2004-11-13 20:40 ------- In Andreas' test file: knuthParagraphs is an empty list, therefore breakpoints is an empty list, and breakpoints.get(iReturnedLBP ++) throws an IndexOutOfBoundsException. I think a paragraph that is ended by a forced linebreak should never be empty, order to honour the forced linebreak.