openrewrite / rewrite-analysis

OpenRewrite recipes for data flow analysis.
Apache License 2.0
8 stars 8 forks source link

Global Data Flow: Support Polymorphism #20

Open JLLeitschuh opened 1 year ago

JLLeitschuh commented 1 year ago

Currently, global data flow finds methods with exact comparisons of JavaType.Method we need to support data flow into polymorphic method calls.

joanvr commented 1 year ago

Thanks for your suggestion @JLLeitschuh, would you like this to be assigned to you? :)