From 7a4c3acf5b38e213a327fe1b3aa916fbc384a285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Mon, 22 Dec 2025 13:20:01 +0200 Subject: [PATCH 1/2] Fix javadoc problems --- .../tests/launching/LaunchConfigurationTests.java | 13 +++---------- .../view/core/ITerminalsConnectorConstants.java | 11 +++++++---- .../view/ui/internal/LauncherDelegateManager.java | 9 ++++----- .../internal/preferences/NoteCompositeHelper.java | 7 ++++--- .../view/ui/internal/tabs/TabTerminalListener.java | 6 +----- .../ui/launcher/ITerminalConsoleViewManager.java | 5 +++-- .../internal/test/terminalcanvas/VirtualCanvas.java | 5 +---- .../eclipse/terminal/model/TerminalColorUITest.java | 4 ++-- 8 files changed, 25 insertions(+), 35 deletions(-) diff --git a/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchConfigurationTests.java b/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchConfigurationTests.java index 90d6fe0a736..8210d24d98a 100644 --- a/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchConfigurationTests.java +++ b/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchConfigurationTests.java @@ -953,9 +953,6 @@ public void testPersistIndex() throws CoreException { } - /** - * @see org.eclipse.debug.core.ILaunchConfigurationListener#launchConfigurationAdded(org.eclipse.debug.core.ILaunchConfiguration) - */ @Override public void launchConfigurationAdded(ILaunchConfiguration configuration) { fFrom = getLaunchManager().getMovedFrom(configuration); @@ -965,16 +962,10 @@ public void launchConfigurationAdded(ILaunchConfiguration configuration) { } } - /** - * @see org.eclipse.debug.core.ILaunchConfigurationListener#launchConfigurationChanged(org.eclipse.debug.core.ILaunchConfiguration) - */ @Override public void launchConfigurationChanged(ILaunchConfiguration configuration) { } - /** - * @see org.eclipse.debug.core.ILaunchConfigurationListener#launchConfigurationRemoved(org.eclipse.debug.core.ILaunchConfiguration) - */ @Override public void launchConfigurationRemoved(ILaunchConfiguration configuration) { fTo = getLaunchManager().getMovedTo(configuration); @@ -1337,7 +1328,9 @@ public void launchesTerminated(ILaunch[] launches) { /** * Do not return null or throw on cancel * - * @see https://github.com/eclipse-platform/eclipse.platform/issues/2009 + * @see Issue + * 2009 * @see org.eclipse.debug.core.ILaunchConfiguration#launch(String, * IProgressMonitor) */ diff --git a/terminal/bundles/org.eclipse.terminal.view.core/src/org/eclipse/terminal/view/core/ITerminalsConnectorConstants.java b/terminal/bundles/org.eclipse.terminal.view.core/src/org/eclipse/terminal/view/core/ITerminalsConnectorConstants.java index f19784733cb..e9339ac29ad 100644 --- a/terminal/bundles/org.eclipse.terminal.view.core/src/org/eclipse/terminal/view/core/ITerminalsConnectorConstants.java +++ b/terminal/bundles/org.eclipse.terminal.view.core/src/org/eclipse/terminal/view/core/ITerminalsConnectorConstants.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2011, 2018 Wind River Systems, Inc. and others. All rights reserved. + * Copyright (c) 2011, 2025 Wind River Systems, Inc. and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License 2.0 which accompanies this distribution, and is * available at https://www.eclipse.org/legal/epl-2.0/ @@ -27,6 +27,7 @@ public interface ITerminalsConnectorConstants { * Property: The unique id of the terminals view to open. *

* Property Type: {@link String} + *

*/ public static final String PROP_ID = "id"; //$NON-NLS-1$ @@ -34,6 +35,7 @@ public interface ITerminalsConnectorConstants { * Property: The unique secondary id of the terminals view to open. *

* Special values: + *

*