Skip to content

Commit 4b34d1b

Browse files
committed
re
1 parent 24d5610 commit 4b34d1b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

LOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
#1 - QualifiedName,第三方类的全路径名如何获取,扫描pom文件中引用的jar包中的类?(待解决)
2-
如果是使用的第三方类,则不会得到第三方类的全部路径名,需要证实如何获取,或者不能获取,
3-
或者使用import进行比对,如比对不成功则丢弃,表示无法得到第三方类的全路径名
1+
#1 - QualifiedName
2+
Extract QualifiedName from a third jar packages during the running time of the original program, which means that one project must import the package(mirror provided).
43

5-
#2 - 泛型类没解决
4+
5+
#2 - Generic
6+
not solved.
7+
8+
#3 - Bug
9+
- line num extract
10+
- control dependence extract accurately

0 commit comments

Comments
 (0)