Alex Dettinger created CAMEL-11416:
--------------------------------------
Summary: 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)