carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

MethodsHolder needs to look up the inheritance tree to find methods #125

Open augustearth opened 5 months ago

augustearth commented 5 months ago

The current implementation is a hack that in effect supports one level of inheritance only. allMethodClasses should return things in order from sub to super classes and so we can pick the first match.