Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 STS 3.1.0 中安装了 Eclipse-pmd 插件。但是“PMD”选项没有出现在我的 STS 中。无法运行 PMD。
如果您在 Eclipse 中右键单击任何 Java 文件,您会看到 PMD 选项吗?如果您转到 Eclipse Preferences,您是否看到来自 PMD 的配置条目?如果以上都不是,请重新安装PMD插件。
与 FindBug 或 CheckStyle 不同,PMD 插件不会预先配置要检查的规则。您必须转到 Eclipse Preferences -> PMD -> Rule Configuration 并选择要使用的规则。