当前位置:网站首页>The idea of the diagram
The idea of the diagram
2022-08-04 01:32:00 【Can't type 314】
diagram usage in idea
Reference URL:
https://mp.weixin.qq.com/s/BLIuW_xjN8Tnd0ZxqC1dlQ
Description
This article basically summarizes all the usage of diagram, to prevent loss, collect and reprint a wave
1. View the inheritance chain in graphical form
In the tab of the class you want to view, right-click and select Diagrams, there are show and show … Popup, but the former is newly created in the tab, and the latter is displayed in the form of a floating window:
Actually, you can also right-click on the class you want to view from the project directory tree on the left, and select Diagrams as well, the effect is the same:
Then you will get the inheritance relationship graph as shown below, taking a custom servlet as an example:
It is obvious that:
- The solid blue arrow indicates the inheritance relationship
- The green dotted arrow refers to the interface implementation relationship
2, optimize the inheritance chain graphics, think what I think
2.1 remove unrelated classes
Some of the inheritance relationship graphs obtained are not what we want to know, such as Object and Serializable in the above figure. We only want to care about the important inheritance relationships of Servlet. What should we do?
Simple, delete.Click to select the class you want to delete, then just use the delete key on your keyboard.After cleaning up the relationships of other classes, the graph is as follows:
2.2 Display class details
Some people say, eh, how can that be enough? I also want to see the inherited methods?Simple, IDEA has everything for you.
Right-click on the page, select show categories, and expand the properties, methods, constructors, etc. in the class as needed.Of course, the second method can also directly use the above toolbar:
Then you will get:
What, do you still want to filter in the method, for example, you want to see protected permissions and above?Simple, right-click to select Change Visibility Level, and adjust as needed.
What, do you think the graphics are too small for you to see clearly?IDEA can also satisfy you. Press and hold Alt on the keyboard, and a magnifying glass appears. Is it surprising or unexpected?
2.3 Add other classes to the relationship
When we also need to check whether other classes have an inheritance relationship with the current class, we can choose to add them to the current inheritance relationship graph.
Right-click on the page, select Add Class to Diagram, and then enter the class you want to add:
For example, we added a Student class as shown in the following figure.Well, there is no arrow, it seems that it has no indescribable relationship with the current classes and interfaces:
2.4 View specific code
If you want to view the specific source code of a certain class, such as a certain method, of course, it is impossible to display it on the graphics, otherwise the screen will not be able to explode?
But you can use graphics, or cooperate with IDEA's structure to easily and quickly enter the source code of a class for viewing.
After double-clicking a class, you can walk in the method list under it. For the method you want to view, right-click and select Jump to Source:
After selecting the structure in the left column, all the methods in the class will be displayed on the left as shown in the figure above. Click which method, and the page content will jump to the method section.
3, last
08464499)]
After selecting the structure in the left column, all the methods in the class will be displayed on the left as shown in the figure above. Click which method, and the page content will jump to the method section.
3, last
Using the IDEA functions mentioned above, learning and viewing class relationships, and understanding things such as mainstream framework source code, can be said to be very comfortable.
边栏推荐
- 静态/动态代理模式
- Electronics manufacturing enterprise deployment WMS what are the benefits of warehouse management system
- - heavy OpenCV 】 【 mapping
- TensoFlow学习记录(二):基础操作
- GNSS[0]- Topic
- 如何通过单步调试的方式找到引起 Fiori Launchpad 路由错误的原因试读版
- How to find the cause of Fiori Launchpad routing errors by single-step debugging
- Use nodejs switch version (no need to uninstall and reinstall)
- 字符串变形
- 多渠道打包
猜你喜欢
快速入门EasyX图形编程
IDEA02:配置SQL Server2019数据库
initramfs详解----添加硬盘驱动并访问磁盘
【虚拟户生态平台】虚拟化平台安装时遇到的坑
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之三:两次优化
HBuilderX的下载安装和创建/运行项目
nodejs+express realizes the access to the database mysql and displays the data on the page
splice随机添加和删除的写法
静态/动态代理模式
typescript56-泛型接口
随机推荐
LDO investigation
在Activity中获取另一个XML文件的控件
typescript51 - basic use of generics
typescript50-交叉类型和接口之间的类型说明
nodejs installation and environment configuration
typescript48-函数之间的类型兼容性
- heavy OpenCV 】 【 mapping
C语言:学生管理系统(链表版)
《The Google File System》新说
nodejs+express实现数据库mysql的访问,并展示数据到页面上
HBuilderX的下载安装和创建/运行项目
计算首屏时间
nodejs切换版本使用(不需要卸载重装)
jmeter跨平台运行csv等文件
typescript52 - simplify generic function calls
typescript54 - generic constraints
Slipper - virtual point, shortest path
【Untitled】
Modulo operation (MOD)
600MHz频段来了,它会是新的黄金频段吗?