https://issues.apache.org/bugzilla/show_bug.cgi?id=56897
lucas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from lucas <[email protected]> --- Created attachment 31950 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31950&action=edit libs & demo the line 36,if change Sheet to HSSFSheet, then this line will be ok.but the error move to other line. seemingly when use interface like Sheet,Font etc the error will occur. change to HSSFSheet and HSSFFont the error disappear... watch this:http://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html i suspect there was static method,filed or innerclass changed ... -- 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]
