We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d296261 + af8d558 commit e93f4efCopy full SHA for e93f4ef
src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/RefOveruseDiagnostic.java
@@ -37,12 +37,12 @@
37
import com.github._1c_syntax.mdclasses.mdo.AbstractMDObjectComplex;
38
import com.github._1c_syntax.mdclasses.mdo.attributes.TabularSection;
39
import com.github._1c_syntax.utils.CaseInsensitivePattern;
40
+import edu.umd.cs.findbugs.annotations.Nullable;
41
import lombok.AllArgsConstructor;
42
import lombok.Value;
43
import org.antlr.v4.runtime.tree.ParseTree;
44
import org.eclipse.lsp4j.Range;
45
-import javax.annotation.Nullable;
46
import java.util.ArrayList;
47
import java.util.Collection;
48
import java.util.Collections;
0 commit comments