When looking for called methods declared by some type (cu.findMethodCalls( "com.example.MyType *(..)" )) it should be possible to match invocations of methods declared by a super-type of MyType (and not overridden by the same). Currently, it seems a second call passing the super-type is required.
When looking for called methods declared by some type (
cu.findMethodCalls( "com.example.MyType *(..)" )
) it should be possible to match invocations of methods declared by a super-type ofMyType
(and not overridden by the same). Currently, it seems a second call passing the super-type is required.