From 742438124c662b0926019109c858658277466687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Tue, 28 May 2024 13:38:09 +0200 Subject: [PATCH] Update coding-conventions.adoc --- documentation/coding-conventions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/coding-conventions.adoc b/documentation/coding-conventions.adoc index 5e96b1c48..0c913cc14 100644 --- a/documentation/coding-conventions.adoc +++ b/documentation/coding-conventions.adoc @@ -62,7 +62,7 @@ A https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29[summary] can Most important explicit aspects are: -* Do not push out-commented code (see also https://rules.sonarsource.com/java/RSPEC-125/[RSPEC-125] rule from SonarQube) +* Do not push out-commented code (see also https://reconvolution.blogspot.com/2017/12/dont-pollute-codebase-with-commented-out-code.html[rationale] and https://rules.sonarsource.com/java/RSPEC-125/[RSPEC-125] rule from SonarQube) == Catching and handling Exceptions When catching exceptions always ensure the following: