Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 294 Bytes

READEME.md

File metadata and controls

6 lines (4 loc) · 294 Bytes

1、进入DemoTests目录下运行mvn install编译安装。

2、进入Propagators目录下运行mvn install编译安装。

3、在IDEA运行Analysis目录中的main()函数,其中Analysis类中的 变量appClassPath指定要分析的目录,getEntryPoints函数中指定要分析的类。