Introduce additional tests for support of generics #981
Open
Description
opened on Jul 24, 2017
Overview
Issues #333, #976, and #978 addressed the topics of generics and overridden methods in various ways; however, as conjectured in #978, we may still have lingering bugs in this regard.
Dedicated test class
ReflectionUtilsWithGenericTypeHierarchiesTests contains a set of interesting and some unclear cases.
Deliverables
For each of the following, introduce additional tests across multiple-level class hierarchies using generic interfaces, generic abstract classes, etc.
In other words, try to break the search algorithms.
-
ReflectionUtils.findMethod(*)
-
ReflectionUtils.findMethods(*)
Activity