fixes for IDEA-146191 (IDEA-CR-5680)

(cherry picked from commit 57e4a8a88da00ba19b101ec75066bae7a47e934f)
This commit is contained in:
Egor.Ushakov
2015-10-12 14:56:02 +03:00
parent 7755ed12e7
commit 7b18b38c05
@@ -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) {