Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When dropping support for Java 1.1 we could also replace the custom WeakHashtable that is used internally with a WeakHashMap which is supported since Java 1.2. This would also allow to clean up some deprecated code as a Hashtable does not allow null keys.