https://issues.apache.org/bugzilla/show_bug.cgi?id=54838

--- Comment #2 from Fabian Zeindl <[email protected]> ---
Not at the moment, sorry.

Most of it could probably be done by simply replacing HashTable with HashMap,
Vector with ArrayList and StringBuffer with StringBuilder, since I think
they're all API-compatible.

If you are threading somewhere and make use of the thread-safety of these
classes there, that would need special care. A quick search for the words
"synchronized" and "Thread" gives some results, for example
RecordContainer.java, HWPFOutputStream.java etc.

It's also possible that users use POI in a multi-threaded manner and it works
for them because of the threadsafe Collections, or because they are lucky. This
usage might be broken after changing that.

Regards.

-- 
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]

Reply via email to