intellij-lsp/intellij-lsp-plugin

View on GitHub
src/main/scala/com/github/gtache/lsp/requests/FileEventManager.scala

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

If block needs braces
Open

      if (wrappers != null)

Avoid using null
Open

  private def changedConfiguration(uri: String, typ: FileChangeType, wrapper: LanguageServerWrapper = null): Unit = {

Imports should be grouped together
Open

    import scala.collection.JavaConverters._

Avoid wildcard imports
Open

    import scala.collection.JavaConverters._

If block needs braces
Open

          if (w != wrapper && w.getRequestManager != null && w.getStatus == ServerStatus.STARTED)

There are no issues that match your filters.

Category
Status