File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/test/java/net/seesharpsoft/intellij/plugins/csv Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11package net .seesharpsoft .intellij .plugins .csv ;
22
3- import com .intellij .codeInsight .daemon .impl .DaemonCodeAnalyzerImpl ;
43import com .intellij .codeInsight .daemon .impl .HighlightInfo ;
54import com .intellij .codeInsight .daemon .impl .HighlightInfoType ;
65import com .intellij .openapi .Disposable ;
7- import com .intellij .openapi .editor .Document ;
86import com .intellij .openapi .project .DumbService ;
97import com .intellij .openapi .project .Project ;
108import com .intellij .openapi .util .Disposer ;
@@ -72,11 +70,6 @@ private long collectAndCheckHighlighting(@NotNull ExpectedHighlightingData data)
7270
7371 long elapsed = System .currentTimeMillis () - start ;
7472 data .checkResult (infos , file .getText ());
75- if (data .hasLineMarkers ()) {
76- Document document = myFixture .getDocument (this .getFile ());
77- data .checkLineMarkers (DaemonCodeAnalyzerImpl .getLineMarkers (document , myFixture .getProject ()), document .getText ());
78- }
79-
8073 hardRefToFileElement .hashCode ();
8174 return elapsed ;
8275 }
You can’t perform that action at this time.
0 commit comments