Modify ClassMap.java to use getMethods() rather than get getDeclaredMethods()
-----------------------------------------------------------------------------

                 Key: VELOCITY-745
                 URL: https://issues.apache.org/jira/browse/VELOCITY-745
             Project: Velocity
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 1.6.2
         Environment: All
            Reporter: Steve O'Hara
            Priority: Minor


The code that recurses up the super classes to find all public methods using 
getDeclaredMethods() is now redundant and can be replaced with a single call to 
getMethods() - this intrinsically provides all inherited public methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to