简体   繁体   English

Intellij IDEA的检查和描述清单?

[英]List of Inspections & descriptions in Intellij IDEA?

有没有在所有的IntelliJ IDEA的检查清单,具体名单与在使用的名称@SuppressWarnings ,也将是很好,如果每个检查的描述来了(名字都没有冗长足够快速确定哪些它用于)。

You can see the list of all inspections & their descriptions by 您可以通过以下方式查看所有检查及其说明列表

  • Settings -> Editor -> Inspections (or Man's Face Bottom right -> Configure inspections) 设置 - >编辑器 - >检查 (或人脸右下 - >配置检查)

在此输入图像描述

  • You can see the list of grouped inspections under the current profile. 您可以在当前配置文件下查看分组检查列表
  • When select one inspection inspection, you can see its description appears on right hand side. 选择一个检查检查时,您可以看到其描述显示在右侧。
  • You can enable/disable it by the checkboxes. 您可以通过复选框启用/禁用它。 And also you can change the severity into error/warning etc. for the selected inspection and save it. 此外,您还可以将严重性更改为错误/警告等,以进行所选检查并保存。

:)) :))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何禁用IntelliJ IDEA的编译错误检查 - How to disable inspections of compile error of IntelliJ IDEA 如何禁用 IntelliJ IDEA 烦人的检查 (JAVA) - How to disable IntelliJ IDEA annoying inspections (JAVA) 如何以编程方式从 Intellij Idea 插件获取 intellij Idea 中的检查或静态代码分析错误? - How to get inspections or static code analysis errors in intellij Idea from Intellij Idea Plugin programmatically? 如何使IntelliJ Idea仅显示编译器生成的警告和禁止智能检查? - How to make IntelliJ Idea display only compiler generated warnings and supress intelligent inspections? 在Intellij 12.1.4中找不到检查 - Cannot find inspections in Intellij 12.1.4 对未闭合的PreparedStatements / ResultSets / Connections进行IntelliJ检查 - IntelliJ inspections for unclosed PreparedStatements/ResultSets/Connections 为什么 IntelliJ 默认禁用通用用法检查? - Why IntelliJ has inspections for generic usage disabled by default? 如何在IntelliJ IDEA中未经测试列出所有类? - How to list all classes without test in IntelliJ IDEA? IntelliJ IDEA能否显示所有违反Nullable注释的列表 - Can IntelliJ IDEA show list of all violations of Nullable annotation IntelliJ IDEA:有没有办法列出一个类及其父类实现的所有接口? - IntelliJ IDEA: Is there a way to list all interfaces implemented by a class and its parents?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM