Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Validate preferences in lsp console #222

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Clean up and add missing docs

80a1f95
Select commit
Loading
Failed to load commit list.
Open

feat: Validate preferences in lsp console #222

Clean up and add missing docs
80a1f95
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 24, 2024 in 1s

0.00% of diff hit (target 18.47%)

View this Pull Request on Codecov

0.00% of diff hit (target 18.47%)

Annotations

Check warning on line 74 in src/main/java/com/redhat/devtools/lsp4ij/launching/ui/NewLanguageServerDialog.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/launching/ui/NewLanguageServerDialog.java#L74

Added line #L74 was not covered by tests

Check warning on line 169 in src/main/java/com/redhat/devtools/lsp4ij/launching/ui/NewLanguageServerDialog.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/launching/ui/NewLanguageServerDialog.java#L169

Added line #L169 was not covered by tests

Check warning on line 75 in src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java#L75

Added line #L75 was not covered by tests

Check warning on line 291 in src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java#L291

Added line #L291 was not covered by tests

Check warning on line 418 in src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java#L418

Added line #L418 was not covered by tests

Check warning on line 423 in src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/LanguageServerView.java#L423

Added line #L423 was not covered by tests

Check warning on line 28 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 31 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 41 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 45 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L45

Added line #L45 was not covered by tests

Check warning on line 48 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L48

Added line #L48 was not covered by tests

Check warning on line 52 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L52

Added line #L52 was not covered by tests

Check warning on line 55 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/CommandLineWidget.java#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 70 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 88 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L88

Added line #L88 was not covered by tests

Check warning on line 92 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L92

Added line #L92 was not covered by tests

Check warning on line 96 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L96

Added line #L96 was not covered by tests

Check warning on line 194 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L194

Added line #L194 was not covered by tests

Check warning on line 261 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L260-L261

Added lines #L260 - L261 were not covered by tests

Check warning on line 263 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L263

Added line #L263 was not covered by tests

Check warning on line 265 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L265

Added line #L265 was not covered by tests

Check warning on line 267 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L267

Added line #L267 was not covered by tests

Check warning on line 269 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L269

Added line #L269 was not covered by tests

Check warning on line 273 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L273

Added line #L273 was not covered by tests

Check warning on line 277 in src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/LanguageServerPanel.java#L276-L277

Added lines #L276 - L277 were not covered by tests