《源码阅读》源码阅读技巧,源码阅读工具

Enterprise Architect

https://blog.csdn.net/WHHGARSKY/article/details/70164180

Source Insight

https://blog.csdn.net/tao546377318/article/details/51611273

Understand (mac下面)

https://blog.csdn.net/guozhongwei1/article/details/80282734

powerdesigner生成类图

https://jingyan.baidu.com/album/6c67b1d68db1bd2786bb1e68.html?picindex=6

 

 

Eclipse

查看某个类的完整继承关系:  选中类的名称,然后按F4

quick type hierarchy

quick type hierarchy可以显示出类的继承结构,包括它的父类和子类

supertype hierarchy

supertype hierarchy可以显示出类的继承和实现结构,包括它的父类和实现的接口

subtype hierarchy

subtype hierarchy可以显示出类的子类。

https://blog.csdn.net/panweiwei1994/article/details/76724314

 

idea查看源码

https://jingyan.baidu.com/article/fec7a1e5b205f61190b4e7d8.html

idea的debug模式查看调用栈, 可以追溯方法的调用连, 查看源码无障碍.

《源码阅读》源码阅读技巧,源码阅读工具_第1张图片

 

你可能感兴趣的:(java,源码)