https://bz.apache.org/bugzilla/show_bug.cgi?id=57844
--- Comment #4 from Javen O'Neal <[email protected]> --- Added in r1717079. I added an annotation org.apache.poi.util.NotImplemented which should be used on any method, especially a public method, that is not implemented (either because no one has gotten around to the work or the class inherently can't support it but we want the method to be available in the interface so users can write generic code. I added these annotations on to the two shiftRows calls in SXSSFSheet. Before this bug is closed, someone needs to search through the code for RuntimeException, UnsupportedOperationException, NotImplemented, Not Implemented and annotate those methods as well. -- 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]
