mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixes for IDEA-146191 (IDEA-CR-5680)
(cherry picked from commit 57e4a8a88da00ba19b101ec75066bae7a47e934f)
This commit is contained in:
@@ -327,7 +327,7 @@ public class XDebuggerUtilImpl extends XDebuggerUtil {
|
||||
SmartPointerManager.getInstance(element.getProject()).createSmartPsiElementPointer(element);
|
||||
|
||||
return new XSourcePosition() {
|
||||
private XSourcePosition myDelegate;
|
||||
private volatile XSourcePosition myDelegate;
|
||||
|
||||
private XSourcePosition getDelegate() {
|
||||
if (myDelegate == null) {
|
||||
|
||||
Reference in New Issue
Block a user