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

--- Comment #10 from Isaac Shabtay <[email protected]> 2010-11-29 14:45:20 EST 
---
(In reply to comment #9)
> Two possibilities I have thought of:
> 
> 1.  Extend Hashtable such that all its methods actually defer to a wrapped
> LinkedHashMap and use instances of that class in Copy's initializers.  This
> won't help the case where a subclass reassigns the references, however.
> 
> 2.  Rewrite copy/move and assign the task names to the new classes, which 
> share
> the existing introspection/XML interface.  Users who extend the now deprecated
> Copy/Move classes are unaffected.
> 
> Thoughts?

I believe extending Hashtable will impact maintainability in the long term. If
it was up to me I'd go for option (2).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to