We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e520e commit b197fbdCopy full SHA for b197fbd
README.md
@@ -1,10 +1,10 @@
1
-# JavaCallGraph
2
-[](https://openjdk.java.net/)
+# java-call-graph-diff
+[](https://openjdk.java.net/)
3
[](https://opensource.org/licenses/MIT)
4
5
> Java implementation of CallGraph.
6
7
-CG的Java实现方式。采用源码和字节码静态分析方式,提供静态调用关系图和分支变更影响分析能力。
+CG的Java实现方式。采用源码和字节码静态分析方式,提供静态调用关系图和分支变更影响面分析能力。
8
9
## 实现思路
10

0 commit comments