作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个Android库和一个Android App项目,有什么用the library PMD .
我们使用旧版本,我被要求将这个 PMD 库更新到更新的版本 6.X.X
在项目中,我找到了一个rules-pmd.xml
文件,里面有:
<?xml version="1.0"?> <ruleset
name="My rules"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0
http://pmd.sourceforge.net/ruleset_5_3_1.xsd">
将此 xml 更改为
http://pmd.sourceforge.net/ruleset_6_12_0.xsd
没有帮助。然后在模块 build.gradle 中:
apply from: "$path/script-pmd.gradle"
找不到 PMD 的任何其他版本..
我在哪里可以更改使用的 PMD 版本?
最佳答案
至于给定的问题,你必须问图书馆的作者。您也可以查看给定的 library web link有关的更多信息。
更新:在给定的代码中,您将看到有关制定规则集的信息,如 here 所述所以你必须检查其他地方。
例如,我刚刚在这里检查并说明您会找到所需的信息:follow the link
The new version needs to be entered into _config.yml, e.g.:
pmd:
latestVersion: 6.0.0
latestVersionDate: 15th December 2017
关于android - 如何将 PMD 更新到新版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55102619/
我是一名优秀的程序员,十分优秀!