https://bz.apache.org/bugzilla/show_bug.cgi?id=63371
--- Comment #2 from David Gauntt <[email protected]> --- Created attachment 36541 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36541&action=edit Test case to illustrate bug 63371 Before applying the patch, this code writes the following to System.out: testMergeRegions(After adding first region) ranges.size=1 numMergedRegions=1 ctMergeCellCount=0 ctMergeCellListSize=1 After applying the patch, the result is testMergeRegions(After adding first region) ranges.size=1 numMergedRegions=1 ctMergeCellCount=1 ctMergeCellListSize=1 -- 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]
