https://bz.apache.org/bugzilla/show_bug.cgi?id=58572
--- Comment #4 from Javen O'Neal <[email protected]> --- After reading about the problems with Java's Cloneable interface[1], I replaced Cloneable interface with copy constructors in r1711951. I wrote code for copying between hyperlink types (HSSFHyperlink/XSSFHyperlink). OOXML code is not available in TestHSSFHyperlink.java (results in compile error). Where should I place the HSSFHyperlink copy constructor unit test [2] in order for it to run as part of the suite? [1] https://stackoverflow.com/questions/2427883/clone-vs-copy-constructor-which-is-recommended-in-java [2] https://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFHyperlink.java?r1=1711952&r2=1711950&pathrev=1711952 -- 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]
