Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-RC-1
-
Fix Version/s: 1.0-RC-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
InterfaceFinder.getClass should return the most common superclass of all given objects. The function fails as already demonstrated (and manifested) with InterfaceFinderTest.testMostCommonSuperclassForObjectIdsAndSequentialListIsAbstractSequentialList, since the most common superclass is not the AbstractSequentialList, but LinkedList. The problem is more obvious, if the list of given objects is in reverse order:
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Fixed implementation. Improved unit tests. Fixed endless loop. Added Javadoc.