MethodUtils.getMatchingAccessibleMethod could cache unsuccesful matches
-----------------------------------------------------------------------
Key: BEANUTILS-365
URL: https://issues.apache.org/jira/browse/BEANUTILS-365
Project: Commons BeanUtils
Issue Type: Improvement
Components: Bean / Property Utils
Affects Versions: 1.8.0
Environment: java 1.6.0_16
Reporter: Endre Jeges
Fix For: 1.8.1
In order to gain some performance the MethodUtils.getMatchingAccessibleMethod
could cache unsuccessful matches too. In case there is no matching method
getMatchingAccessibleMethod returns null after examining the Class but does not
store this fact in the cache, the subsequent call to
MethodUtils.getMatchingAccessibleMethod will examine the Class again
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.