ExpediaGroup / jarviz

Jarviz is dependency analysis and visualization tool designed for Java applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use jarviz to analysis the dependencie of the method in my local project? (Ex: I have a method A, I want to get the set of the other method use A)

xylian86 opened this issue · comments

You need to build the JAR locally and analyze it with Jarviz. Your method A will be the target method (with target package and target class) in the filters. Hope this make sense.

See: https://github.com/ExpediaGroup/jarviz/blob/master/jarviz-lib/README.md