Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2004, 2015 IBM Corporation and others.
* Copyright (c) 2004, 2026 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -61,7 +61,6 @@ public void run() {
*/
public void dispose() {
if (creator != null) {
creator.dispose();
creator = null;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private int getAverageCharWidth(Control control) {
* {@link #createMenu()} will be disposed shortly after the SWT.Hide
* event.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "2026-03")
public void dispose() {
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2015 IBM Corporation and others.
* Copyright (c) 2006, 2026 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -164,7 +164,6 @@ public void init(IWorkbenchWindow window) {
public void dispose() {
getWindow().getWorkbench().getWorkingSetManager().removePropertyChangeListener(listener);
super.dispose();
contextMenuCreator.dispose();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2008, 2015 IBM Corporation and others.
* Copyright (c) 2008, 2026 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -65,7 +65,6 @@ public Object execute(ExecutionEvent event) throws ExecutionException {
@Override
public void dispose() {
if (creator != null) {
creator.dispose();
creator = null;
}
}
Expand Down
Loading