From 9f0e73b413bcb682f47ce6a3d65692666c7ceab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 30 May 2026 18:16:03 +0200 Subject: [PATCH] chore: remove orphan CHECKSTYLE:OFF in CheckCfgOutlineTreeProvider A stray // CHECKSTYLE:OFF sat after the @Inject fields with no matching // CHECKSTYLE:ON, so checkstyle was silently disabled from there until the first _text() method's ON. The file otherwise uses a self-contained per-method OFF/ON around each dispatch signature; drop the orphan so the surrounding code is checked again. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../ddk/checkcfg/ui/outline/CheckCfgOutlineTreeProvider.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/com.avaloq.tools.ddk.checkcfg.ui/src/com/avaloq/tools/ddk/checkcfg/ui/outline/CheckCfgOutlineTreeProvider.java b/com.avaloq.tools.ddk.checkcfg.ui/src/com/avaloq/tools/ddk/checkcfg/ui/outline/CheckCfgOutlineTreeProvider.java index 67165394fe..6836a70f0c 100644 --- a/com.avaloq.tools.ddk.checkcfg.ui/src/com/avaloq/tools/ddk/checkcfg/ui/outline/CheckCfgOutlineTreeProvider.java +++ b/com.avaloq.tools.ddk.checkcfg.ui/src/com/avaloq/tools/ddk/checkcfg/ui/outline/CheckCfgOutlineTreeProvider.java @@ -33,8 +33,6 @@ public class CheckCfgOutlineTreeProvider extends DefaultOutlineTreeProvider { @Inject private StylerFactory stylerFactory; - // CHECKSTYLE:OFF - /** * Gets the outline node text for a configured catalog. Tries to resolve linked catalog's name. * If the reference is not resolvable, an appropriate unresolved label is returned.