Skip to content

chore: remove orphan CHECKSTYLE:OFF in CheckCfgOutlineTreeProvider#1392

Merged
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/checkcfg-outline-stray-checkstyle-off
Jun 1, 2026
Merged

chore: remove orphan CHECKSTYLE:OFF in CheckCfgOutlineTreeProvider#1392
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/checkcfg-outline-stray-checkstyle-off

Conversation

@joaodinissf

Copy link
Copy Markdown
Collaborator

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 (line 51). The file otherwise uses a self-contained per-method OFF/ON pair around each _text(...) dispatch signature (49/51, 75/77, 112/115); the orphan is removed so the surrounding code is checked again.

Found by a repo-wide inconsistency sweep.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@joaodinissf joaodinissf marked this pull request as ready for review May 30, 2026 16:30
@joaodinissf joaodinissf enabled auto-merge (rebase) May 30, 2026 16:35
@joaodinissf joaodinissf merged commit 2f8bd34 into dsldevkit:master Jun 1, 2026
4 checks passed
@joaodinissf joaodinissf deleted the fix/checkcfg-outline-stray-checkstyle-off branch June 1, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants