https://issues.apache.org/bugzilla/show_bug.cgi?id=55901
Bug ID: 55901
Summary: PropertySetFactory imports
java.rmi.UnexpectedException
Product: POI
Version: 3.10-dev
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HPSF
Assignee: dev@poi.apache.org
Reporter: apache@gagravarr.org
As reported on StackOverflow in
http://stackoverflow.com/questions/20623950/open-an-xls-file-with-hssfworkbook-crash-my-app-in-run-time
: PropertySetFactory has an import to java.rmi.UnexpectedException, which is
used to throw on a broken setup. This is an odd exception to use, as we don't
use RMI, and it can cause issues on Android. It should be swapped for something
more standard.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|