From 814d1fa9f3376b4e00b6a7772a8d8d37bbf49835 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 18 Feb 2019 23:31:20 +0200 Subject: Bug 543933 - Build javadocs with Java 11 After fixing majority of Xdoclint:html issues there are warnings even with Xdoclint:none. Change-Id: I8d4ec9e2b5bfa137526e8bee0d00a3c9fef0eddb Signed-off-by: Alexander Kurtakov --- .../org/eclipse/debug/internal/ui/actions/ExecutionAction.java | 3 ++- .../ui/org/eclipse/debug/ui/IDebugUIConstants.java | 9 ++++++--- .../ui/org/eclipse/debug/ui/ILaunchShortcut.java | 9 +++++---- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'org.eclipse.debug.ui') diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ExecutionAction.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ExecutionAction.java index 07d0a51f8..dafdae0a4 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ExecutionAction.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ExecutionAction.java @@ -26,7 +26,8 @@ import org.eclipse.ui.IActionDelegate2; import org.eclipse.ui.IWorkbenchWindow; /** - * This is the super class of the Run & Debug actions which appears in the desktop menu and toolbar. + * This is the super class of the Run & Debug actions which appears in the + * desktop menu and toolbar. */ public abstract class ExecutionAction implements IActionDelegate2 { diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java index 309e490eb..cfb8d5028 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java @@ -184,7 +184,8 @@ public interface IDebugUIConstants { String PREF_REUSE_EDITOR = PLUGIN_ID + ".reuse_editor"; //$NON-NLS-1$ /** - * Integer preference that specifies the length of the Run & Debug launch history lists. + * Integer preference that specifies the length of the Run & Debug launch + * history lists. * * @since 2.0 */ @@ -473,13 +474,15 @@ public interface IDebugUIConstants { String IMG_OBJS_BREAKPOINT_GROUP_DISABLED = "IMG_OBJS_BREAKPOINT_GROUP_DISABLED"; //$NON-NLS-1$ /** - * Enabled watchpoint image identifier (access & modification). + * Enabled watchpoint image identifier (access & modification). + * * @since 3.0 */ String IMG_OBJS_WATCHPOINT= "IMG_OBJS_WATCHPOINT"; //$NON-NLS-1$ /** - * Disabled watchpoint image identifier (access & modification). + * Disabled watchpoint image identifier (access & modification). + * * @since 3.0 */ String IMG_OBJS_WATCHPOINT_DISABLED= "IMG_OBJS_WATCHPOINT_DISABLED"; //$NON-NLS-1$ diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java index c3adfdcf9..9c421cbfc 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchShortcut.java @@ -33,6 +33,7 @@ import org.eclipse.ui.IEditorPart; * A launch shortcut extension is defined in plugin.xml. Following * is an example definition of a launch shortcut extension. *

+ * *
  * <extension point="org.eclipse.debug.ui.launchShortcuts">
  *    <shortcut
@@ -116,9 +117,9 @@ import org.eclipse.ui.IEditorPart;
  * org.eclipse.debug.ui.actions.ILaunchable interface is simply
  * used to tag objects that support contextual launching.
  * 
  • contextLabel zero or more context menu labels. For shortcuts - * that pass their filter tests, the specified label will appear in the "Run ->" - * context menu and be bound to a launch action of the specified mode (e.g. - * run,debug,profile).
  • + * that pass their filter tests, the specified label will appear in the "Run + * ->" context menu and be bound to a launch action of the specified mode + * (e.g. run,debug,profile). *
  • configurationType allows more that one associated launch * configuration type to be specified for this launch shortcut. That way * consumers of launch shortcut information can know what kinds of launch @@ -131,7 +132,7 @@ import org.eclipse.ui.IEditorPart; * Clients contributing a launch shortcut are intended to implement this * interface. *

    - * + * * @since 2.0 */ public interface ILaunchShortcut { -- cgit v1.2.1