mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix exception when trace window closed before evaluation completed
This commit is contained in:
+4
@@ -107,6 +107,10 @@ public class EvaluationAwareTraceWindow extends DialogWrapper {
|
||||
}
|
||||
|
||||
public void setTrace(@NotNull ResolvedTracingResult resolvedTrace, @NotNull EvaluationContextImpl context) {
|
||||
if (Disposer.isDisposed(myDisposable)) {
|
||||
return;
|
||||
}
|
||||
|
||||
final ResolvedStreamChain chain = resolvedTrace.getResolvedChain();
|
||||
|
||||
assert chain.length() == myTabContents.size();
|
||||
|
||||
Reference in New Issue
Block a user