[
https://issues.apache.org/jira/browse/NIFI-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183623#comment-15183623
]
ASF GitHub Bot commented on NIFI-1595:
--------------------------------------
Github user olegz commented on the pull request:
https://github.com/apache/nifi/pull/260#issuecomment-193430912
np
> 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)