https://bz.apache.org/bugzilla/show_bug.cgi?id=64667
--- Comment #1 from Tim Allison <[email protected]> --- Adding a null check fixes the problem on the offending file: StylesTable.java:242 if (ctTableStyles != null && styleDxfs != null) { I'll wait for a clean build and then commit unless there are objections. My preference is not to add the triggering file to our unit tests because its size outweighs the scope of the problem/fix. I can add a unit test with the file if desired. -- 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]
