javaflame icon indicating copy to clipboard operation
javaflame copied to clipboard

Package dependency analyzer

Open beothorn opened this issue 1 year ago • 1 comments

Map functions to package calls, given a level EX: com.example.foo.Myclass#funx -> com.bar.baz.NotMyclass#funx

map to com.example.foo -> com.bar.baz

Level 1

com

Level 2

com.example -> com.bar

Create a nice graph

beothorn avatar May 23 '24 06:05 beothorn