Oleg Zhurakousky created NIFI-1595:
--------------------------------------

             Summary: ReflectionUtils doesn't take into account "bridge" 
methods when checking if method is annotated
                 Key: NIFI-1595
                 URL: https://issues.apache.org/jira/browse/NIFI-1595
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Oleg Zhurakousky
            Assignee: Oleg Zhurakousky
             Fix For: 0.6.0


When extending from parameterized class some times compiler feels there is a 
need to generate a synthetic “bridge” method modeled after the one in super 
class. The issue is that annotations (if any) are not propagated to the 
synthetic method and not visible when reflecting on such method, essentially 
creating a condition where a standard lifecycle method (e.g., OnStopped) is not 
executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to