Details
-
Improvement
-
Resolution: Fixed
-
Major
-
8.2.1
-
None
Description
If no explicit @Name annotation is provided the name of the event parameter is taken from the method trough reflexion but it can be broken by any extending class using a different parameter name. We need to make sure the we get the Method located in the top most interface/class before creating a descriptor from it.