From: guillaume.lambert Date: Mon, 26 Jun 2023 07:58:07 +0000 (+0200) Subject: Fix Java coding guide checkstyle modifiers URL X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a71a80197dd1ab92f0171852b40e7277e5d520b5;p=docs.git Fix Java coding guide checkstyle modifiers URL Signed-off-by: guillaume.lambert Change-Id: Idec46e33699a29a59910a3cebaa966da18809c47 (cherry picked from commit bb640fac1da0ddb6bdea5a3d948b4d88746429a9) --- diff --git a/docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst b/docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst index 567a90a24..c468cb940 100644 --- a/docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst +++ b/docs/contributor-guides/coding-guidelines/coding-guidelines-java.rst @@ -17,7 +17,7 @@ See: https://google.github.io/styleguide/javaguide.html - YangTools Design Guidelines (https://wiki-archive.opendaylight.org/view/YANG_Tools:Design_and_Coding_Guidelines) - follow JLS modifier ordering - (http://checkstyle.sourceforge.net/config_modifier.html) + (https://checkstyle.sourceforge.io/checks/modifier/modifierorder.html) - do not use underscores (_) in identifiers, as they trigger warnings with JDK8 - Uppercase " *static final Logger LOG = ...* " (See 5.2.4 examples)