intellij-lsp/intellij-lsp-plugin

View on GitHub
src/main/scala/com/github/gtache/lsp/client/connection/ProcessStreamConnectionProvider.scala

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

File line length exceeds 160 characters
Open

    if (this.workingDir == null || this.commands == null || this.commands.isEmpty || this.commands.contains(null)) throw new IOException("Unable to start language server: " + this.toString) //$NON-NLS-1$

Avoid using null
Open

    if (process == null) null

Avoid using null
Open

    if (process == null) null

If block needs braces
Open

    if (process == null) null

Avoid using null
Open

    if (this.workingDir == null || this.commands == null || this.commands.isEmpty || this.commands.contains(null)) throw new IOException("Unable to start language server: " + this.toString) //$NON-NLS-1$

If block needs braces
Open

    if (process == null) null

Imports should be grouped together
Open

    import scala.collection.JavaConverters._

Avoid wildcard imports
Open

    import scala.collection.JavaConverters._

There are no issues that match your filters.

Category
Status