[ 
https://issues.apache.org/jira/browse/LANG-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978215#comment-15978215
 ] 

ASF GitHub Bot commented on LANG-1317:
--------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/261
  
    
    [![Coverage 
Status](https://coveralls.io/builds/11177727/badge)](https://coveralls.io/builds/11177727)
    
    Coverage increased (+0.09%) to 94.693% when pulling 
**6aee4203260f93cf4511779e8078952e90d6bb6f on yasserzamani:LANG-1317** into 
**4a300fee2ef1c03902d0fb25ceb02aa01d0fab46 on apache:master**.



> Add MethodUtils#findAnnotation and extend 
> MethodUtils#getMethodsWithAnnotation for non-public, super-class and 
> interface methods
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LANG-1317
>                 URL: https://issues.apache.org/jira/browse/LANG-1317
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.reflect.*
>            Reporter: Yasser Zamani
>              Labels: patch
>
> In order to fix WW-4744 , mainly, I am going to add two functionalities to 
> MethodUtils: findAnnotation and findMethodsWithAnnotation.
> findAnnotation will be an extension for Method.getAnnotation that also 
> searches interfaces and super classes while caching results with no memory 
> leak.
> findMethodsWithAnnotation will be an extension for getMethodsWithAnnotation 
> that also supports non public methods, super class and interface methods, 
> again, while caching results as above.
> Generally, do you agree with these in a pull request? If so, I will be 
> working on it :) 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to