[
https://issues.apache.org/jira/browse/CAMEL-11416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050954#comment-16050954
]
ASF GitHub Bot commented on CAMEL-11416:
----------------------------------------
GitHub user aldettinger opened a pull request:
https://github.com/apache/camel/pull/1764
CAMEL-11416: Removed the now useless overrides removal loop
The overrides removal loop from `BeanInfo.introspect(Class<?>)` is no more
necessary.
Bridge methods are already filtered by `BeanInfo.isValidMethod(Class<?>,
Method)`.
Methods overriding interface ones are excluded by `introspect(Class<?>,
Method)`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aldettinger/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1764.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1764
----
commit 2e5fd63d77792b4142e33efbdc2296d391ea8cdf
Author: aldettinger <[email protected]>
Date: 2017-06-15T19:11:13Z
CAMEL-11416: Removed the now useless overrides removal loop
----
> The overrides removal loop from BeanInfo.introspect(Class<?>) is no more
> necessary
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-11416
> URL: https://issues.apache.org/jira/browse/CAMEL-11416
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.19.0
> Reporter: Alex Dettinger
> Priority: Minor
>
> The overrides removal loop from BeanInfo.introspect(Class<?>) is no more
> necessary.
> Bridge methods are already filtered by BeanInfo.isValidMethod(Class<?>,
> Method).
> Methods overriding interface ones are excluded by introspect(Class<?>,
> Method).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)