Alex O'Ree created VELTOOLS-199: ----------------------------------- Summary: org.apache.velocity.tools.generic.ClassTool methods does not include inherited methods Key: VELTOOLS-199 URL: https://issues.apache.org/jira/browse/VELTOOLS-199 Project: Velocity Tools Issue Type: Bug Reporter: Alex O'Ree
using tools 3.1 and using the class tool against a class that implements an interface and extends an abstract class. The class tools "methods" operation only returns methods directly implemented by the class and does not return any methods implemented by the abstract nor the interface. I'm not sure if this was on purpose, but it's pretty easy to get with reflection -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org