intellij-lsp/intellij-lsp-plugin

View on GitHub
src/main/scala/com/github/gtache/lsp/client/languageserver/LSPServerStatusWidget.scala

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Avoid using null
Open

    private object ShowTimeouts extends AnAction("&Show timeouts", "Show the timeouts proportions of the server", null) with DumbAware {

Import from illegal package
Open

import java.awt.Point

Import from illegal package
Open

import java.awt.event.MouseEvent

Avoid using null
Open

    private object ShowConnectedFiles extends AnAction("&Show connected files", "Show the files connected to the server", null) with DumbAware {

If block needs braces
Open

          if (total != 0) {

Method name does not match the regular expression '^[a-z][A-Za-z0-9]*$'
Open

  override def ID(): String = projectName + "_" + ext

There are no issues that match your filters.

Category
Status