From daba2d8c1af02784f39890b40ffebd1cf085d6ba Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 2 Jan 2007 14:11:30 +0000 Subject: [PATCH] [cleanup] remove warnings --- .../src/org/eclipse/rse/core/model/IHost.java | 5 +---- .../rse/core/subsystems/IConnectorService.java | 12 +++++------- .../rse/core/subsystems/IRemoteObjectResolver.java | 2 -- .../rse/core/subsystems/ISubSystemConfiguration.java | 8 +------- .../subsystems/ISubSystemConfigurationProxy.java | 2 +- 5 files changed, 8 insertions(+), 21 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java index e456d08ed99..b427300495f 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java @@ -57,7 +57,7 @@ public interface IHost extends IRSEModelObject /** * Return the subsystem instances under this connection. - * Just a shortcut to {@link org.eclipse.rse.model.ISystemRegistry#getSubSystems(IHost)} + * Just a shortcut to {@link org.eclipse.rse.core.model.ISystemRegistry#getSubSystems(IHost)} */ public ISubSystem[] getSubSystems(); @@ -187,9 +187,6 @@ public interface IHost extends IRSEModelObject * * @return the value of the 'Offline' attribute. * @see #setOffline(boolean) - * @see org.eclipse.rse.model.ModelPackage#getSystemConnection_Offline() - * @model - * @generated */ boolean isOffline(); diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java index 7d3d880ef3f..928d686d4bc 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java @@ -170,7 +170,6 @@ public interface IConnectorService extends IRSEModelObject * If not currently set in transient memory, prompts the user for a password. *

* Throws InterruptedException if user is prompted and user cancels that prompt. - * @param shell parent for the prompt dialog if needed. Can be null if know password exists. * @param forcePrompt forces the prompt dialog to be displayed even if the password is currently * in memory. */ @@ -262,7 +261,7 @@ public interface IConnectorService extends IRSEModelObject /** * Returns the value of the 'Remote Server Launcher' containment reference. - * It is bidirectional and its opposite is '{@link org.eclipse.rse.core.subsystems.IServerLauncherProperties#getParentSubSystem Parent Sub System}'. + * It is bidirectional and its opposite is '{@link org.eclipse.rse.core.subsystems.IServerLauncherProperties#getConnectorService()}'. * *

* Get the remote server launcher, which may be null. This an optional object containing @@ -270,22 +269,21 @@ public interface IConnectorService extends IRSEModelObject *

* * @return the value of the 'Remote Server Launcher' containment reference. - * @see #setRemoteServerLauncher(IServerLauncherProperties) - * @see org.eclipse.rse.core.subsystems.SubsystemsPackage#getSubSystem_RemoteServerLauncher() - * @see org.eclipse.rse.core.subsystems.IServerLauncherProperties#getParentSubSystem + * @see #setRemoteServerLauncherProperties(IServerLauncherProperties) + * @see org.eclipse.rse.core.subsystems.IServerLauncherProperties#getConnectorService() * @model opposite="parentSubSystem" containment="true" * @generated */ IServerLauncherProperties getRemoteServerLauncherProperties(); /** - * Sets the value of the '{@link org.eclipse.rse.core.subsystems.ISubSystem#getRemoteServerLauncher Remote Server Launcher}' containment reference. + * Sets the value of the '{@link org.eclipse.rse.core.subsystems.IConnectorService#getRemoteServerLauncherProperties()}' containment reference. * * Set the remote server launcher, which is an optional object containing * properties used to launch the remote server that communicates with this subsystem. * * @param value the new value of the 'Remote Server Launcher' containment reference. - * @see #getRemoteServerLauncher() + * @see #getRemoteServerLauncherProperties() * @generated */ void setRemoteServerLauncherProperties(IServerLauncherProperties value); diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteObjectResolver.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteObjectResolver.java index 89bf224c1b1..17595edbdfa 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteObjectResolver.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteObjectResolver.java @@ -27,8 +27,6 @@ public interface IRemoteObjectResolver *

* Return the remote object within the subsystem that corresponds to * the specified unique ID. - *

- * This is the functional opposite of {@link org.eclipse.rse.ui.view.ISystemRemoteElementAdapter#getAbsoluteName(Object)}. */ public Object getObjectWithAbsoluteName(String key) throws Exception; } \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java index dd304ab92f1..1f494e0da11 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java @@ -136,8 +136,6 @@ public interface ISubSystemConfiguration extends ISystemFilterPoolManagerProvide /** * Return true if you support user-defined actions for the remote system objects returned from expansion of * subsystems created by this subsystem factory - * @see #getActionSubSystem(ISubSystem) - * @see #supportsUserDefinedActions(ISelection) *

Returns false in default implementation. */ public boolean supportsUserDefinedActions(); @@ -145,7 +143,6 @@ public interface ISubSystemConfiguration extends ISystemFilterPoolManagerProvide /** * Return true if you support compile actions for the remote system objects returned from expansion of * subsystems created by this subsystem factory. - * @see #getCompileManager() *

Returns false in default implementation. */ public boolean supportsCompileActions(); @@ -172,7 +169,6 @@ public interface ISubSystemConfiguration extends ISystemFilterPoolManagerProvide * the server launcher to decide if a given remote server launch type is supported or not. *
We return true by default. * @see org.eclipse.rse.core.subsystems.ServerLaunchType - * @see #getServerLauncherForm(Shell, ISystemMessageLine) */ public boolean supportsServerLaunchType(ServerLaunchType serverLaunchType); @@ -245,7 +241,7 @@ public interface ISubSystemConfiguration extends ISystemFilterPoolManagerProvide /** * Return the category this subsystem factory subscribes to. - * @see org.eclipse.rse.model.ISubSystemConfigurationCategories + * @see org.eclipse.rse.core.model.ISubSystemConfigurationCategories */ public String getCategory(); /** @@ -353,12 +349,10 @@ public interface ISubSystemConfiguration extends ISystemFilterPoolManagerProvide public void updateSubSystem(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port); /** * Update the port for the given subsystem instance. - * Shortcut to {@link #updateSubSystem(Shell, ISubSystem, boolean, String, boolean, int)} */ public void setSubSystemPort(ISubSystem subsystem, int port); /** * Update the user ID for the given subsystem instance. - * Shortcut to {@link #updateSubSystem(Shell, ISubSystem, boolean, String, boolean, int)} */ public void setSubSystemUserId(ISubSystem subsystem, String userId); diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java index 388a0df0a39..b5d2639ff6a 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java @@ -55,7 +55,7 @@ public interface ISubSystemConfigurationProxy /** * Return value of the category xml attribute. * Return the category this subsystem configuration subscribes to. - * @see org.eclipse.rse.model.ISubSystemConfigurationCategories + * @see org.eclipse.rse.core.model.ISubSystemConfigurationCategories */ public String getCategory();