From 2e225a00fdd3397a5d0ee14580fc1c1aacfa6f9d Mon Sep 17 00:00:00 2001 From: jkf Date: Sat, 25 May 2019 18:54:41 +0200 Subject: [PATCH] checkstyle.org has https site --- check.xml | 2 +- manual/tutorial-tasks-filesets-properties.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check.xml b/check.xml index 856288233..d18c468d0 100644 --- a/check.xml +++ b/check.xml @@ -23,7 +23,7 @@ and Nu Html Checker (v.Nu). Checkstyle uses an abstract syntax tree (AST) for doing checks - against Java sources. It is available at http://checkstyle.sourceforge.net/ + against Java sources. It is available at https://checkstyle.org/ under GPL 2.1 license. "Apache Rat is a release audit tool, focused on licenses." It is available diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html index 3a5ca2353..b9892ff1f 100644 --- a/manual/tutorial-tasks-filesets-properties.html +++ b/manual/tutorial-tasks-filesets-properties.html @@ -781,7 +781,7 @@ run ant test (like above).

the Ant Task Guidelines [6] which includes the Sun code style [9]). Because there are so many things we would be happy to have a tool for do the checks. There is one: -checkstyle. Checkstyle is available at Sourceforge [10] +checkstyle. Checkstyle is available at Sourceforge [10] and Ant provides with the check.xml a buildfile which will do the job for us.

Download it and put the checkstyle-*-all.jar into your %USERPROFILE%\.ant\lib directory. @@ -866,7 +866,7 @@ and the steps described there if you haven't one.

target="_top">https://www.oracle.com/technetwork/java/archive-139210.html
  • https://www.oracle.com/technetwork/java/codeconvtoc-136057.html
  • -
  • http://checkstyle.sourceforge.net/
  • +
  • https://checkstyle.org/
  • https://issues.apache.org/bugzilla/
  • https://issues.apache.org/bugzilla/createaccount.cgi