diff --git a/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java b/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java index 96ecd3be13..357dae7bd2 100644 --- a/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java +++ b/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2015 IBM Corporation and others. + * Copyright (c) 2000, 2023 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -54,11 +54,12 @@ import org.eclipse.ui.PlatformUI; /** - * This tab appears for java applet launch configurations and allows the user to edit - * applet-specific attributes such as width, height, name & applet parameters. + * This tab appears for java applet launch configurations and allows the user to edit applet-specific attributes such as width, height, name & + * applet parameters. *
* This class may be instantiated. *
+ * * @since 2.1 * @noextend This class is not intended to be sub-classed by clients. */ @@ -73,17 +74,11 @@ public class AppletParametersTab extends JavaLaunchTab { private class AppletTabListener extends SelectionAdapter implements ModifyListener { - /* (non-Javadoc) - * @see org.eclipse.swt.events.ModifyListener#modifyText(org.eclipse.swt.events.ModifyEvent) - */ @Override public void modifyText(ModifyEvent e) { updateLaunchConfigurationDialog(); } - /* (non-Javadoc) - * @see org.eclipse.swt.events.SelectionListener#widgetSelected(org.eclipse.swt.events.SelectionEvent) - */ @Override public void widgetSelected(SelectionEvent e) { Object source= e.getSource(); @@ -119,9 +114,6 @@ public void widgetSelected(SelectionEvent e) { */ private TableViewer fViewer; - /** - * @see org.eclipse.debug.ui.ILaunchConfigurationTab#createControl(Composite) - */ @Override public void createControl(Composite parent) { Composite comp = SWTFactory.createComposite(parent, 1, 1, GridData.FILL_HORIZONTAL); @@ -248,9 +240,6 @@ public void removeListener(ILabelProviderListener listener) { } - /** - * @see org.eclipse.debug.ui.ILaunchConfigurationTab#isValid(ILaunchConfiguration) - */ @Override public boolean isValid(ILaunchConfiguration launchConfig) { setErrorMessage(null); @@ -349,9 +338,6 @@ private Mapfinally
or synchronized
block enclosing the current
* instruction.
* finally
block, the operation reduces to the above case.
+ * finally
block, the operation reduces to the above case.ll
* finally
block, the VM creates a VM exception and activates the finally
block with it. If
* this exception eventually causes the stack frame to be popped, the exception is caught by the VM itself, the return value is returned, and
* execution continues back in the caller.
- * finally
block manifests itself as (and is indistinguishable from) a catch Throwable
block.
diff --git a/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/VirtualMachine.java b/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/VirtualMachine.java
index dc4b074ea0..24b2509b9b 100644
--- a/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/VirtualMachine.java
+++ b/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/hcr/VirtualMachine.java
@@ -91,6 +91,7 @@ public interface VirtualMachine {
*
* Subsequent references to classes will work with the new class definition. Note the existing com.sun.jdi.ReferenceType
,