rewrite
rewrite copied to clipboard
findMethodCalls() should consider methods inherited from super-types
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.