Skip to content

Annotate many capability classes for CF#1001

Merged
DavyLandman merged 3 commits intomainfrom
fix/997-capability-nulls
Mar 2, 2026
Merged

Annotate many capability classes for CF#1001
DavyLandman merged 3 commits intomainfrom
fix/997-capability-nulls

Conversation

@toinehartman
Copy link
Copy Markdown
Member

@toinehartman toinehartman commented Mar 2, 2026

Annotate & fix nullability in capabilities, following the work of #996.

Closes #997.

@toinehartman toinehartman self-assigned this Mar 2, 2026
@toinehartman toinehartman added the bug Something isn't working label Mar 2, 2026
}


package org.eclipse.lsp4j;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not all LSP4J classes related to capabilities, since there are very many. However, this is a good start that I think covers the ones that we're most likely to use (and some more). I think we should make a habit of updating these stubs when we expand to new capabilities.

@toinehartman toinehartman marked this pull request as draft March 2, 2026 14:39
@toinehartman toinehartman marked this pull request as ready for review March 2, 2026 15:18
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 2, 2026

@toinehartman toinehartman requested a review from DavyLandman March 2, 2026 15:47
@DavyLandman DavyLandman merged commit f8ddb48 into main Mar 2, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider possible nulls in capability objects

2 participants