https://bz.apache.org/bugzilla/show_bug.cgi?id=59748
Bug ID: 59748
Summary: [PATCH] Remove use of obsolete Hashtable class
Product: POI
Version: 3.15-dev
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33981
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33981&action=edit
Replace Hashtable by HashMap, LinkedHashMap
Current development version still uses Hashtable in a number of places. The
attached patch replaces instaniaions of Hashtable with HashMap. he only example
is ContentType.java where LinkedHashMap is used instead because a unit test
implicitly relies on the order entries are retrieved from a map.
See the discussion on poidev
http://thread.gmane.org/gmane.comp.jakarta.poi.devel/33069/focus=33070 for
details.
--
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]