Skip to content

refactor: convert log calls to parameterized logging in Check framework - #1304

Merged
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:chore/pmd-guard-log/check-framework
Apr 16, 2026
Merged

refactor: convert log calls to parameterized logging in Check framework#1304
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:chore/pmd-guard-log/check-framework

Conversation

@joaodinissf

@joaodinissf joaodinissf commented Apr 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Replace string concatenation, NLS.bind, and MessageFormat.format in log calls with parameterized {} placeholders. Use Supplier/method-refs for lazy argument evaluation where appropriate.

Modules: check.core.test, check.runtime.core, check.runtime.ui, check.ui, checkcfg.core

🤖 Generated with Claude Code

@joaodinissf
joaodinissf marked this pull request as ready for review April 6, 2026 20:27
@joaodinissf
joaodinissf enabled auto-merge (rebase) April 6, 2026 20:30
@joaodinissf
joaodinissf marked this pull request as draft April 6, 2026 20:32
auto-merge was automatically disabled April 6, 2026 20:32

Pull request was converted to draft

Replace string concatenation, NLS.bind, and MessageFormat.format in
log calls with parameterized {} placeholders. Use Supplier/method-refs
for lazy argument evaluation where appropriate.

Modules: check.core.test, check.runtime.core, check.runtime.ui,
check.ui, checkcfg.core

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@joaodinissf
joaodinissf force-pushed the chore/pmd-guard-log/check-framework branch from 82941e2 to e2a2888 Compare April 6, 2026 20:42
@joaodinissf
joaodinissf marked this pull request as ready for review April 7, 2026 18:46
@joaodinissf
joaodinissf requested a review from rubenporras April 7, 2026 18:46
@joaodinissf
joaodinissf enabled auto-merge (rebase) April 8, 2026 20:32
@joaodinissf
joaodinissf merged commit 5eb3aa8 into dsldevkit:master Apr 16, 2026
3 checks passed
@joaodinissf
joaodinissf deleted the chore/pmd-guard-log/check-framework branch April 20, 2026 08:28
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