gpt4 book ai didi

java - eclipse PMD :Not able to import custom ruleset

转载 作者:搜寻专家 更新时间:2023-11-01 03:48:32 27 4
gpt4 key购买 nike

我无法在 Eclipse 中为 pmd 上传自定义规则集。我正在使用 eclipse LUNA 和 eclipse-pmd 1.8 插件。我试过使用 eclipse pmd 插件以及source forge 的 pmd 插件。

我已经提到了Can't import PMD Ruleset in Eclipse链接并完成了建议的编辑,但没有成功。

I have also searched inside PMD jar in eclipse plugin folder.

我的 ruleset.xml 是这样写的:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ruleset xmlns="pmd.sf.net/ruleset/1.0.0"; name="pmd_eclipse" xmlns:xsi="w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="pmd.sf.net/ruleset_xml_schema.xsd"; xsi:schemaLocation="pmd.sf.net/ruleset/1.0.0 pmd.sf.net/ruleset_xml_schema.xsd">;
<description>PMD Plugin preferences rule set</description>
<rule ref="rulesets/java/strings.xml/AppendCharacterWithChar">
<priority>4</priority>
</rule>

最佳答案

这可能是 pmd 插件版本的问题。我在使用 Eclipse 4 的 pmd 插件 PMD 时遇到了这个问题。我的规则集是从带有 Eclipse 3 插件的 PMD 的 eclipse 中导出的。

我为 Eclipse 3 安装了 PMD 插件。(从 https://sourceforge.net/projects/pmd/files/pmd-eclipse/3.2.6/ 下载 zip 文件)

解压缩 zip 并复制功能和插件文件夹。转到您本地的 eclipse 安装并将其粘贴到那里。出现提示时进行合并。重新启动您的 eclipse 。

现在您应该可以导入您的规则集了。

关于java - eclipse PMD :Not able to import custom ruleset,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35624777/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com