https://issues.apache.org/bugzilla/show_bug.cgi?id=50297
--- Comment #9 from Matt Benson <[email protected]> 2010-11-29 14:39:33 EST --- 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? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
