Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-01-17 01:36:01 +0000
committerEugene Tarassov2013-01-17 01:36:01 +0000
commite9aa9b779b819280a5ac46d37603eb821e2f339c (patch)
tree18003e3d3705a8e400826c39642d401d8d63d079 /plugins
parent7d6cc3f1bad448afd39f269a5ef1d10eaebdd2e0 (diff)
downloadorg.eclipse.tcf-e9aa9b779b819280a5ac46d37603eb821e2f339c.tar.gz
org.eclipse.tcf-e9aa9b779b819280a5ac46d37603eb821e2f339c.tar.xz
org.eclipse.tcf-e9aa9b779b819280a5ac46d37603eb821e2f339c.zip
TCF Debugger: fixed regression: NPE in TCF annotation manager when Eclipse exits
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFAnnotationManager.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFAnnotationManager.java b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFAnnotationManager.java
index aec34b725..a82e00f24 100644
--- a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFAnnotationManager.java
+++ b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/model/TCFAnnotationManager.java
@@ -260,7 +260,6 @@ public class TCFAnnotationManager {
assert windows.get(window) != null;
window.getSelectionService().removeSelectionListener(
IDebugUIConstants.ID_DEBUG_VIEW, selection_listener);
- window.getActivePage().removePartListener(part_listener);
windows.remove(window).dispose();
}

Back to the top