Skip to content

Commit

Permalink
Tweaked generic error message to highlight blacklisting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Jul 12, 2015
1 parent 35804fd commit 5fdbe5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions CheckStyle-IDEA.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
<entry key="check-test-classes" value="false" />
<entry key="location-0" value="LOCAL_FILE:$PRJ_DIR$/test-configs/amigo-cs5.0.xml:A2" />
<entry key="location-1" value="LOCAL_FILE:$PRJ_DIR$/test-configs/amigo-cs5.0.xml:Amigo" />
<entry key="location-10" value="CLASSPATH:/sun_checks.xml:The default CheckStyle rules" />
<entry key="location-2" value="LOCAL_FILE:$PRJ_DIR$/test-configs/yazino-checkstyle-rules.xml:Yazino" />
<entry key="location-3" value="LOCAL_FILE:$PRJ_DIR$/test-configs/checkstyle-with-header.xml:With header" />
<entry key="location-4" value="LOCAL_FILE:$PRJ_DIR$/test-configs/issue-164/checkstyle.xml:Issue 164" />
<entry key="location-5" value="LOCAL_FILE:$PRJ_DIR$/test-configs/issue-98.xml:Issue 98" />
<entry key="location-6" value="LOCAL_FILE:$PRJ_DIR$/test-configs/testy.jar!/yazino-checkstyle-rules.xml:JAR test" />
<entry key="location-7" value="LOCAL_FILE:$PRJ_DIR$/test-configs/man-checkstyle.xml:Man" />
<entry key="location-8" value="LOCAL_FILE:$PRJ_DIR$/test-configs/man-checkstyle.xml:Man2" />
<entry key="location-9" value="LOCAL_FILE:$PRJ_DIR$/test-configs/sonar.xml:Sonar" />
<entry key="location-10" value="LOCAL_FILE:$PRJ_DIR$/test-configs/checkstyle-with-header.xml:With header" />
<entry key="location-2" value="LOCAL_FILE:$PRJ_DIR$/test-configs/issue-164/checkstyle.xml:Issue 164" />
<entry key="location-3" value="LOCAL_FILE:$PRJ_DIR$/test-configs/issue-98.xml:Issue 98" />
<entry key="location-4" value="LOCAL_FILE:$PRJ_DIR$/test-configs/testy.jar!/yazino-checkstyle-rules.xml:JAR test" />
<entry key="location-5" value="LOCAL_FILE:$PRJ_DIR$/test-configs/man-checkstyle.xml:Man" />
<entry key="location-6" value="LOCAL_FILE:$PRJ_DIR$/test-configs/man-checkstyle.xml:Man2" />
<entry key="location-7" value="LOCAL_FILE:$PRJ_DIR$/test-configs/sonar.xml:Sonar" />
<entry key="location-8" value="CLASSPATH:/sun_checks.xml:The default CheckStyle rules" />
<entry key="location-9" value="LOCAL_FILE:$PRJ_DIR$/test-configs/yazino-checkstyle-rules.xml:Yazino" />
<entry key="property-2.checkstyle.suppressions.file" value="$PROJECT_DIR$/test-configs/yazino-checkstyle-suppressions.xml" />
<entry key="property-4.checkstyle.suppressions.file" value="$PROJECT_DIR$/test-configs/yazino-checkstyle-suppressions.xml" />
<entry key="property-5.samedir" value="" />
<entry key="property-6.checkstyle.suppressions.file" value="yazino-checkstyle-suppressions.xml" />
<entry key="property-3.samedir" value="" />
<entry key="property-4.checkstyle.suppressions.file" value="yazino-checkstyle-suppressions.xml" />
<entry key="property-9.checkstyle.suppressions.file" value="$PROJECT_DIR$/test-configs/yazino-checkstyle-suppressions.xml" />
<entry key="suppress-errors" value="false" />
<entry key="thirdparty-classpath" value="$PROJECT_DIR$/../Third Party/CreateYourOwnCheckStyleCheck/BlundellCheckstyle/target/blundell-checkstyle-checks-1.0.jar;$PRJ_DIR$/test-configs/issue-164/vdna-checkstyle-2.1.1-SNAPSHOT.jar" />
</map>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inspection.display-name=CheckStyle real-time scan

checkstyle.not-found.SuppressionFilter=<html>The CheckStyle suppression filter file<br>was not found and will be ignored</html>
checkstyle.file-not-found=<html>The CheckStyle rules file could not be read</html>
checkstyle.checker-failed=<html><b>The CheckStyle rules file could not be loaded.</b><br>{0}</html>
checkstyle.checker-failed=<html><b>The CheckStyle rules file could not be loaded.</b><br>{0}<br>The file has been blacklisted for 60s.</html>
checkstyle.could-not-read-properties=<html>Properties could not be read from the CheckStyle configuration file</html>
checkstyle.double-checked-locking=<html>The CheckStyle configuration file is not compatible with CheckStyle 5.6.<br>Please remove the DoubleCheckingLocking check.</html>

Expand Down

0 comments on commit 5fdbe5d

Please sign in to comment.