Spring Tool Suite 3.9.6中不显示PMD选项

时间:2018-10-05 13:04:15

标签: java spring-tool-suite pmd

我正在尝试基于Eclipse 4.9.0安装PMD插件STS 3.9.6。

我已经尝试了几种选择,但都没有用:

  1. 市场上的PMD插件
  2. 更新站点中的PMD插件:https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/
  3. 手动安装PMD插件

但是在上下文菜单,项目属性和Window->Preferences中未显示PMD选项。

有人可以帮助配置PMD吗?

1 个答案:

答案 0 :(得分:2)

PMD插件具有GitHub站点(https://github.com/pmd/pmd-eclipse-plugin)上提到的2个更新站点:

  1. 发布(4.0.17.x): https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/
  2. 快照(4.0.18.x): https://dl.bintray.com/pmd/pmd-eclipse-plugin/snapshots/updates/

发布更新站点与Eclipse 4.8.x兼容,并且与Eclipse 4.9.x不兼容

快照更新站点与Eclipse 4.9.x兼容,但不稳定。

目前,您可以从快照更新站点安装PMD插件。发行后,您可以从“发行版本”更新站点重新安装它。