From 2e1c0147dfa257f3c8425fa40e44895798e8af2e Mon Sep 17 00:00:00 2001 From: Andrei Selkin Date: Tue, 11 Aug 2015 17:55:49 +0300 Subject: [PATCH] Corrected links on web site (addition), issue #751 --- .../checks/indentation/CommentsIndentationCheck.java | 2 +- .../tools/checkstyle/checks/metrics/JavaNCSSCheck.java | 2 +- src/xdocs/releasenotes.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java b/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java index 88c6a5ae0..fcb4bf13e 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java @@ -31,7 +31,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes; * Comments are indented at the same level as the surrounding code. * Detailed info about such convention can be found * + * "http://checkstyle.sourceforge.net/reports/google-java-style.html#s4.8.6.1-block-comment-style"> * here *

* Examples: diff --git a/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java b/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java index 33d2ce75a..4e38b54ef 100644 --- a/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java +++ b/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java @@ -29,7 +29,7 @@ import com.puppycrawl.tools.checkstyle.api.TokenTypes; /** * This check calculates the Non Commenting Source Statements (NCSS) metric for * java source files and methods. The check adheres to the JavaNCSS specification + * href="http://www.kclee.com/clemens/java/javancss">JavaNCSS specification * and gives the same results as the JavaNCSS tool. * * The NCSS-metric tries to determine complexity of methods, classes and files diff --git a/src/xdocs/releasenotes.xml b/src/xdocs/releasenotes.xml index 6f50a38f9..e070b4ae4 100644 --- a/src/xdocs/releasenotes.xml +++ b/src/xdocs/releasenotes.xml @@ -458,7 +458,7 @@ Use SHA-1 instead on non-standard SHA in PropertyCacheFile. Author: Michal Kordas #1251

  • - Add TravisCI build for assembly creation. Author: Michal Kordas #1204 + Add TravisCI build for assembly creation. Author: Michal Kordas #1204
  • Provide additional regression test for ParenPad check. Author: Michal Kordas #1189 @@ -1247,7 +1247,7 @@ Fix for typos in documentation, fixes for Sonar violations, pom formatting, latest JUnit 4.12, .... . Author: Michal Kordas
  • - google-style-config-test project for Google style is introduces, google_style wiki was updated. Author: Max Vetrenko + google-style-config-test project for Google style is introduces, google_style wiki was updated. Author: Max Vetrenko
  • New maven profile "assembly" for quick build without any report and checks has been created . Author: Ilja Dubinin @@ -1313,7 +1313,7 @@ Various documentation/spelling issues with AnnotationLocationCheck. Author: Roman Ivanov. #356
  • - Multidimensional arrays can be parsed now. Author: Ilja Dubinin. #304 + Multidimensional arrays can be parsed now. Author: Ilja Dubinin. #304
  • Breaking backward compatibility: