redhat-developer / redhat-developer/lsp4ij

Incorrect capitalization warning

Open
#450 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

devkit enhancement
Dominant language
Java
Stars
344
Forks
113
Avg merge
5h 22m
Merged PRs (30d)
15

Description

I'm getting this warning:

String 'languageServer.presentableName' is not properly capitalized. It should have title capitalization

The warning is for the key name itself rather than the corresponding .properties entry, according to the quick fix.

Perhaps some specialized logic in Plugin DevKit is at play, since the same definitions in, for example, ConfigurableEP.java work perfectly: keys and bundles are recognized as such and can be navigated to via the go-to-definition feature.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the reported languageServer.presentableName warning and quick-fix behavior with the Plugin DevKit handling of ConfigurableEP.java. Trace how the key and its .properties bundle are resolved, then verify that capitalization inspection and navigation apply to the bundle entry rather than the key.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.