Eclipse 好像有插件可以看 jar 包中方法在包内的调用,IDEA 有类似插件吗?
1
AoEiuV020 2021-09-06 16:56:23 +08:00
|
2
wolfie 2021-09-06 16:57:19 +08:00 1
右上角 download source,猜测反编译的不缓存关系
|
5
AoEiuV020 2021-09-06 17:06:08 +08:00 1
@potato1949 闭源也就算了,不好意思要是怎么回事?
没源码就只能反编译了,jadx 之类的把整个 jar 反编译了假装是源码再到 idea 里手动配置源码路径试试, |
6
zoharSoul 2021-09-06 17:10:25 +08:00
@potato1949 #3 图上不就是 class 文件的吗
|
7
aguesuka 2021-09-06 17:12:47 +08:00
把 scope 设置为 All Places
|
8
aguesuka 2021-09-06 17:32:09 +08:00
ctrl + alt + f7, 点击扳手图标, 然后修改 Scope 的下拉框
|
9
aguesuka 2021-09-06 17:37:59 +08:00 1
|
10
wolfie 2021-09-06 17:50:06 +08:00 1
> In case the library has no sources, you can perform offline decompilation of the entire library using the command line batch decompiler and attach the directory with the decompiled sources to the library.
https://stackoverflow.com/questions/45193746/how-to-search-string-in-decompiled-class-files-in-intellij 跟楼上一个思路,反编译整个包 |
11
siweipancc 2021-09-06 18:24:03 +08:00 via iPhone
你要看时序图? 2021 有个新的 run coverage
|