https://bz.apache.org/bugzilla/show_bug.cgi?id=58740
--- Comment #8 from Javen O'Neal <one...@apache.org> --- Created attachment 34235 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34235&action=edit patch showing mixed based indices Some of the methods return list.size() before adding an item and other methods return list.size() after adding an item. The effect is whether a 0-based list index or 1-based list index is returned. Without better javadocs or comments saying which should be which, I'm inclined to believe that there are some bugs hiding in the attached code. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org