Errors occurred during the build. Errors running builder 'Checkstyle Builder' on project

不了解CheckStyle的话请先自行百度。

更换了新的Eclipse,在使用CheckStyle检查代码的时候发现总是报错例如以下:

Errors occurred during the build.
Errors running builder 'Checkstyle Builder' on project 'AAA'.
Fileset from project "AAA" has no valid check configuration.
……

解决的方法:

1、首先确认你使用的CheckStyle检查规则是什么。

Eclipse - windows - preferences - CheckStyle 标签下查看你的默认检查规则。我的在Global Check Configurations以下默认规则是 “Rule01”。上述也能够在项目属性的CheckStyle标签下看到。

2、在项目中找到CheckStyle配置文件。

Ctrl + Shift + R 找到 .checkstyle 配置文件,在fileset 标签下找到 “check-config-name="Rule01" 

<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
  <fileset name="all" enabled="true" check-config-name="Rule01" local="false">
    <file-match-pattern match-pattern="." include-pattern="true"/>
  </fileset>
</fileset-config>


假设check-config-name属性值相应的不是步骤1中配置的规则,则会报错。

PS:假设配置了多个关联的project,每一个project下.checkstyle配置文件都须要检查一遍。


3、又一次刷新工作区,错误消失。



转载于:https://www.cnblogs.com/ljbguanli/p/7116844.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值