No, it don't think so. That bug happens in getNextBreakPoss() while mine happens in addAdreas().
On 02.02.2005 10:36:41 Chris Bowditch wrote: > Jeremias Maerki wrote: > > Just to be clear. This ArrayOutOfBoundsException is not the same problem > > I've described in my earlier post. I just happened to run into both > > problems at the same time. Running normal-breaking2.xml with the current > > code (without my patch) will result in a document with 1 page and the > > linefeeds displayed as "#". So, this test will fail because of the > > single check in the test case. > > > > If someone has an idea about the ArrayOutOfBoundsException, all the > > better. I'm currently trying to debug that thing. > > Jeremias: Have you seen the following bug which appears to be the same > problem? > > http://issues.apache.org/bugzilla/show_bug.cgi?id=32174 > > <snip/> > > Chris Jeremias Maerki