rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

findMethodCalls() should consider methods inherited from super-types

Open gunnarmorling opened this issue 6 years ago • 0 comments

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.

gunnarmorling avatar Oct 27 '17 21:10 gunnarmorling