CDV ❯ logical subclasses fail to delegate Clearable methods
-
Bug
-
Status: Resolved
-
2 Major
-
Resolution: Won't Fix
-
-
-
interfaces
-
Reporter: teck
-
March 09, 2009
-
0
-
Watchers: 2
-
February 12, 2014
-
February 12, 2014
Description
Add this to the many known bugs with logical subclasses (at least those that add state and switch the class adapter to do the delegate thing).
In this instance the methods on Clearable (if present in the logical superclass) are not delegated in the subclass.
In GenericMapTest.testClearable() the test should only care about “instanceof Clearable”, but it can’t since it fails on this like the inner MyHashMap type due to this bug
DSO is discontinued