https://issues.apache.org/bugzilla/show_bug.cgi?id=55665
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |INVALID --- Comment #3 from Nick Burch <[email protected]> --- org.apache.poi.xssf.usermodel.XSSFFactory is in the same package as org.apache.poi.xssf.usermodel.XSSFSheet so is allowed to access protected methods on it - see http://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html It looks like there's a bug in your classloader or security manager. You'll need to report it to whoever provides those (looks to be google), and get them to fix their behaviour to match the java specs -- 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]
