Problem im checkstyle-Konfiguration in IntelliJ Idea

Mein Ziel ist die Implementierung von Google, die Java-Stil Checkstyle wie bereits in https://google-styleguide.googlecode.com/svn-history/r130/trunk/javaguide.html .

In IntelliJ habe ich aktiviert Checkstyle-plugin und versuchen-zu-Punkt checkstyle xml (heruntergeladen von https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml).

Bekam ich folgende exception:

Property 'fileExtensions' in module Checker does not exist

obwohl diese Eigenschaft definiert wird, in der xml als

<property name="fileExtensions" value="java, properties, xml"/>

Ausnahmedetails:

org.infernus.idea.checkstyle.exception.CheckStylePluginException:
The CheckStyle rules file could not be loaded.
Property 'fileExtensions' in module Checker does not exist, please check the documentation
at org.infernus.idea.checkstyle.checker.CheckerFactory.blacklistAndShowMessage(CheckerFactory.java:248)
at org.infernus.idea.checkstyle.checker.CheckerFactory.createChecker(CheckerFactory.java:202)
InformationsquelleAutor Anirban Pal | 2015-03-30
Schreibe einen Kommentar