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 2df84e8 commit 7c37bdfCopy full SHA for 7c37bdf
README.md
@@ -5,7 +5,7 @@ intellij-deadcode-vo-plugin
5
can find unused VO in recursion mode
6
7
8
-使用递归模式尽可能的设置一些类状态为『可达』, 和原生插件『unused declaration』的不同是:
+使用递归模式尽可能的设置一些`VO`类状态为『可达』, 和原生插件『unused declaration』的不同是:
9
原生插件会尽可能多的提醒
10
本插件是: `宁放过,勿杀错。`
11
@@ -14,4 +14,8 @@ can find unused VO in recursion mode
14
## Usages
15
Preferences | Editor | Inspections | Java | Probable Bugs
16
17
-使用: Analyze -- Run Inspection By Name -- Yellow Tail
+使用: Analyze -- Run Inspection By Name -- Yellow Tail
18
+
19
+注意: 本插件,只适合用来扫描 `VO` 类型的 class, 像 `spring service`等class 不太适合
20
21
+如果有这方面的需求,还是使用自带的插件 `unused declaration` 比较好
0 commit comments