Skip to content

fix: correct NLS bundle name in xtext.ui Messages#1384

Merged
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/xtext-ui-messages-bundle-name
Jun 1, 2026
Merged

fix: correct NLS bundle name in xtext.ui Messages#1384
joaodinissf merged 1 commit into
dsldevkit:masterfrom
joaodinissf:fix/xtext-ui-messages-bundle-name

Conversation

@joaodinissf

Copy link
Copy Markdown
Collaborator

Messages.BUNDLE_NAME was "om.avaloq.tools.ddk.xtext.ui" — missing the leading c and the .messages segment — so NLS.initializeMessages could not find com/avaloq/tools/ddk/xtext/ui/messages.properties, leaving every Messages field as an unresolved-key placeholder.

Corrected to "com.avaloq.tools.ddk.xtext.ui.messages", matching the properties-file location and the sibling Messages classes (e.g. check.validation.Messages…check.validation.messages).

Found by a repo-wide inconsistency sweep.

🤖 Generated with Claude Code

BUNDLE_NAME was "om.avaloq.tools.ddk.xtext.ui" — missing the leading 'c' and
the ".messages" segment — so NLS.initializeMessages could not locate
com/avaloq/tools/ddk/xtext/ui/messages.properties and every Messages field
fell back to an unresolved-key placeholder. Corrected to
"com.avaloq.tools.ddk.xtext.ui.messages", matching the properties file
location and the sibling Messages classes (e.g. check.validation.Messages).

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 15:56
@joaodinissf joaodinissf enabled auto-merge (rebase) May 30, 2026 15:56
@joaodinissf joaodinissf merged commit f33a04b into dsldevkit:master Jun 1, 2026
4 checks passed
@joaodinissf joaodinissf deleted the fix/xtext-ui-messages-bundle-name branch June 1, 2026 07:34
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