https://bz.apache.org/bugzilla/show_bug.cgi?id=60826
--- Comment #4 from Javen O'Neal <[email protected]> --- Sorry for the late review. Global: Replace 3.15-beta3 with 3.16-beta3 XSSFBHeaderFooter: headerFooterHelper should either be a static final member, or even better, a non-instantiable (static) class with static methods. Docs: use https URLs when possible Docs: spell out full org.apache.poi... rather than abbreviating to o.a.p XSSFBRelation: can getContents be moved up to a superclass (POIXMLRelation)? There isn't any logic here that's specific to XSSFB. XSSFBRichStr: we should try to make this implement the RichString interface later. XSSFBRecordType: lookup can have constant lookup time if we use a Map at the expense of some memory. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
