我在我的Ubuntu 17 dekstop上運行了Intellij 2017.2.3和Checkstyle-IDEA 5.10.0。當我嘗試添加的CheckStyle爲我的Java項目(在設置 - >其他設置 - > Checkstyle的)我收到此錯誤信息:Intellij Checkstyle給出錯誤NoClassDefFoundError
java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap
at org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor(PropertyUtilsBean.java:963)
at org.apache.commons.beanutils.BeanUtilsBean.copyProperty(BeanUtilsBean.java:391)
at com.puppycrawl.tools.checkstyle.api.AutomaticBean.tryCopyProperty(AutomaticBean.java:217)
at com.puppycrawl.tools.checkstyle.api.AutomaticBean.contextualize(AutomaticBean.java:249)
at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:455)
at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:186)
at org.infernus.idea.checkstyle.service.cmd.OpCreateChecker.execute(OpCreateChecker.java:58)
at org.infernus.idea.checkstyle.service.cmd.OpCreateChecker.execute(OpCreateChecker.java:26)
at org.infernus.idea.checkstyle.service.CheckstyleActionsImpl.executeCommand(CheckstyleActionsImpl.java:126)
at org.infernus.idea.checkstyle.service.CheckstyleActionsImpl.createChecker(CheckstyleActionsImpl.java:56)
at org.infernus.idea.checkstyle.service.CheckstyleActionsImpl.createChecker(CheckstyleActionsImpl.java:47)
at org.infernus.idea.checkstyle.checker.CheckerFactoryWorker.run(CheckerFactoryWorker.java:44)
它是熟悉的人?
您可能希望在https://github.com/checkstyle/checkstyle/issues報告此問題。 – CrazyCoder
由於這發生在IDEA內部,因此它們應該是您的第一個聯繫人,因爲Checkstyle的發佈版本包含'commons-collections',可以毫無問題地工作。 https://github.com/jshiell/checkstyle-idea – rveach
引發[Checkstyle-IDEA]問題(https://github.com/jshiell/checkstyle-idea/issues)。他們會想知道在命令行中運行Checkstyle時是否會發生這種情況。提供完整的配置文件。 –