Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrninistrator committed Aug 7, 2024
1 parent 73993c3 commit 087e437
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@ com.adrninistrator.jacg.common.enums.OtherConfigFileUseSetEnum
在项目根目录执行以下命令

```
gradlew test_jar
gradlew test_gen_jar
```

- 解析测试代码并将结果写入数据库

执行以下类

```
test.run_by_code.TestRBC0RunnerWriteDb
test.runbycode.TestRBC0RunnerWriteDb
```

- 生成向上的方法完整调用链

执行以下类

```
test.run_by_code.TestRBCRunnerGenAllGraph4Callee
test.runbycode.TestRBCRunnerGenAllGraph4Callee
```

- 生成向下的方法完整调用链

执行以下类

```
test.run_by_code.TestRBCRunnerGenAllGraph4Caller
test.runbycode.TestRBCRunnerGenAllGraph4Caller
```

# 3. 引入组件
Expand Down Expand Up @@ -520,7 +520,7 @@ func1(java.lang.String)
TestMulti.test1()方法对应文件中调用Interface1.f1()方法的信息如下:

```
[1]# [TestMulti:22] test.call_graph.implement.Interface1:f1 !ext_data!JUMP_MULTI_IMPL@Interface1@f1@ix-_NHnAUilDstHxNyrtxQ#029
[1]# [TestMulti:22] test.callgraph.implement.Interface1:f1 !ext_data!JUMP_MULTI_IMPL@Interface1@f1@ix-_NHnAUilDstHxNyrtxQ#029
```

生成Interface1.f1()方法对应的目录,目录名为“Interface1@f1@ix-_NHnAUilDstHxNyrtxQ#029”
Expand Down

0 comments on commit 087e437

Please sign in to comment.