Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 133594
Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/debug/ui/propertypages/BreakpointConditionEditor.java (-1 lines)
Lines 207-213 Link Here
207
	public void dispose() {
207
	public void dispose() {
208
	    if (fViewer.isEditable()) {
208
	    if (fViewer.isEditable()) {
209
	    	fHandlerService.deactivateHandler(fActivation);
209
	    	fHandlerService.deactivateHandler(fActivation);
210
	    	fHandlerService.dispose();
211
	    }
210
	    }
212
	    fViewer.getDocument().removeDocumentListener(fDocumentListener);
211
	    fViewer.getDocument().removeDocumentListener(fDocumentListener);
213
		fViewer.dispose();
212
		fViewer.dispose();

Return to bug 133594