Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-08-25 09:14:12 +0000
committerLars Vogel2015-08-25 09:14:12 +0000
commit9ff1e68ea7e6cf89acd760b0377e4e837f57c0c4 (patch)
tree5e77a7de2de73aecfc39207dfefc40d75146280c /bundles/org.eclipse.equinox.common/src
parentbc408295887b8a0f0f861866877f3499310c663a (diff)
downloadrt.equinox.bundles-9ff1e68ea7e6cf89acd760b0377e4e837f57c0c4.tar.gz
rt.equinox.bundles-9ff1e68ea7e6cf89acd760b0377e4e837f57c0c4.tar.xz
rt.equinox.bundles-9ff1e68ea7e6cf89acd760b0377e4e837f57c0c4.zip
Bug 475769 - Remove Non-Javadoc statements from
org.eclipse.equinox.common Change-Id: I19acb226254c4ac0fa5bd7b652e05d175380c257 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLBaseConnection.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLHandler.java3
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterManager.java15
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConfigConnection.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConverter.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLFragmentConnection.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java6
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLPluginConnection.java9
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java27
10 files changed, 0 insertions, 90 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLBaseConnection.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLBaseConnection.java
index 2d57401ca..7168e2b24 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLBaseConnection.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLBaseConnection.java
@@ -34,17 +34,11 @@ public class PlatformURLBaseConnection extends PlatformURLConnection {
super(url);
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#allowCaching()
- */
@Override
protected boolean allowCaching() {
return true;
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#resolve()
- */
@Override
protected URL resolve() throws IOException {
String spec = url.getFile().trim();
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLHandler.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLHandler.java
index 46e1592df..f9c70ce1b 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLHandler.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/boot/PlatformURLHandler.java
@@ -41,9 +41,6 @@ public class PlatformURLHandler extends AbstractURLStreamHandlerService {
super();
}
- /* (non-Javadoc)
- * @see org.osgi.service.url.AbstractURLStreamHandlerService#openConnection(java.net.URL)
- */
@Override
public URLConnection openConnection(URL url) throws IOException {
// Note: openConnection() method is made public (rather than protected)
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java
index 996bb9380..19a35eb58 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java
@@ -61,9 +61,6 @@ public class Activator implements BundleActivator {
return singleton;
}
- /* (non-Javadoc)
- * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
- */
@Override
public void start(BundleContext context) throws Exception {
bundleContext = context;
@@ -246,9 +243,6 @@ public class Activator implements BundleActivator {
return result;
}
- /* (non-Javadoc)
- * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
- */
@Override
public void stop(BundleContext context) throws Exception {
closeURLTrackerServices();
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterManager.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterManager.java
index 01d4e1698..fff35fb9f 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterManager.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterManager.java
@@ -184,9 +184,6 @@ public final class AdapterManager implements IAdapterManager {
return clazz;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IAdapterManager#getAdapterTypes(java.lang.Class)
- */
@Override
public String[] computeAdapterTypes(Class<? extends Object> adaptable) {
Set<String> types = getFactories(adaptable).keySet();
@@ -287,9 +284,6 @@ public final class AdapterManager implements IAdapterManager {
classSearchOrderLookup = null;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IAdapterManager#getAdapter(java.lang.Object, java.lang.Class)
- */
@Override
@SuppressWarnings("unchecked")
public <T> T getAdapter(Object adaptable, Class<T> adapterType) {
@@ -304,9 +298,6 @@ public final class AdapterManager implements IAdapterManager {
return result;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IAdapterManager#getAdapter(java.lang.Object, java.lang.Class)
- */
@Override
public Object getAdapter(Object adaptable, String adapterType) {
Assert.isNotNull(adaptable);
@@ -342,9 +333,6 @@ public final class AdapterManager implements IAdapterManager {
return getFactories(adaptable.getClass()).get(adapterTypeName) != null;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IAdapterManager#queryAdapter(java.lang.Object, java.lang.String)
- */
@Override
public int queryAdapter(Object adaptable, String adapterTypeName) {
IAdapterFactory factory = getFactories(adaptable.getClass()).get(adapterTypeName);
@@ -358,9 +346,6 @@ public final class AdapterManager implements IAdapterManager {
return LOADED;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IAdapterManager#loadAdapter(java.lang.Object, java.lang.String)
- */
@Override
public Object loadAdapter(Object adaptable, String adapterTypeName) {
return getAdapter(adaptable, adapterTypeName, true);
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConfigConnection.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConfigConnection.java
index 07f0074d4..fc8df55de 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConfigConnection.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConfigConnection.java
@@ -32,9 +32,6 @@ public class PlatformURLConfigConnection extends PlatformURLConnection {
super(url);
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#resolve()
- */
@Override
protected URL resolve() throws IOException {
String spec = url.getFile().trim();
@@ -80,9 +77,6 @@ public class PlatformURLConfigConnection extends PlatformURLConnection {
isRegistered = true;
}
- /* (non-Javadoc)
- * @see java.net.URLConnection#getOutputStream()
- */
@Override
public OutputStream getOutputStream() throws IOException {
if (parentConfiguration || Activator.getDefault() == null || Activator.getDefault().getConfigurationLocation().isReadOnly())
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConverter.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConverter.java
index 476aa243d..27b6c2930 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConverter.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLConverter.java
@@ -26,9 +26,6 @@ import org.eclipse.osgi.service.urlconversion.URLConverter;
*/
public class PlatformURLConverter implements URLConverter {
- /* (non-Javadoc)
- * @see org.eclipse.osgi.service.urlconversion.URLConverter#toFileURL(java.net.URL)
- */
@Override
public URL toFileURL(URL url) throws IOException {
URLConnection connection = url.openConnection();
@@ -41,9 +38,6 @@ public class PlatformURLConverter implements URLConverter {
return FileLocator.toFileURL(result);
}
- /* (non-Javadoc)
- * @see org.eclipse.osgi.service.urlconversion.URLConverter#resolve(java.net.URL)
- */
@Override
public URL resolve(URL url) throws IOException {
URLConnection connection = url.openConnection();
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLFragmentConnection.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLFragmentConnection.java
index e410ddf8c..ee0c11c0d 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLFragmentConnection.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLFragmentConnection.java
@@ -34,17 +34,11 @@ public class PlatformURLFragmentConnection extends PlatformURLConnection {
super(url);
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#allowCaching()
- */
@Override
protected boolean allowCaching() {
return true;
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#resolve()
- */
@Override
protected URL resolve() throws IOException {
String spec = url.getFile().trim();
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java
index 6dac7d545..17cda010f 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java
@@ -30,9 +30,6 @@ public class PlatformURLMetaConnection extends PlatformURLConnection {
super(url);
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#resolve()
- */
@Override
protected URL resolve() throws IOException {
String spec = url.getFile().trim();
@@ -63,9 +60,6 @@ public class PlatformURLMetaConnection extends PlatformURLConnection {
isRegistered = true;
}
- /* (non-Javadoc)
- * @see java.net.URLConnection#getOutputStream()
- */
@Override
public OutputStream getOutputStream() throws IOException {
//This is not optimal but connection is a private instance variable in super.
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLPluginConnection.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLPluginConnection.java
index b92c1f465..fd3c4489f 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLPluginConnection.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLPluginConnection.java
@@ -34,9 +34,6 @@ public class PlatformURLPluginConnection extends PlatformURLConnection {
super(url);
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#allowCaching()
- */
@Override
protected boolean allowCaching() {
return true;
@@ -68,9 +65,6 @@ public class PlatformURLPluginConnection extends PlatformURLConnection {
return result;
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#resolve()
- */
@Override
protected URL resolve() throws IOException {
String spec = url.getFile().trim();
@@ -96,9 +90,6 @@ public class PlatformURLPluginConnection extends PlatformURLConnection {
isRegistered = true;
}
- /* (non-Javadoc)
- * @see org.eclipse.equinox.internal.url.PlatformURLConnection#getAuxillaryURLs()
- */
@Override
public URL[] getAuxillaryURLs() throws IOException {
if (target == null) {
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
index 183ff1529..cf930f170 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java
@@ -509,17 +509,11 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
return delta;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#isCanceled()
- */
@Override
public boolean isCanceled() {
return root.isCanceled();
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#setTaskName(java.lang.String)
- */
@Override
public void setTaskName(String name) {
if ((flags & SUPPRESS_SETTASKNAME) == 0)
@@ -547,9 +541,6 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
setWorkRemaining(totalWork);
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#done()
- */
@Override
public void done() {
cleanupActiveChild();
@@ -563,9 +554,6 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
usedForChildren = 0.0d;
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#internalWorked(double)
- */
@Override
public void internalWorked(double work) {
cleanupActiveChild();
@@ -575,26 +563,17 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
root.worked(delta);
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#subTask(java.lang.String)
- */
@Override
public void subTask(String name) {
if ((flags & SUPPRESS_SUBTASK) == 0)
root.subTask(name);
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#worked(int)
- */
@Override
public void worked(int work) {
internalWorked(work);
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitor#setCanceled(boolean)
- */
@Override
public void setCanceled(boolean b) {
root.setCanceled(b);
@@ -766,17 +745,11 @@ public final class SubMonitor implements IProgressMonitorWithBlocking {
child.done();
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitorWithBlocking#clearBlocked()
- */
@Override
public void clearBlocked() {
root.clearBlocked();
}
- /* (non-Javadoc)
- * @see org.eclipse.core.runtime.IProgressMonitorWithBlocking#setBlocked(org.eclipse.core.runtime.IStatus)
- */
@Override
public void setBlocked(IStatus reason) {
root.setBlocked(reason);

Back to the top