mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
+2
-3
@@ -35,7 +35,6 @@ import com.intellij.openapi.components.ProjectComponent;
|
||||
import com.intellij.openapi.diagnostic.Logger;
|
||||
import com.intellij.openapi.editor.Document;
|
||||
import com.intellij.openapi.editor.Editor;
|
||||
import com.intellij.openapi.editor.ex.DocumentEx;
|
||||
import com.intellij.openapi.editor.ex.EditorMarkupModel;
|
||||
import com.intellij.openapi.editor.ex.MarkupModelEx;
|
||||
import com.intellij.openapi.editor.ex.RangeHighlighterEx;
|
||||
@@ -99,8 +98,8 @@ public class DaemonCodeAnalyzerImpl extends DaemonCodeAnalyzer implements JDOMEx
|
||||
private DaemonCodeAnalyzerSettings myLastSettings;
|
||||
|
||||
private IntentionHintComponent myLastIntentionHint; //guarded by this
|
||||
private volatile boolean myDisposed;
|
||||
private volatile boolean myInitialized;
|
||||
private volatile boolean myDisposed; // the only possible transition: false -> true
|
||||
private volatile boolean myInitialized; // the only possible transition: false -> true
|
||||
|
||||
@NonNls private static final String DISABLE_HINTS_TAG = "disable_hints";
|
||||
@NonNls private static final String FILE_TAG = "file";
|
||||
|
||||
Reference in New Issue
Block a user