Checkstyle Eclipse plugin doesn#39;t work(Checkstyle Eclipse 插件不起作用)
问题描述
我正在使用带有 Juno Eclipse 发行版的 eclipse checkstyle 插件.每当检查代码是否存在 checkstyle 错误时,我都会收到以下错误:
I'm using eclipse checkstyle plugin with Juno Eclipse distribution. Anytime the code is checked for checkstyle error I get the following error:
cannot initialize module TreeWalker - Unable to instantiate DoubleCheckedLocking
有人知道如何解决这个问题吗?是插件兼容性问题还是别的什么?
Does anybody know how to fix this problem? Is it a plugin compatibility issue or something else?
推荐答案
DoubleCheckedLocking 检查已在 Checkstyle 5.6 中移除,必须从您的 Checkstyle 配置中手动移除.
The DoubleCheckedLocking check has been removed in Checkstyle 5.6 and must be manually removed from your Checkstyle configuration.
另请参阅:http:///sourceforge.net/tracker/index.php?func=detail&aid=3571442&group_id=29721&atid=397078
这篇关于Checkstyle Eclipse 插件不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Checkstyle Eclipse 插件不起作用
基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01