-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
I'm fairly certain that this line...
if (this.getClass().isAssignableFrom(type.getApplicable())) {
...should be the other way around.
if (type.getApplicable().isAssignableFrom(this.getClass())) {