From d5445e13246c62a670d9bbcfa057b857120c1b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kubitz?= Date: Tue, 7 Nov 2023 14:46:55 +0100 Subject: [PATCH 1/2] Remove blank Javadoc This commit cleans up Javadoc that does not add information. It resolves ecj warnings: `Javadoc: Description expected after ...` It helps to prevent future empty javadoc by disabling missingJavaDoc warnings. This resolves `Javadoc: Missing ...` The modification is a result of regular expression search&replace: in files `*.java` `^[\s]*\*[\s]*(@return|@param[\s]*[^\s]+|@throws[\s]*[^\s]+)\R([\s]*\*[\s]*@|[\s]*\*/\R)` ->`$2` `^([\s]*\*[\s]*\R)([\s]*\*/\R)` ->`$2` `^[\S\t ]*/\*\*\R[\s]*\*/\R` ->`` in files `org.eclipse.jdt.core.prefs` `org\.eclipse\.jdt\.core\.compiler\.problem\.missingJavadoc(Comments|Tags)\=[^\s]*` ->`org\.eclipse\.jdt\.core\.compiler\.problem\.missingJavadoc$1\=ignore` --- .../application/ScheduledApplication.java | 1 - .../equinox/internal/app/AppCommands.java | 1 - .../equinox/internal/app/AppPersistence.java | 7 --- .../bidi/advanced/IStructuredTextExpert.java | 2 - .../custom/StructuredTextTypeHandler.java | 2 - .../cm/reliablefile/ReliableFile.java | 4 -- .../equinox/common/tests/SubMonitorTest.java | 3 - .../common/tests/TestProgressMonitor.java | 3 - .../equinox/common/tests/URIUtilTest.java | 8 --- .../tests/adaptable/TestAdapterFactory.java | 2 - .../tests/adaptable/TestAdapterFactory2.java | 2 - .../tests/registry/ContributorsTest.java | 6 -- .../simple/DirectExtensionRemoveTest.java | 2 - .../.settings/org.eclipse.jdt.core.prefs | 2 +- .../runtime/AdapterFactoryBridge.java | 1 - .../core/internal/runtime/AdapterManager.java | 1 - .../concurrent/future/AbstractExecutor.java | 1 - .../future/FutureProgressMonitor.java | 1 - .../equinox/concurrent/future/IFuture.java | 1 - .../concurrent/future/IListenableFuture.java | 1 - .../concurrent/future/IProgressRunnable.java | 1 - .../future/ISafeProgressRunner.java | 1 - .../console/internal/ssh/AuthorizedKeys.java | 5 -- .../equinox/console/jaas/RolePrincipal.java | 1 - .../jaas/SecureStorageLoginModule.java | 1 - .../equinox/console/jaas/UserPrincipal.java | 1 - .../equinox/console/ssh/SshCommand.java | 1 - .../equinox/console/ssh/SshInputHandler.java | 1 - .../equinox/console/ssh/SshInputScanner.java | 1 - .../eclipse/equinox/console/ssh/SshServ.java | 1 - .../equinox/console/ssh/SshSession.java | 1 - .../eclipse/equinox/console/ssh/SshShell.java | 1 - .../equinox/console/ssh/SshShellFactory.java | 1 - .../equinox/console/ssh/UserAdminCommand.java | 12 ---- .../equinox/console/storage/DigestUtil.java | 2 - .../console/storage/SecureUserStore.java | 4 -- .../adapter/CommandProviderAdapter.java | 1 - .../adapter/CustomCommandInterpreter.java | 2 - .../commands/EquinoxCommandProvider.java | 19 ------- .../equinox/console/commands/HelpCommand.java | 4 -- .../console/common/ConsoleOutputStream.java | 4 -- .../terminal/VT220TerminalTypeMappings.java | 1 - .../completion/CommandNamesCompleter.java | 1 - .../console/completion/CompletionHandler.java | 1 - .../console/completion/StringsCompleter.java | 1 - .../completion/VariableNamesCompleter.java | 1 - .../equinox/console/telnet/TelnetCommand.java | 1 - .../console/telnet/TelnetConnection.java | 1 - .../equinox/console/telnet/TelnetServer.java | 1 - .../org/eclipse/equinox/device/Activator.java | 3 - .../eclipse/equinox/device/DeviceTracker.java | 5 -- .../equinox/device/DriverLocatorTracker.java | 2 - .../equinox/device/DriverSelectorTracker.java | 2 - .../eclipse/equinox/device/DriverTracker.java | 2 - .../src/org/eclipse/equinox/device/Match.java | 1 - .../eclipse/equinox/ds/tests/tbc/DSEvent.java | 3 - .../eclipse/equinox/ds/tests/tbc/DSTest.java | 10 ---- .../internal/event/EventAdminImpl.java | 1 - .../internal/event/EventHandlerTracker.java | 5 -- .../internal/event/EventHandlerWrapper.java | 1 - .../internal/event/mapper/EventAdapter.java | 3 - .../http/servlet/testbase/BaseTest.java | 4 -- .../context/ContextPathCustomizer.java | 1 - .../http/servlet/internal/Activator.java | 3 - .../servlet/internal/HttpServiceImpl.java | 4 -- .../internal/HttpServiceRuntimeImpl.java | 6 -- .../equinox/internal/launcher/Constants.java | 1 - .../equinox/launcher/WebStartMain.java | 1 - .../.settings/org.eclipse.jdt.core.prefs | 2 +- .../internal/log/stream/LogStreamManager.java | 1 - .../metatype/EquinoxMetaTypeInformation.java | 1 - .../metatype/EquinoxMetaTypeService.java | 1 - .../EquinoxObjectClassDefinition.java | 1 - .../eclipse/equinox/metatype/Extendable.java | 1 - .../impl/AttributeDefinitionImpl.java | 1 - .../equinox/metatype/impl/FragmentUtils.java | 1 - .../impl/ObjectClassDefinitionImpl.java | 3 - .../internal/preferences/ImmutableMap.java | 10 ---- .../OsgiPreferenceMetadataStore.java | 1 - .../internal/region/RegionManager.java | 1 - .../region/StandardRegionDigraph.java | 1 - .../org/eclipse/equinox/region/Region.java | 2 - .../registry/BufferedRandomInputStream.java | 2 - .../core/internal/registry/RegistryDelta.java | 1 - .../osgi/RegistryCommandProvider.java | 1 - .../tests/storage/SecurePreferencesTest.java | 10 ---- .../tests/storage/SlashEncodeTest.java | 3 - .../tests/storage/StorageAbstractTest.java | 2 - .../security/ui/X500PrincipalHelper.java | 10 ---- .../internal/security/ui/Activator.java | 1 - .../security/ui/X509CertificateAttribute.java | 1 - ...09CertificateAttributeContentProvider.java | 1 - ...X509CertificateAttributeLabelProvider.java | 1 - .../security/storage/JavaEncryption.java | 1 - .../equinox/servletbridge/BridgeServlet.java | 1 - .../servletbridge/FrameworkLauncher.java | 3 - .../transforms/TransformInstanceListData.java | 1 - .../transforms/TransformedBundleFile.java | 3 - .../equinox/internal/useradmin/UserAdmin.java | 1 - .../useradmin/UserAdminHashtable.java | 3 - .../.settings/org.eclipse.jdt.core.prefs | 4 +- .../internal/caching/j9/CachingService.java | 1 - .../.settings/org.eclipse.jdt.core.prefs | 4 +- .../caching/BundleCachingService.java | 1 - .../.settings/org.eclipse.jdt.core.prefs | 4 +- .../service/weaving/IWeavingService.java | 1 - .../hooks/AbstractWeavingBundleFile.java | 3 - .../weaving/hooks/WeavingBundleFile.java | 1 - .../state/PlatformAdminImpl.java | 3 - .../internal/resolver/StateDeltaImpl.java | 1 - .../internal/resolver/StateHelperImpl.java | 1 - .../osgi/internal/resolver/UserState.java | 3 - .../whiteboard/HttpWhiteboardConstants.java | 3 - .../wrapper/hooks/a/TestHookConfigurator.java | 3 - .../tests/bundles/PersistedBundleTests.java | 1 - .../tests/container/TestModuleContainer.java | 2 - .../debugoptions/DebugOptionsTestCase.java | 1 - .../datalocation/StreamManagerTests.java | 5 -- .../services/resolver/StateResolverTest.java | 2 - .../XFriendsInternalResolverTest.java | 1 - .../util/LatinTextProcessorTestCase.java | 1 - .../tests/util/TextProcessorTestCase.java | 3 - .../core/runtime/adaptor/EclipseStarter.java | 1 - .../internal/adaptor/ConsoleManager.java | 1 - .../adaptor/DefaultStartupMonitor.java | 3 - .../org/eclipse/osgi/container/Module.java | 4 -- .../osgi/container/ModuleCapability.java | 1 - .../osgi/container/ModuleContainer.java | 1 - .../container/ModuleContainerAdaptor.java | 1 - .../osgi/container/ModuleDatabase.java | 1 - .../eclipse/osgi/container/ModuleLoader.java | 3 - .../osgi/container/ModuleResolver.java | 1 - .../eclipse/osgi/container/SystemModule.java | 4 -- .../eclipse/osgi/framework/util/ArrayMap.java | 2 - .../util/CaseInsensitiveDictionaryMap.java | 1 - .../eclipse/osgi/framework/util/FilePath.java | 4 -- .../eclipse/osgi/framework/util/Headers.java | 2 - .../osgi/framework/util/SecureAction.java | 4 -- .../osgi/internal/container/Capabilities.java | 1 - .../internal/container/NamespaceList.java | 1 - .../eclipse/osgi/internal/debug/Debug.java | 19 ------- .../internal/debug/EclipseDebugTrace.java | 3 - .../debug/FrameworkDebugTraceEntry.java | 5 -- .../internal/framework/BundleContextImpl.java | 1 - .../osgi/internal/framework/FilterImpl.java | 1 - .../framework/OSGiFrameworkHooks.java | 1 - .../hookregistry/ActivatorHookFactory.java | 1 - .../osgi/internal/loader/BundleLoader.java | 1 - .../internal/loader/ModuleClassLoader.java | 1 - .../internal/loader/SystemBundleLoader.java | 1 - .../loader/classpath/ClasspathEntry.java | 1 - .../loader/classpath/ClasspathManager.java | 1 - .../loader/classpath/FragmentClasspath.java | 1 - .../classpath/ManifestPackageAttributes.java | 1 - .../loader/classpath/TitleVersionVendor.java | 4 -- .../osgi/internal/log/EquinoxLogServices.java | 6 -- .../osgi/internal/log/EquinoxLogWriter.java | 3 - .../osgi/internal/log/LogServiceManager.java | 6 -- .../permadmin/EquinoxSecurityManager.java | 1 - .../internal/permadmin/PermissionsHash.java | 2 - .../internal/permadmin/SecurityAdmin.java | 55 ------------------- .../service/security/AuthorizationEngine.java | 1 - .../verifier/CertificateTrustAuthority.java | 1 - .../verifier/CertificateVerifier.java | 5 -- .../service/security/KeyStoreTrustEngine.java | 3 - .../internal/serviceregistry/HookContext.java | 1 - .../serviceregistry/ModifiedServiceEvent.java | 1 - .../serviceregistry/ServiceReferenceImpl.java | 1 - .../ServiceRegistrationImpl.java | 1 - .../serviceregistry/ServiceRegistry.java | 1 - .../serviceregistry/ShrinkableCollection.java | 1 - .../internal/weaving/DynamicImportList.java | 1 - .../eclipse/osgi/service/resolver/State.java | 1 - .../src/org/eclipse/osgi/storage/Storage.java | 6 -- .../osgi/storage/bundlefile/BundleEntry.java | 1 - .../osgi/storage/bundlefile/BundleFile.java | 1 - .../bundlefile/CloseableBundleFile.java | 2 - .../storage/bundlefile/DirBundleFile.java | 1 - .../storage/bundlefile/DirZipBundleEntry.java | 3 - .../bundlefile/NestedDirBundleFile.java | 5 -- .../osgi/storage/url/reference/Handler.java | 3 - .../org/osgi/framework/AdminPermission.java | 1 - .../org/osgi/framework/BundlePermission.java | 3 - .../src/org/osgi/framework/FrameworkUtil.java | 4 -- .../framework/namespace/HostNamespace.java | 1 - .../osgi/service/resolver/ResolveContext.java | 1 - .../osgi/util/tracker/AbstractTracked.java | 1 - .../eventmgr/CopyOnWriteIdentityMap.java | 2 - .../framework/eventmgr/EventListeners.java | 1 - .../osgi/framework/eventmgr/EventManager.java | 1 - .../internal/reliablefile/ReliableFile.java | 3 - .../reliablefile/ReliableFileInputStream.java | 1 - .../osgi/internal/location/Locker.java | 3 - .../osgi/storagemanager/StorageManager.java | 1 - 194 files changed, 8 insertions(+), 510 deletions(-) diff --git a/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java b/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java index 4e7a9605b5c..797fedaaadb 100644 --- a/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java +++ b/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java @@ -103,7 +103,6 @@ public interface ScheduledApplication { * Returns the identifier of this schedule. The identifier is unique within * the scope of the application that the schedule is related to. * @return the identifier of this schedule - * */ public String getScheduleId(); diff --git a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java index 2d0ad3d918e..bd7329d5a11 100644 --- a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java +++ b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java @@ -389,7 +389,6 @@ public void _unschedApp(CommandInterpreter intp) throws Exception { /** * Handles the help command * - * @param intp * @return description for a particular command or false if there is no command * with the specified name */ diff --git a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java index 027bb310183..f442b553c22 100644 --- a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java +++ b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java @@ -141,14 +141,7 @@ static void removeScheduledApp(EclipseScheduledApplication scheduledApp) { * Used by {@link ScheduledApplication} to persistently schedule an application * launch * - * @param descriptor - * @param arguments - * @param topic - * @param eventFilter - * @param recurring * @return the scheduled application - * @throws InvalidSyntaxException - * @throws ApplicationException */ public static ScheduledApplication addScheduledApp(ApplicationDescriptor descriptor, String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) diff --git a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/IStructuredTextExpert.java b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/IStructuredTextExpert.java index 04a9f48a801..fcead9bd1d0 100644 --- a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/IStructuredTextExpert.java +++ b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/IStructuredTextExpert.java @@ -91,7 +91,6 @@ * fullText = expert.leanToFullText(leanText,); * System.out.println("full text = " + fullText); * - * */ public interface IStructuredTextExpert { @@ -182,7 +181,6 @@ public interface IStructuredTextExpert { * @return the structured text string without directional formatting characters * which might have been added by processing it with * {@link #leanToFullText}. - * */ public String fullToLeanText(String text); diff --git a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/StructuredTextTypeHandler.java b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/StructuredTextTypeHandler.java index 2378b22cca4..2c9f9f10e52 100644 --- a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/StructuredTextTypeHandler.java +++ b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/custom/StructuredTextTypeHandler.java @@ -337,7 +337,6 @@ public int getDirection(IStructuredTextExpert expert, String text, StructuredTex * {@link StructuredTextTypeHandler#processSpecial}. Examples of special * cases are comments, literals, or anything which is not identified by * a one-character separator. - * */ public int getSpecialsCount(IStructuredTextExpert expert) { return 0; @@ -362,7 +361,6 @@ public int getSpecialsCount(IStructuredTextExpert expert) { * * @return a flag indicating if there is no need to process the structured text * to add directional formatting characters. - * */ public boolean skipProcessing(IStructuredTextExpert expert, String text, StructuredTextCharTypes charTypes) { return false; diff --git a/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/reliablefile/ReliableFile.java b/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/reliablefile/ReliableFile.java index 5bdc5f7b62b..ef2f530c444 100644 --- a/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/reliablefile/ReliableFile.java +++ b/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/reliablefile/ReliableFile.java @@ -26,7 +26,6 @@ /** * ReliableFile class used by ReliableFileInputStream and ReliableOutputStream. * This class encapsulates all the logic for reliable file support. - * */ public class ReliableFile { /** @@ -404,7 +403,6 @@ void closeOutputFile(Checksum checksum) throws IOException { /** * Abort the current output stream and do not update the reliable file table. - * */ void abortOutputFile() { if (outputFile == null) @@ -673,8 +671,6 @@ public static void cleanupGenerations(File base) { /** * Inform ReliableFile that a file has been updated outside of ReliableFile. - * - * @param file */ public static void fileUpdated(File file) { lastGenerationFile = null; diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java index 9e6a8bde061..605208efed5 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java @@ -103,7 +103,6 @@ private static void reportFloatingPointWorkInLoop(IProgressMonitor monitor, int * remaining work, and will run for the given number of iterations. Retuns the * number of ticks reported (out of 1000). * - * @param ratio * @return the number of ticks reported */ private double runInfiniteProgress(int ratio, int iterations) { @@ -750,8 +749,6 @@ public void testCreateChildrenUnderCustomParent() { * Creates a chain of n nested progress monitors. Calls beginTask on all * monitors except for the innermost one. * - * @param parent - * @param depth * @return the innermost SubMonitor */ public static SubMonitor createSubProgressChain(SubMonitor parent, int depth) { diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/TestProgressMonitor.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/TestProgressMonitor.java index 966ee00b229..da18ba2ccdd 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/TestProgressMonitor.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/TestProgressMonitor.java @@ -17,9 +17,6 @@ import org.eclipse.core.runtime.IProgressMonitor; import org.junit.Assert; -/** - * - */ public class TestProgressMonitor implements IProgressMonitor { private double totalWork; diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java index 79ea7795962..edfa5fae5e9 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java @@ -83,8 +83,6 @@ public void testToJARURI() { /** * Tests for {@link URIUtil#toFile(URI)}. - * - * @throws URISyntaxException */ public void testToFile() throws URISyntaxException { File base = new File(System.getProperty("java.io.tmpdir")); @@ -98,8 +96,6 @@ public void testToFile() throws URISyntaxException { /** * Tests for {@link URIUtil#toFile(URI)} involving UNC paths. - * - * @throws URISyntaxException */ public void testToFileUNC() throws URISyntaxException { if (!WINDOWS) { @@ -283,8 +279,6 @@ public void testFileWithBrackets() throws MalformedURLException, URISyntaxExcept /** * Tests for {@link URIUtil#append(URI, String)}. - * - * @throws URISyntaxException */ public void testAppend() throws URISyntaxException { URI base = new URI("http://a.b.c/a%20b/"); @@ -314,8 +308,6 @@ public void testAppendUNC() throws URISyntaxException { /** * Tests for {@link URIUtil#append(URI, String)} when dealing with paths * containing brackets. - * - * @throws URISyntaxException */ public void testAppendWithBrackets() throws URISyntaxException { // append a simple string diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory.java index 95023beb399..45f0ca4ba3a 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory.java @@ -16,8 +16,6 @@ import org.eclipse.core.runtime.IAdapterFactory; import org.junit.Assert; -/** - */ public class TestAdapterFactory extends Assert implements IAdapterFactory { @Override public T getAdapter(Object adaptableObject, Class adapterType) { diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory2.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory2.java index c9c6977d900..e528f372021 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory2.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapterFactory2.java @@ -19,8 +19,6 @@ import org.eclipse.core.runtime.IAdapterFactory; import org.junit.Assert; -/** - */ public class TestAdapterFactory2 extends Assert implements IAdapterFactory { private Supplier supplier; diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java index 53924c0f226..e96b6e75e16 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java @@ -81,9 +81,6 @@ public void testResolution() throws IOException, BundleException { * bundleA, bundleB, and fragment on bundleA all use the same namespace. Verify * that getting elements by contributor returns all elements from the * contributor and only from that contributor. - * - * @throws IOException - * @throws BundleException */ @Test public void testByContributor() throws IOException, BundleException { @@ -146,9 +143,6 @@ public void testByContributor() throws IOException, BundleException { * {@link IDynamicExtensionRegistry#removeContributor(IContributor, Object)}. A * separate registry is created as removal functionality is not allowed by the * default Eclipse registry. - * - * @throws IOException - * @throws BundleException */ @Test public void testContributorRemoval() throws IOException { diff --git a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/simple/DirectExtensionRemoveTest.java b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/simple/DirectExtensionRemoveTest.java index 1c665a63246..e200ca21a0d 100644 --- a/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/simple/DirectExtensionRemoveTest.java +++ b/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/simple/DirectExtensionRemoveTest.java @@ -66,8 +66,6 @@ public void testExtensionPointAddition() throws IOException { /** * Tests that configuration elements associated with the removed extension are * removed. - * - * @throws IOException */ @Test public void testAssociatedConfigElements() throws IOException { diff --git a/bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs index d893245b69c..01fcd27b992 100644 --- a/bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs +++ b/bundles/org.eclipse.equinox.common/.settings/org.eclipse.jdt.core.prefs @@ -61,7 +61,7 @@ org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterFactoryBridge.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterFactoryBridge.java index 14224c76e5e..9b99e8c2aa1 100644 --- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterFactoryBridge.java +++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/AdapterFactoryBridge.java @@ -23,7 +23,6 @@ /** * Acts as abridge between {@link IAdapterManager} services registered in the * OSGi-Service-Registry and AdapterManager - * */ public class AdapterFactoryBridge implements ServiceTrackerCustomizer { 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 6142d279692..9a43becef50 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 @@ -138,7 +138,6 @@ private void addFactoriesFor(String adaptableTypeName, Mapnull * if that class does not exist or belongs to a plug-in that has not yet * been loaded. - * */ private Class classForName(IAdapterFactory adapterFactory, String typeName) { return classLookup.computeIfAbsent(adapterFactory, factory -> new ConcurrentHashMap<>()) diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/AbstractExecutor.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/AbstractExecutor.java index 8e92a7d94da..f0dabfa5323 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/AbstractExecutor.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/AbstractExecutor.java @@ -20,7 +20,6 @@ * Abstract implementation of {@link IExecutor} and {@link IRunnableExecutor}. * * @since 1.1 - * */ public abstract class AbstractExecutor implements IRunnableExecutor, IExecutor { diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/FutureProgressMonitor.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/FutureProgressMonitor.java index c16bfaaf5f3..12984fc6e74 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/FutureProgressMonitor.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/FutureProgressMonitor.java @@ -23,7 +23,6 @@ * provided by the IExecutor that creates the future instance. * * @since 1.1 - * */ public class FutureProgressMonitor extends ProgressMonitorWrapper { diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java index 6bb68735618..1b8d37e4d0e 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java @@ -52,7 +52,6 @@ * @param the type that will be returned by {@link #get()} and/or * {@link #get(long)} * @since 1.1 - * */ public interface IFuture { diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IListenableFuture.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IListenableFuture.java index 8953dfe17b5..bfaf12280e1 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IListenableFuture.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IListenableFuture.java @@ -21,7 +21,6 @@ * {@link IProgressMonitor}) to be executed via an {@link IExecutor}. * * @since 1.1 - * */ public interface IListenableFuture extends IFuture { diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IProgressRunnable.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IProgressRunnable.java index deb3bc89c0b..96b82c0a097 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IProgressRunnable.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IProgressRunnable.java @@ -31,7 +31,6 @@ public interface IProgressRunnable { * * @param monitor the IProgressMonitor associated with this callable * @return result from the call - * @throws Exception */ ResultType run(IProgressMonitor monitor) throws Exception; } diff --git a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/ISafeProgressRunner.java b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/ISafeProgressRunner.java index 4b0d2cf8eda..fe8663ea1f0 100644 --- a/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/ISafeProgressRunner.java +++ b/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/ISafeProgressRunner.java @@ -20,7 +20,6 @@ * possibly thrown by the given {@link IProgressRunnable}. * * @since 1.1 - * */ public interface ISafeProgressRunner { void runWithProgress(IProgressRunnable runnable); diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/internal/ssh/AuthorizedKeys.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/internal/ssh/AuthorizedKeys.java index 4e08597ebbb..21d4446abb9 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/internal/ssh/AuthorizedKeys.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/internal/ssh/AuthorizedKeys.java @@ -47,9 +47,6 @@ public static class ParseKeyException extends IOException { /** * Creates a new instance. - * - * @param message - * @param cause */ public ParseKeyException(final String message, final Throwable cause) { super(message, cause); @@ -85,8 +82,6 @@ public static void main(final String[] args) { /** * Creates a new instance. - * - * @throws FileNotFoundException */ public AuthorizedKeys(final String authorizedKeysFile) throws FileNotFoundException, IOException { // read file line-by-line diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/RolePrincipal.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/RolePrincipal.java index f43c68e7322..97bcb0d5e6f 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/RolePrincipal.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/RolePrincipal.java @@ -18,7 +18,6 @@ /** * This class represents a user role - * */ public class RolePrincipal implements Principal { private String roleName; diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/SecureStorageLoginModule.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/SecureStorageLoginModule.java index 45b712ad7e3..f75adb02a6a 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/SecureStorageLoginModule.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/SecureStorageLoginModule.java @@ -33,7 +33,6 @@ /** * This class implements a JAAS LoginModule, which performs username/password * based authentication. It reads the user data from the store. - * */ public class SecureStorageLoginModule implements LoginModule { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/UserPrincipal.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/UserPrincipal.java index 17a015e6dd7..c940916e0d8 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/UserPrincipal.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/jaas/UserPrincipal.java @@ -20,7 +20,6 @@ /** * This class represents a user with password and roles - * */ public class UserPrincipal implements Principal { private String username; diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshCommand.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshCommand.java index 6614cb1c391..b0fd527c2ab 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshCommand.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshCommand.java @@ -34,7 +34,6 @@ /** * This class implements a command for starting/stopping a simple ssh server. - * */ public class SshCommand { private String defaultHost = null; diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputHandler.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputHandler.java index ac7dc2272a9..d1db00d62aa 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputHandler.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputHandler.java @@ -23,7 +23,6 @@ /** * This class customizes the generic handler with a concrete content processor, * which provides ssh protocol handling. - * */ public class SshInputHandler extends InputHandler { public SshInputHandler(InputStream input, ConsoleInputStream in, ConsoleOutputStream out) { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputScanner.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputScanner.java index e828b703324..169a3ad0d32 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputScanner.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshInputScanner.java @@ -25,7 +25,6 @@ /** * This class performs preprocessing of the input from the ssh server in order * to echo the visible characters back to the console. - * */ public class SshInputScanner extends Scanner { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshServ.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshServ.java index 1d543e38896..604473d16de 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshServ.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshServ.java @@ -31,7 +31,6 @@ /** * This class configures and start an ssh server - * */ public class SshServ extends Thread { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshSession.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshSession.java index 55d91cd4fdf..ba79169e4dc 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshSession.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshSession.java @@ -35,7 +35,6 @@ * This class manages a ssh connection. It is responsible for wrapping the * original io streams from the socket, and starting a CommandSession to execute * commands from the ssh. - * */ public class SshSession extends Thread implements Closeable { private CommandProcessor processor; diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShell.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShell.java index fb535b326fe..1347b218fe7 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShell.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShell.java @@ -40,7 +40,6 @@ * This class manages a ssh connection. It is responsible for starting a * sessions to execute commands from the ssh. If there are multiple * CommandProcessors, a session is started for each of them. - * */ public class SshShell implements Command { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShellFactory.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShellFactory.java index 3bbf1d394d1..c50070303f0 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShellFactory.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/SshShellFactory.java @@ -26,7 +26,6 @@ /** * Shell factory used by the SSH server to create a SSH shell - * */ public class SshShellFactory implements ShellFactory { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java index 758b3095ae9..765650e7980 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java @@ -31,8 +31,6 @@ * This class provides commands for administering users: adding, removing and * listing users; setting or changing password; resetting password; adding and * removing roles - * - * */ public class UserAdminCommand { private static final String INPUT_SCANNER = "INPUT_SCANNER"; @@ -47,7 +45,6 @@ public class UserAdminCommand { * @param args command line arguments in the format -username * -password -roles - * @throws Exception */ @Descriptor("Add user with password and roles") public void addUser( @@ -94,7 +91,6 @@ public void addUser( * * @param args command-line arguments in the format -username * -password - * @throws Exception */ @Descriptor("Set or change password") public void setPassword(@Descriptor("-username \r\n-password ") String[] args) @@ -132,10 +128,7 @@ public void setPassword(@Descriptor("-username \r\n-password \r\n-roles - * @throws Exception */ @Descriptor("Add roles to user") public void addRoles( @@ -307,7 +296,6 @@ public void addRoles( * * @param args command line arguments in the format -username * \r\n-roles - * @throws Exception */ @Descriptor("Remove user roles") public void removeRoles( diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/DigestUtil.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/DigestUtil.java index 49e0e43d95a..0ae73cb11f5 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/DigestUtil.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/DigestUtil.java @@ -32,7 +32,6 @@ /** * This class provides utility method for one-way hashing of strings - * */ public class DigestUtil { private static final char[] HEX_CHARS = "0123456789abcdef".toCharArray(); @@ -46,7 +45,6 @@ public class DigestUtil { * * @param originalText the string to be hashed * @return hashed string - * @throws Exception */ public static String encrypt(String originalText) throws Exception { try { diff --git a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java index 9f903f9cb10..488c9ab1066 100644 --- a/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java +++ b/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java @@ -32,8 +32,6 @@ * stored in a properties-like file in the format * /ssh//password= and * /ssh//roles= - * - * */ public class SecureUserStore { @@ -266,8 +264,6 @@ public static boolean existsUser(String username) { /** * Creates the store file if it does not exist - * - * @throws IOException */ public static void initStorage() throws IOException { String userFileLoc = getFileLocation(); diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CommandProviderAdapter.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CommandProviderAdapter.java index 8fd502d6a63..07e5357eb95 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CommandProviderAdapter.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CommandProviderAdapter.java @@ -27,7 +27,6 @@ * Gogo shell. The commands are executed through the main method of the adapter. * It finds the appropriate Equinox command and executes it with the proper * argument. - * */ public class CommandProviderAdapter { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CustomCommandInterpreter.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CustomCommandInterpreter.java index 09a5da34cef..5a5ea1c494d 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CustomCommandInterpreter.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/CustomCommandInterpreter.java @@ -34,7 +34,6 @@ /** * A CommandInterpreter to be passed to the legacy Equinox commands, executed by * the CommandProviderAdapter. - * */ public class CustomCommandInterpreter implements CommandInterpreter { private PrintStream out = System.out; @@ -233,7 +232,6 @@ private int getMaximumLinesToScroll() { /** * Displays the more... prompt if the max line count has been reached and waits * for the operator to hit enter. - * */ private void check4More() { int max = getMaximumLinesToScroll(); diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java index bbeff4b848d..a2d839cf8aa 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java @@ -246,7 +246,6 @@ public void exit(CommandSession session) throws Exception { /** * Handle the shutdown command. Shutdown the OSGi framework. - * */ @Descriptor(ConsoleMsg.CONSOLE_HELP_SHUTDOWN_COMMAND_DESCRIPTION) public void shutdown() throws Exception { @@ -480,8 +479,6 @@ private int getStatesFromConstants(String states) throws IllegalArgumentExceptio /** * Handle the status command's abbreviation. Invoke status() - * - * @param arguments */ @Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_COMMAND_DESCRIPTION) public void s(@Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_ARGUMENT_DESCRIPTION) String... arguments) @@ -491,8 +488,6 @@ public void s(@Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_ARGUMENT_DESCRIPTION) S /** * Handle the status command. Display installed bundles and registered services. - * - * @param arguments */ @Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_COMMAND_DESCRIPTION) public void status(@Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_ARGUMENT_DESCRIPTION) String... arguments) @@ -744,8 +739,6 @@ private void getPackages(ExportedPackage[] packages) throws Exception { /** * Handle the bundles command. Display details for all installed bundles. - * - * @param arguments */ @Descriptor(ConsoleMsg.CONSOLE_HELP_BUNDLES_COMMAND_DESCRIPTION) public void bundles(@Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_ARGUMENT_DESCRIPTION) String... arguments) @@ -1088,7 +1081,6 @@ public void gc() throws Exception { /** * Handle the init command. Uninstall all bundles. - * */ @SuppressWarnings("deprecation") @Descriptor(ConsoleMsg.CONSOLE_HELP_INIT_COMMAND_DESCRIPTION) @@ -1141,7 +1133,6 @@ public void init() throws Exception { /** * Handle the close command. Shutdown and exit. - * */ @Descriptor(ConsoleMsg.CONSOLE_HELP_CLOSE_COMMAND_DESCRIPTION) public void close(CommandSession session) throws Exception { @@ -1261,7 +1252,6 @@ public List> headers( /** * Handles the props command's abbreviation. Invokes props() - * */ @Descriptor(ConsoleMsg.CONSOLE_PROPS_COMMAND_DESCRIPTION) public Dictionary pr() throws Exception { @@ -1270,7 +1260,6 @@ public List> headers( /** * Handles the _props command. Prints the system properties sorted. - * */ @Descriptor(ConsoleMsg.CONSOLE_PROPS_COMMAND_DESCRIPTION) public Dictionary props() throws Exception { @@ -1327,8 +1316,6 @@ public void setprop(@Descriptor(ConsoleMsg.CONSOLE_HELP_SETPROP_COMMAND_ARGUMENT /** * Prints the short version of the status. For the long version use "status". - * - * @param arguments */ @Descriptor(ConsoleMsg.CONSOLE_HELP_SS_COMMAND_DESCRIPTION) public void ss(@Descriptor(ConsoleMsg.CONSOLE_HELP_STATUS_ARGUMENT_DESCRIPTION) String... arguments) @@ -1423,7 +1410,6 @@ private boolean match(Bundle toFilter, String[] searchedName, int searchedState) /** * Handles the threads command abbreviation. Invokes threads(). - * */ @Descriptor(ConsoleMsg.CONSOLE_THREADS_COMMAND_DESCRIPTION) public void t() throws Exception { @@ -1458,7 +1444,6 @@ public void threads(@Descriptor(ConsoleMsg.CONSOLE_THREADS_COMMAND_ARG_ACTION_DE /** * Prints the information about the currently running threads in the embedded * system. - * */ @Descriptor(ConsoleMsg.CONSOLE_THREADS_COMMAND_ACTION_THROWABLE_DESCRIPTION) public void threads(@Descriptor(ConsoleMsg.CONSOLE_THREADS_COMMAND_ARG_ACTION_DESCRIPTION) String action, @@ -1642,8 +1627,6 @@ public void setibsl(@Descriptor(ConsoleMsg.CONSOLE_HELP_SETFWSL_COMMAND_ARGUMENT /** * Lists required bundles having the specified symbolic name or all if no bsn is * specified - * - * @param symbolicName */ @Descriptor(ConsoleMsg.CONSOLE_HELP_REQUIRED_BUNDLES_COMMAND_DESCRIPTION) public void requiredBundles( @@ -1654,8 +1637,6 @@ public void requiredBundles( /** * Lists required bundles having the specified symbolic name or all if no bsn is * specified - * - * @param symbolicName */ @SuppressWarnings("deprecation") @Descriptor(ConsoleMsg.CONSOLE_HELP_REQUIRED_BUNDLES_COMMAND_DESCRIPTION) diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java index 9ad4871809e..5dc6fc6400b 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java @@ -103,10 +103,6 @@ public void startService() { * * If a command name is passed as argument to the help command, then the help * message only for the particular command is displayed (if such is defined). - * - * @param session - * @param args - * @throws Exception */ public void help(final CommandSession session, String... args) throws Exception { String command = null; diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/ConsoleOutputStream.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/ConsoleOutputStream.java index 3c24826a93c..0c5f28d5a90 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/ConsoleOutputStream.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/ConsoleOutputStream.java @@ -92,8 +92,6 @@ public synchronized void write(int i) throws IOException { /** * Empties the buffer and sends data to the socket output stream. - * - * @throws IOException */ @Override public synchronized void flush() throws IOException { @@ -125,8 +123,6 @@ private void add(int i) throws IOException { /** * Closes this OutputStream. - * - * @throws IOException */ @Override public void close() throws IOException { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/VT220TerminalTypeMappings.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/VT220TerminalTypeMappings.java index 7619fa9650a..0720a1f624f 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/VT220TerminalTypeMappings.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/terminal/VT220TerminalTypeMappings.java @@ -17,7 +17,6 @@ /** * For the supported escape sequences, the VT220 and XTERM sequences are one and * the same. - * */ public class VT220TerminalTypeMappings extends ANSITerminalTypeMappings { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CommandNamesCompleter.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CommandNamesCompleter.java index 089ad80ee57..c6d78c7b322 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CommandNamesCompleter.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CommandNamesCompleter.java @@ -27,7 +27,6 @@ /** * This class provides completion for command names. - * */ public class CommandNamesCompleter implements Completer { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CompletionHandler.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CompletionHandler.java index eb05d298fa8..b7583b44b44 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CompletionHandler.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/CompletionHandler.java @@ -31,7 +31,6 @@ * and file completers. It also searches for registered custom completers and if * available uses them too. It call all completers and finally returns the * completion candidates returned from all of them. - * */ public class CompletionHandler { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/StringsCompleter.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/StringsCompleter.java index bb4833e38e0..f1ca8a2e201 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/StringsCompleter.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/StringsCompleter.java @@ -22,7 +22,6 @@ /** * This class provides completion for arbitrary strings - * */ public class StringsCompleter implements Completer { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/VariableNamesCompleter.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/VariableNamesCompleter.java index 34c6e06bf7d..0ca07a510aa 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/VariableNamesCompleter.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/completion/VariableNamesCompleter.java @@ -22,7 +22,6 @@ /** * This class provides completion for gogo session variables. - * */ public class VariableNamesCompleter implements Completer { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetCommand.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetCommand.java index 39e52b75b5a..086567646ee 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetCommand.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetCommand.java @@ -30,7 +30,6 @@ /** * This class implements a command for starting/stopping a simple telnet server. - * */ public class TelnetCommand { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetConnection.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetConnection.java index 1b725d06417..3cb15a690b4 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetConnection.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetConnection.java @@ -30,7 +30,6 @@ * This class manages a telnet connection. It is responsible for wrapping the * original io streams from the socket, and starting a CommandSession to execute * commands from the telnet. - * */ public class TelnetConnection extends Thread implements Closeable { diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetServer.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetServer.java index df31f3f6975..0f986f64f28 100644 --- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetServer.java +++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/telnet/TelnetServer.java @@ -30,7 +30,6 @@ * A telnet server, which listens for telnet connections and starts a telnet * connection manager when a connection is accepted. If there are multiple * CommandProcessor, a telnet connection is created for each of them. - * */ public class TelnetServer extends Thread { diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java index a481dd42f8b..1a3b4ff996d 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java @@ -25,7 +25,6 @@ * * This implementation does not include the optimizations in section 8.7.4 of * the OSGi SP R2 spec. - * */ public class Activator implements BundleActivator, ServiceTrackerCustomizer, FrameworkListener, Runnable { protected final static boolean DEBUG = false; @@ -93,7 +92,6 @@ static class DeviceService { /** * Create a DeviceManager object. - * */ public Activator() { @@ -174,7 +172,6 @@ public void frameworkEvent(FrameworkEvent event) { /** * Start the DeviceManager thread. - * */ public void startDeviceManager() { if (!running) { diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java index 93216fb1c6c..7a9eab7bc33 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java @@ -22,7 +22,6 @@ /** * DeviceTracker class. This class has the logic for refining a Device service. - * */ public class DeviceTracker extends ServiceTracker { /** OSGi Device class name */ @@ -146,7 +145,6 @@ public void removedService(ServiceReference reference, Object service) { /** * Attempt to refine this Device service. - * */ public void refine() { if (Activator.DEBUG) { @@ -261,7 +259,6 @@ public String toString() { /** * Readonly Dictionary for device properties. - * */ static class Properties extends Hashtable { private static final long serialVersionUID = -8489170394007899809L; @@ -321,7 +318,6 @@ public Object get(String key) { * * @param key header name. * @param value header value. - * @throws UnsupportedOperationException */ public Object put(String key, Object value) { throw new UnsupportedOperationException(); @@ -331,7 +327,6 @@ public Object put(String key, Object value) { * Override remove to disable it. This Dictionary is readonly once built. * * @param key header name. - * @throws UnsupportedOperationException */ public Object remove(Object key) { throw new UnsupportedOperationException(); diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java index dfc23e6f884..b570b7a255c 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java @@ -24,7 +24,6 @@ /** * DriverLocatorTracker class. This class tracks all DriverLocator services. - * */ public class DriverLocatorTracker extends ServiceTracker { protected final static String clazz = "org.osgi.service.device.DriverLocator"; //$NON-NLS-1$ @@ -324,7 +323,6 @@ public void usingDriverBundle(Bundle bundle) { /** * Uninstall the recently installed but unused driver bundles. - * */ public void uninstallDriverBundles() { int size; diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java index d62c8a60e4b..9a77a3d29ab 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java @@ -21,7 +21,6 @@ /** * DriverSelectorTracker class. This class tracks all DriverSelector services. - * */ public class DriverSelectorTracker extends ServiceTracker { /** Driver service name */ @@ -120,7 +119,6 @@ public ServiceReference defaultSelection(Match[] matches) { /** * Select the service with the highest service.ranking. Break ties buy selecting * the lowest service.id. - * */ public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) { // first we check service rankings diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java index f20d65198a8..6bfcc0d709d 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java @@ -26,7 +26,6 @@ /** * DriverTracker class. This class tracks all Driver services. - * */ public class DriverTracker extends ServiceTracker { /** Driver service name */ @@ -223,7 +222,6 @@ public String getDriverID(final ServiceReference reference) { /** * Get the ServiceReference for a given DRIVER_ID. * - * @param driver_id * @return ServiceReference to a Driver service. */ public ServiceReference getDriver(String driver_id) { diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java index dca80d3d583..858a0f9bbfd 100644 --- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java +++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java @@ -17,7 +17,6 @@ /** * Match implementation class. - * */ public class Match implements org.osgi.service.device.Match { diff --git a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSEvent.java b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSEvent.java index 4bf86c16744..cdf2109f213 100644 --- a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSEvent.java +++ b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSEvent.java @@ -52,9 +52,6 @@ public long getTime() { /** * Returns whether this event is before the passed one - * - * @param event - * @return */ public boolean before(DSEvent event) { if (event.time > this.time) { diff --git a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java index 17b254a1a5c..f6ef31771cf 100644 --- a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java +++ b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java @@ -267,10 +267,6 @@ public void setUp() throws Exception { /** * This methods takes care of the configurations related to this test - * - * @throws IOException - * @throws InvalidSyntaxException - * @throws InterruptedException */ private void clearConfigurations() throws IOException, InvalidSyntaxException { ServiceReference cmSR = getContext().getServiceReference(ConfigurationAdmin.class.getName()); @@ -338,9 +334,6 @@ private void clearConfiguration(ConfigurationAdmin cm, String filter) throws IOE } } - /** - * @param propertyKey - */ private int getSystemProperty(String propertyKey, int defaultValue) { String propertyString = System.getProperty(propertyKey); int sleepTime = defaultValue; @@ -912,9 +905,6 @@ public void testBoundServiceReplacement() throws Exception { /** * Returns the number of available services for the passed tracker - * - * @param tracker - * @return */ private int countAvailableServices(ServiceTracker tracker) { if (tracker == null) diff --git a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java index 3f087656afa..1bd8a22bee7 100644 --- a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java +++ b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java @@ -137,7 +137,6 @@ private void dispatchEvent(Event event, boolean isAsync) { /** * Checks if the caller bundle has right PUBLISH TopicPermision. * - * @param topic * @throws SecurityException if the caller does not have the right to PUBLISH * TopicPermission */ diff --git a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerTracker.java b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerTracker.java index cc3f4e7a8c7..ef93f368fb4 100644 --- a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerTracker.java +++ b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerTracker.java @@ -155,7 +155,6 @@ else if (topic.endsWith("/*")) { //$NON-NLS-1$ * Return the set of handlers which subscribe to the event topic. A set is used * to ensure a handler is not called for an event more than once. * - * @param topic * @return a set of handlers */ public synchronized Set getHandlers(final String topic) { @@ -193,10 +192,6 @@ public synchronized Set getHandlers(final String topic) { /** * Dispatches Event to EventHandlers * - * @param eventListener - * @param listenerObject - * @param eventAction - * @param eventObject * @see org.eclipse.osgi.framework.eventmgr.EventDispatcher#dispatchEvent(java.lang.Object, * java.lang.Object, int, java.lang.Object) */ diff --git a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java index 71a662b82e0..58f799c0af0 100644 --- a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java +++ b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java @@ -24,7 +24,6 @@ /** * A wrapper for EventHandlers. This class caches property values and performs * final checks before calling the wrapped handler. - * */ public class EventHandlerWrapper { final ServiceReference reference; diff --git a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/mapper/EventAdapter.java b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/mapper/EventAdapter.java index 7313b0edfda..9dfd4bfe65f 100644 --- a/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/mapper/EventAdapter.java +++ b/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/mapper/EventAdapter.java @@ -26,9 +26,6 @@ public abstract class EventAdapter { final EventAdmin eventAdmin; - /** - * @param eventAdmin - */ public EventAdapter(EventAdmin eventAdmin) { this.eventAdmin = eventAdmin; } diff --git a/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java b/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java index faa4e223ba8..dbf2a03965c 100644 --- a/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java +++ b/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/testbase/BaseTest.java @@ -697,10 +697,6 @@ protected class TestContextPathAdaptor extends ContextPathCustomizer { protected final String contextPrefix; protected final String testName; - /** - * @param defaultFilter - * @param contextPrefix - */ public TestContextPathAdaptor(String defaultFilter, String contextPrefix, String testName) { super(); this.defaultFilter = defaultFilter; diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/context/ContextPathCustomizer.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/context/ContextPathCustomizer.java index 719485a95ce..4c0b338bf16 100644 --- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/context/ContextPathCustomizer.java +++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/context/ContextPathCustomizer.java @@ -52,7 +52,6 @@ public abstract class ContextPathCustomizer { * not provide the "osgi.http.whiteboard.context.select" service * property. * - * @param httpWhiteBoardService * @return a service filter that is used to select the default * SErvletContextHelper for the specified whiteboard service. */ diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/Activator.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/Activator.java index e02eda056fb..a541043b98e 100644 --- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/Activator.java +++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/Activator.java @@ -34,9 +34,6 @@ public class Activator implements BundleActivator, ServiceTrackerCustomizer { - /** - * - */ private static final Random RANDOM = new Random(); private static final String DEFAULT_SERVICE_DESCRIPTION = "Equinox Servlet Bridge"; //$NON-NLS-1$ private static final String DEFAULT_SERVICE_VENDOR = "Eclipse.org"; //$NON-NLS-1$ diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java index c08c46a6161..59d0ce942b1 100644 --- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java +++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java @@ -58,7 +58,6 @@ public synchronized HttpContext createDefaultHttpContext() { } /** - * @throws ServletException * @see ExtendedHttpService#registerFilter(String, Filter, Dictionary, * HttpContext) */ @@ -89,7 +88,6 @@ private HttpContextHolder getHttpContextHolder(HttpContext httpContext) { } /** - * @throws NamespaceException * @see HttpService#registerResources(String, String, HttpContext) */ public synchronized void registerResources(final String alias, final String name, HttpContext httpContext) @@ -109,8 +107,6 @@ public synchronized void registerResources(final String alias, final String name } /** - * @throws ServletException - * @throws NamespaceException * @see HttpService#registerServlet(String, Servlet, Dictionary, HttpContext) */ public synchronized void registerServlet(final String alias, final Servlet servlet, diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java index 3ee3ea8078f..03e1ace0b49 100644 --- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java +++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceRuntimeImpl.java @@ -1351,9 +1351,6 @@ public void ungetService(Bundle bundle, ServiceRegistration registration // is registered multiple times. This is unfortunate but is an error case on the // client anyway. class LegacyFilter implements Filter { - /** - * @throws ServletException - */ @Override public void init(FilterConfig filterConfig) throws ServletException { try { @@ -1385,9 +1382,6 @@ public LegacyServlet(Servlet servlet) { this.servlet = servlet; } - /** - * @throws ServletException - */ @Override public void init(ServletConfig config) throws ServletException { try { diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java index 805a538c6a7..5544c822bf2 100644 --- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java +++ b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java @@ -15,7 +15,6 @@ /** * @author aniefer - * */ public class Constants { public static final String INTERNAL_AMD64 = "amd64"; //$NON-NLS-1$ diff --git a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java index 341bc68f1ea..9def29ebd6a 100644 --- a/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java +++ b/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java @@ -39,7 +39,6 @@ * @deprecated Java WebStart is removed in Java 11. * * This API is planned to be deleted, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=544262 - * */ //The bundles are discovered by finding all the jars on the classpath. Then they are added with their full path to the osgi.bundles list. @Deprecated diff --git a/bundles/org.eclipse.equinox.log.stream/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.equinox.log.stream/.settings/org.eclipse.jdt.core.prefs index f14c86bd343..bec23683d62 100644 --- a/bundles/org.eclipse.equinox.log.stream/.settings/org.eclipse.jdt.core.prefs +++ b/bundles/org.eclipse.equinox.log.stream/.settings/org.eclipse.jdt.core.prefs @@ -60,7 +60,7 @@ org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected diff --git a/bundles/org.eclipse.equinox.log.stream/src/org/eclipse/equinox/internal/log/stream/LogStreamManager.java b/bundles/org.eclipse.equinox.log.stream/src/org/eclipse/equinox/internal/log/stream/LogStreamManager.java index 3192e438959..ca1cc205a06 100644 --- a/bundles/org.eclipse.equinox.log.stream/src/org/eclipse/equinox/internal/log/stream/LogStreamManager.java +++ b/bundles/org.eclipse.equinox.log.stream/src/org/eclipse/equinox/internal/log/stream/LogStreamManager.java @@ -30,7 +30,6 @@ * ServiceTrackerCustomizer> which listens to * the incoming logs using the LogListener. It is also responsible to provide service tracker * and each log entry to the LogStreamProviderFactory. - * */ public class LogStreamManager implements BundleActivator, ServiceTrackerCustomizer>, LogListener { diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeInformation.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeInformation.java index 780befa5037..95ab6689263 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeInformation.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeInformation.java @@ -17,7 +17,6 @@ * versions of {@link EquinoxObjectClassDefinition object class definitions}. * * @since 1.2 - * */ public interface EquinoxMetaTypeInformation extends MetaTypeInformation { /** diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeService.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeService.java index 7bbd870d316..9e0d46f874d 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeService.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxMetaTypeService.java @@ -20,7 +20,6 @@ * {@link EquinoxObjectClassDefinition object class definitions}. * * @since 1.2 - * */ public interface EquinoxMetaTypeService extends MetaTypeService { /** diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java index 6a22dea64da..33a5df78656 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java @@ -23,7 +23,6 @@ * other than the metatype namespace as extension attributes. * * @since 1.2 - * */ public interface EquinoxObjectClassDefinition extends ObjectClassDefinition, Extendable { /** diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java index a5d7a56e916..25c304e59dc 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java @@ -23,7 +23,6 @@ * metatype schema, but it is not strictly limited to this use. * * @since 1.2 - * */ public interface Extendable { /** diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/AttributeDefinitionImpl.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/AttributeDefinitionImpl.java index d270fa764c9..0c0e3b73b9d 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/AttributeDefinitionImpl.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/AttributeDefinitionImpl.java @@ -70,7 +70,6 @@ private AttributeDefinitionImpl(String id, String name, String description, int } /* - * */ @Override public Object clone() { diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/FragmentUtils.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/FragmentUtils.java index f54865ba00d..54e18501761 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/FragmentUtils.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/FragmentUtils.java @@ -24,7 +24,6 @@ public class FragmentUtils { /* - * */ public static boolean isFragment(Bundle bundle) { return (bundle.adapt(BundleRevision.class).getTypes() & BundleRevision.TYPE_FRAGMENT) != 0; diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/ObjectClassDefinitionImpl.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/ObjectClassDefinitionImpl.java index c5d8c411425..8385dc5875a 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/ObjectClassDefinitionImpl.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/ObjectClassDefinitionImpl.java @@ -65,7 +65,6 @@ public ObjectClassDefinitionImpl(String name, String description, String id, int } /* - * */ @Override public Object clone() { @@ -229,8 +228,6 @@ void setIcons(List icons) { /** * Method to set the resource bundle for this OCD and all its ADs. - * - * @param resourceBundleCache */ void setResourceBundle(String assignedLocale, Bundle bundle, Map resourceBundleCache) { setLocaleAndBundle(assignedLocale, bundle, resourceBundleCache); diff --git a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/ImmutableMap.java b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/ImmutableMap.java index bc37be95171..baa3141e568 100644 --- a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/ImmutableMap.java +++ b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/ImmutableMap.java @@ -67,9 +67,6 @@ public String get(String key) { /** * This method destructively adds the key/value pair to the table. The caller * must ensure the table has an empty slot before calling this method. - * - * @param key - * @param value */ @Override protected void internalPut(String key, String value) { @@ -224,7 +221,6 @@ public int size() { * Returns the value associated with this key in the map, or null * if the key is not present in the map. * - * @param key * @return The value associated with this key, or null */ public abstract String get(String key); @@ -238,9 +234,6 @@ protected static ImmutableMap createMap(int i) { /** * Destructively adds a key/value pair to this map. The caller must ensure there * is enough room in this map to proceed. - * - * @param key - * @param value */ protected abstract void internalPut(String key, String value); @@ -253,8 +246,6 @@ protected static ImmutableMap createMap(int i) { * Returns a new map that is equal to this one, except with the given key/value * pair added. * - * @param key - * @param value * @return The map containing the given key/value pair */ public abstract ImmutableMap put(String key, String value); @@ -262,7 +253,6 @@ protected static ImmutableMap createMap(int i) { /** * Returns a map that is equal to this one, except without the given key. * - * @param key * @return A map with the given key removed */ public abstract ImmutableMap removeKey(String key); diff --git a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/OsgiPreferenceMetadataStore.java b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/OsgiPreferenceMetadataStore.java index f5fe1b0615d..a83a7abd38d 100644 --- a/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/OsgiPreferenceMetadataStore.java +++ b/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/OsgiPreferenceMetadataStore.java @@ -24,7 +24,6 @@ * @see IEclipsePreferences * * @since 3.8 - * */ public final class OsgiPreferenceMetadataStore implements IPreferenceMetadataStore { diff --git a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java index 58d38bf846a..4bd77139521 100644 --- a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java +++ b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java @@ -31,7 +31,6 @@ * Concurrent Semantics
* * Threadsafe. - * */ public final class RegionManager implements BundleActivator { diff --git a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java index 079a99c6b53..dcf7c2f49a1 100644 --- a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java +++ b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java @@ -31,7 +31,6 @@ * Concurrent Semantics
* * Thread safe. - * */ public final class StandardRegionDigraph implements BundleIdToRegionMapping, RegionDigraph { diff --git a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java index cd3f02abdb3..e538cf74a73 100644 --- a/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java +++ b/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java @@ -149,8 +149,6 @@ public interface Region { /** * Get the bundle in this region with the given symbolic name and version. * - * @param symbolicName - * @param version * @return the bundle or null if there is no such bundle */ Bundle getBundle(String symbolicName, Version version); diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BufferedRandomInputStream.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BufferedRandomInputStream.java index 2f1bded00ab..eb19dacb062 100644 --- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BufferedRandomInputStream.java +++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BufferedRandomInputStream.java @@ -128,7 +128,6 @@ public String toString() { * a buffer-friendly manner. * * @param pos offset - * @throws IOException */ public void seek(long pos) throws IOException { if (pos >= buffer_start && pos < buffer_start + buffer_size) { @@ -146,7 +145,6 @@ public void seek(long pos) throws IOException { * Supplies functionality of the {@link java.io.RandomAccessFile#length()}. * * @return file length - * @throws IOException */ public long length() throws IOException { return inputFile.length(); diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/RegistryDelta.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/RegistryDelta.java index 5e22a2f7e8d..5d48effcc91 100644 --- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/RegistryDelta.java +++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/RegistryDelta.java @@ -49,7 +49,6 @@ public IExtensionDelta[] getExtensionDeltas(String extensionPoint) { } /** - * @param extensionPointId * @param extensionId must not be null */ public IExtensionDelta getExtensionDelta(String extensionPointId, String extensionId) { diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryCommandProvider.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryCommandProvider.java index 58ca17f91f8..53fb836cf22 100644 --- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryCommandProvider.java +++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryCommandProvider.java @@ -112,7 +112,6 @@ public void _pt(CommandInterpreter ci) throws Exception { /** * Handles the help command * - * @param intp * @return description for a particular command or false if there is no command * with the specified name */ diff --git a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SecurePreferencesTest.java b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SecurePreferencesTest.java index a0ea2e92034..88acc20ea99 100644 --- a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SecurePreferencesTest.java +++ b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SecurePreferencesTest.java @@ -143,8 +143,6 @@ public void testPreferences() throws IOException, StorageException { /** * Test relative names, absolute names, and children names - * - * @throws StorageException */ @Test public void testNames() throws IOException, StorageException { @@ -255,8 +253,6 @@ public void testNodeResolution() throws IOException, StorageException { /** * Tests node removal. - * - * @throws StorageException */ @Test public void testNodeRemoval() throws IOException, StorageException { @@ -316,8 +312,6 @@ public void testNodeRemoval() throws IOException, StorageException { /** * Tests validation of node paths. - * - * @throws Throwable */ @Test public void testPathValidation() throws Throwable { @@ -364,10 +358,6 @@ public void testLocation() throws MalformedURLException { /** * Tests data types - * - * @throws StorageException - * @throws IOException - * @throws MalformedURLException */ @Test public void testDataTypes() throws StorageException, MalformedURLException, IOException { diff --git a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java index e70b202be1e..1f6537ea0f9 100644 --- a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java +++ b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java @@ -98,9 +98,6 @@ protected Map getOptions() { /** * Tests preferences node name using slash encoding - * - * @throws IOException - * @throws BackingStoreException */ @Test public void testPreferencesWithSlashes() throws IOException, StorageException { diff --git a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/StorageAbstractTest.java b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/StorageAbstractTest.java index b69c250092d..acdafa37e00 100644 --- a/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/StorageAbstractTest.java +++ b/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/StorageAbstractTest.java @@ -88,8 +88,6 @@ protected Map getOptions(String defaultPassword) { /** * Might consider switching to configuration location. - * - * @throws MalformedURLException */ @SuppressWarnings("deprecation") protected URL getStorageLocation() throws MalformedURLException { diff --git a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java index fafc9abef38..45fb873b6d2 100644 --- a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java +++ b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java @@ -30,7 +30,6 @@ * In principals which contain multiple occurrences of the same attribute,the * default for all the methods is to return the most significant (first) * attribute found. - * */ public class X500PrincipalHelper { @@ -77,7 +76,6 @@ public void setPrincipal(X500Principal principal) { *

* * @return the Most significant common name attribute. - * */ public String getCN() { return findPart(attrCN); @@ -90,7 +88,6 @@ public String getCN() { *

* * @return the Most significant OU attribute. - * */ public String getOU() { @@ -105,7 +102,6 @@ public String getOU() { *

* * @return the Most significant O attribute. - * */ public String getO() { @@ -118,7 +114,6 @@ public String getO() { *

* * @return the C attribute. - * */ public String getC() { return findPart(attrC); @@ -129,7 +124,6 @@ public String getC() { *

* * @return the L attribute. - * */ public String getL() { return findPart(attrL); @@ -140,7 +134,6 @@ public String getL() { *

* * @return the ST attribute. - * */ public String getST() { return findPart(attrST); @@ -151,7 +144,6 @@ public String getST() { *

* * @return the STREET attribute. - * */ public String getSTREET() { return findPart(attrSTREET); @@ -163,7 +155,6 @@ public String getSTREET() { *

* * @return the EMAILADDRESS attribute. - * */ public String getEMAILDDRESS() { return findPart(attrEMAIL); @@ -232,7 +223,6 @@ private void parseDN(String dn) throws IllegalArgumentException { * to be returned * @return ArrayList containing the string values of the requested attribute. * Values are in the order they occur. May be empty. - * */ public ArrayList getAllValues(String attributeID) { ArrayList retList = new ArrayList<>(); diff --git a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/Activator.java b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/Activator.java index eaa41745504..e69866c0d68 100644 --- a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/Activator.java +++ b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/Activator.java @@ -187,7 +187,6 @@ public static AuthorizationManager getAuthorizationManager() { /** * Get the workbench image with the given path relative to ICON_PATH. * - * @param relativePath * @return ImageDescriptor */ public static ImageDescriptor getImageDescriptor(String relativePath) { diff --git a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttribute.java b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttribute.java index 923aff20069..5742c9a1b91 100644 --- a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttribute.java +++ b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttribute.java @@ -18,7 +18,6 @@ * * Objects of this class contain a decomposition of an attribute in an X509 * certificate so it can be displayed in the UI. - * */ public class X509CertificateAttribute { // Description of the field diff --git a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeContentProvider.java b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeContentProvider.java index bc57d0e8b82..140365e528f 100644 --- a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeContentProvider.java +++ b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeContentProvider.java @@ -34,7 +34,6 @@ * Currently this only supports the attributes exposed directly by * X509Certificate. Some commonly used extensions may not be displayed. * Contributions and enhancements are welcomed. - * */ public class X509CertificateAttributeContentProvider implements IStructuredContentProvider { diff --git a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeLabelProvider.java b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeLabelProvider.java index 1c87a721f46..2c699bba5e2 100644 --- a/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeLabelProvider.java +++ b/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/X509CertificateAttributeLabelProvider.java @@ -31,7 +31,6 @@ * representation of the attribute's value. *

* Used by org.eclipse.equinox.security.ui.wizard.CertificateViewer - * */ public class X509CertificateAttributeLabelProvider extends LabelProvider implements ITableLabelProvider { diff --git a/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java b/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java index bbbcd6ce79b..8fa166aeaf1 100644 --- a/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java +++ b/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java @@ -35,7 +35,6 @@ * Note that algorithm detection skips aliases: Alg.Alias.Cipher.ABC only a few * aliases are useful and it will be harder to separate human-readable aliases * from internal ones. - * */ public class JavaEncryption { diff --git a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/BridgeServlet.java b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/BridgeServlet.java index baa3365f918..f51b684c530 100644 --- a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/BridgeServlet.java +++ b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/BridgeServlet.java @@ -127,7 +127,6 @@ public void destroy() { * service is called by the Servlet Container and will first determine if the * request is a framework control and will otherwise try to delegate to the * registered servlet delegate - * */ @Override protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { diff --git a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java index 555985cf965..8bb3c5b11a0 100644 --- a/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java +++ b/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java @@ -948,8 +948,6 @@ protected int findMax(String[] candidates) { /** * Compares version strings. * - * @param left - * @param right * @return result of comparison, as integer; <0 if left < right; * 0 if left == right; >0 if left > right; */ @@ -975,7 +973,6 @@ private int compareVersion(Object[] left, Object[] right) { * compared. If we are unable to parse the full version, remaining elements are * initialized with suitable defaults. * - * @param version * @return an array of size 4; first three elements are of type Integer * (representing major, minor and service) and the fourth element is of * type String (representing qualifier). Note, that returning anything diff --git a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformInstanceListData.java b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformInstanceListData.java index ceae577da35..17bf4dd723b 100644 --- a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformInstanceListData.java +++ b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformInstanceListData.java @@ -58,7 +58,6 @@ public class TransformInstanceListData extends ServiceTracker { * registered against the given context the contents of this list will change. * * @param context the bundle context - * @param logServices * @throws InvalidSyntaxException thrown if there's an issue listening for * changes to the given transformer type */ diff --git a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java index 4839e2c5200..55ae332edc3 100644 --- a/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java +++ b/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java @@ -126,8 +126,6 @@ protected InputStream getInputStream(InputStream inputStream, Bundle bundle, Str /** * Return whether the given string matches the given pattern. * - * @param pattern - * @param string * @return whether the given string matches the given pattern */ private boolean match(Pattern pattern, String string) { @@ -197,7 +195,6 @@ public File getFile(String path, boolean nativeCode) { * Answers whether the resource at the given path or any of its children has a * transform associated with it. * - * @param path * @return whether the resource at the given path or any of its children has a * transform associated with it. */ diff --git a/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java b/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java index b1467c869e4..2d53cdb9273 100644 --- a/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java +++ b/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java @@ -231,7 +231,6 @@ public org.osgi.service.useradmin.Role getRole(String name) { * @return The roles managed by this UserAdmin whose properties match the * specified filter criteria, or all roles if a null filter * is specified. - * */ @Override public org.osgi.service.useradmin.Role[] getRoles(String filterString) throws InvalidSyntaxException { diff --git a/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminHashtable.java b/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminHashtable.java index 89c071d6c8f..e26a99c0c21 100644 --- a/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminHashtable.java +++ b/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminHashtable.java @@ -25,9 +25,6 @@ public class UserAdminHashtable extends Hashtable { - /** - * - */ private static final long serialVersionUID = -397030865421289240L; protected Role role; protected int propertyType; diff --git a/bundles/org.eclipse.equinox.weaving.caching.j9/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.equinox.weaving.caching.j9/.settings/org.eclipse.jdt.core.prefs index 893644abe9a..13267f8d3f1 100644 --- a/bundles/org.eclipse.equinox.weaving.caching.j9/.settings/org.eclipse.jdt.core.prefs +++ b/bundles/org.eclipse.equinox.weaving.caching.j9/.settings/org.eclipse.jdt.core.prefs @@ -43,11 +43,11 @@ org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore -org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning diff --git a/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java b/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java index 1e73af86f70..cffaf8d0bd3 100644 --- a/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java +++ b/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java @@ -84,7 +84,6 @@ public CacheEntry findStoredClass(final String namespace, final URL sourceFileUR /** * Hash the shared class namespace using MD5 * - * @param keyToHash * @return the MD5 version of the input string */ public String hashNamespace(final String namespace) { diff --git a/bundles/org.eclipse.equinox.weaving.caching/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.equinox.weaving.caching/.settings/org.eclipse.jdt.core.prefs index 557ad12b09a..92f4fda4f51 100644 --- a/bundles/org.eclipse.equinox.weaving.caching/.settings/org.eclipse.jdt.core.prefs +++ b/bundles/org.eclipse.equinox.weaving.caching/.settings/org.eclipse.jdt.core.prefs @@ -47,11 +47,11 @@ org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore -org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning diff --git a/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java b/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java index dbdec4a97ac..caec25b8db5 100644 --- a/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java +++ b/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java @@ -160,7 +160,6 @@ public CacheEntry findStoredClass(final String namespace, final URL sourceFileUR /** * Hash the shared class namespace using MD5 * - * @param keyToHash * @return the MD5 version of the input string */ private String hashNamespace(final String namespace) { diff --git a/bundles/org.eclipse.equinox.weaving.hook/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.equinox.weaving.hook/.settings/org.eclipse.jdt.core.prefs index 557ad12b09a..92f4fda4f51 100644 --- a/bundles/org.eclipse.equinox.weaving.hook/.settings/org.eclipse.jdt.core.prefs +++ b/bundles/org.eclipse.equinox.weaving.hook/.settings/org.eclipse.jdt.core.prefs @@ -47,11 +47,11 @@ org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore -org.eclipse.jdt.core.compiler.problem.missingJavadocComments=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=enabled org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=all_standard_tags -org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning diff --git a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/IWeavingService.java b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/IWeavingService.java index 2686eae8182..0128e9cb13f 100644 --- a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/IWeavingService.java +++ b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/IWeavingService.java @@ -83,7 +83,6 @@ public interface IWeavingService { * @param loader The classloader whichi s responsible for loading the class * @return The modified (woven) bytecode of the class or null, if no * modification happened - * @throws IOException */ public byte[] preProcess(String name, byte[] classbytes, ClassLoader loader) throws IOException; diff --git a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingBundleFile.java b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingBundleFile.java index bd5026060e0..2a78bc11523 100644 --- a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingBundleFile.java +++ b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingBundleFile.java @@ -32,9 +32,6 @@ public AbstractWeavingBundleFile(final BundleAdaptorProvider adaptorProvider, fi this.delegate = bundleFile; } - /** - * @return - */ public IWeavingAdaptor getAdaptor() { return this.adaptorProvider.getAdaptor(); } diff --git a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java index 42033a39f75..8108457f37a 100644 --- a/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java +++ b/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java @@ -45,7 +45,6 @@ public class WeavingBundleFile extends AbstractWeavingBundleFile { * @param adaptorProvider A provider that allows this wrapper to gain access to * the adaptor of this bundle * @param bundleFile The wrapped bundle file - * @throws IOException */ public WeavingBundleFile(final BundleAdaptorProvider adaptorProvider, final BundleFile bundleFile) { super(adaptorProvider, bundleFile); diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java index 0cd736a7fcc..d924fb0cf48 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java +++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/PlatformAdminImpl.java @@ -129,9 +129,6 @@ public StateHelper getStateHelper() { return StateHelperImpl.getInstance(); } - /** - * @throws BundleException - */ @Override public void commit(State state) throws BundleException { throw new UnsupportedOperationException(); diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateDeltaImpl.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateDeltaImpl.java index 58e1c1f7e3e..01e960a285f 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateDeltaImpl.java +++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateDeltaImpl.java @@ -19,7 +19,6 @@ /** * This class is threadsafe. - * */ final class StateDeltaImpl implements StateDelta { diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java index 0c0bf2adc3e..bc3c25ac605 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java +++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java @@ -567,7 +567,6 @@ public static StateHelper getInstance() { * VISIBLE_INCLUDE_ALL_HOST_WIRES, it uses resolved import packages to find all visible packages by a bundle. Called without this option, * it uses imported packages instead of resolved imported packages and does not consider resolved dynamic imports. * ImportsHolder serves to hide which of these is used, so that the body of getVisiblePackages() does not become full of checks. - * */ class ImportsHolder { private final ImportPackageSpecification[] importedPackages; diff --git a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/UserState.java b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/UserState.java index 0919cdbedb0..d910ede2d48 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/UserState.java +++ b/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/UserState.java @@ -42,9 +42,6 @@ public boolean updateBundle(BundleDescription newDescription) { return true; } - /** - * @throws BundleException - */ public StateDelta compare(State baseState) throws BundleException { BundleDescription[] currentBundles = this.getBundles(); StateDeltaImpl delta = new StateDeltaImpl(this); diff --git a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java index e2762e37a33..4beb4316fd9 100644 --- a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java +++ b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java @@ -104,7 +104,6 @@ private HttpWhiteboardConstants() { *

* For {@link ServletContextHelper} services, the value of each * initialization parameter service property must be of type {@code String}. - * */ public static final String HTTP_WHITEBOARD_CONTEXT_INIT_PARAM_PREFIX = "context.init."; @@ -216,7 +215,6 @@ private HttpWhiteboardConstants() { *

* For {@link Servlet} services, the value of each initialization parameter * service property must be of type {@code String}. - * */ public static final String HTTP_WHITEBOARD_SERVLET_INIT_PARAM_PREFIX = "servlet.init."; @@ -415,7 +413,6 @@ private HttpWhiteboardConstants() { *

* For {@link Filter} services, the value of each initialization parameter * service property must be of type {@code String}. - * */ public static final String HTTP_WHITEBOARD_FILTER_INIT_PARAM_PREFIX = "filter.init."; diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/wrapper.hooks.a/org/eclipse/osgi/tests/wrapper/hooks/a/TestHookConfigurator.java b/bundles/org.eclipse.osgi.tests/bundles_src/wrapper.hooks.a/org/eclipse/osgi/tests/wrapper/hooks/a/TestHookConfigurator.java index 731832b7ae5..103233bb98d 100755 --- a/bundles/org.eclipse.osgi.tests/bundles_src/wrapper.hooks.a/org/eclipse/osgi/tests/wrapper/hooks/a/TestHookConfigurator.java +++ b/bundles/org.eclipse.osgi.tests/bundles_src/wrapper.hooks.a/org/eclipse/osgi/tests/wrapper/hooks/a/TestHookConfigurator.java @@ -51,9 +51,6 @@ public URL getLocalURL() { return original.getLocalURL(); } - /** - * @throws IOException - */ @Override public InputStream getInputStream() throws IOException { return new ByteArrayInputStream(content); diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/PersistedBundleTests.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/PersistedBundleTests.java index af46e66b2c7..a9018ab47be 100755 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/PersistedBundleTests.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/PersistedBundleTests.java @@ -28,7 +28,6 @@ * indicates data should be immediately persisted with each update. A negative * value disables persistence on update altogether (but data will still be * persisted on shutdown). - * */ public class PersistedBundleTests extends AbstractBundleTests { diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java index b77a56e643c..aa1918ffcfa 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/TestModuleContainer.java @@ -1833,8 +1833,6 @@ public void testUses4() throws BundleException, IOException { /** * Test optional constraints - * @throws BundleException - * @throws IOException */ @Test public void testUses5Importer() throws BundleException, IOException { diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/debugoptions/DebugOptionsTestCase.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/debugoptions/DebugOptionsTestCase.java index 287eb74ed26..d7f48f58cb2 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/debugoptions/DebugOptionsTestCase.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/debugoptions/DebugOptionsTestCase.java @@ -1213,7 +1213,6 @@ static public class TraceEntry { /** * The date and time when the trace occurred. - * */ private final long timestamp; diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/StreamManagerTests.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/StreamManagerTests.java index 7c243a1a606..c6818c5645e 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/StreamManagerTests.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/StreamManagerTests.java @@ -98,7 +98,6 @@ void writeToFile(File file, String str) throws IOException { /** * This tests that FM will keep a backup version of a reliableFile and that * corrupting the reliableFile will recover the previous contents. - * */ public void testReliableFile() { String fileName = "testReliableFile.txt"; @@ -231,7 +230,6 @@ public void testBigReliableFile() { /** * This tests if migration from a prior (non-ReliableFile) .fileTable * to the current .fileTable is correct. - * */ public void testMigration() { File testDir = new File(base, "testMigrationManager"); @@ -301,7 +299,6 @@ public void testMigration() { /** * This tests that an output stream abort behave as expected. - * */ public void testAbort() { testAbort(true); @@ -366,7 +363,6 @@ private void testAbort(boolean reliable) { /** * This tests if getting an output stream-set work properly. - * */ public void testGetOutputStreamSet() { testGetOutputStreamSet(true); @@ -435,7 +431,6 @@ private void testGetOutputStreamSet(boolean reliable) { /** * This tests if aborting a managed stream-set works as expected - * */ public void testAbortStreamSet() { testAbortSet(true); diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/StateResolverTest.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/StateResolverTest.java index 0a4e1a364b0..9a1fe88b6c7 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/StateResolverTest.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/StateResolverTest.java @@ -61,7 +61,6 @@ public StateResolverTest(String name) { * Tests adding 3 new bundles to an already resolved state and then * resolving only one of the bundles. The result should be all 3 added * bundles being resolved. - * */ public void testAdd3Resolve1() throws BundleException { State state = buildInitialState(); @@ -450,7 +449,6 @@ public void testRemovalResolve() throws BundleException { * resolving only one of the bundles. The result should be all 3 added * bundles being resolved. Then re-resolving the same bundle. The result * should be only the one bundle being resolved. - * */ public void testReresolveBundle() throws BundleException { State state = buildInitialState(); diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/XFriendsInternalResolverTest.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/XFriendsInternalResolverTest.java index 39c6f032c27..3c9132ed9eb 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/XFriendsInternalResolverTest.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/XFriendsInternalResolverTest.java @@ -33,7 +33,6 @@ public XFriendsInternalResolverTest(String name) { * declares an x-friends directive and the importer is not a friend. When a bundle requires * anther bundle which exports packages which declare an x-friends directive it should not * have access to the packages unless the requiring bundle is a friend. - * @throws BundleException */ public void testXFriends() throws BundleException { State state = buildEmptyState(); diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/LatinTextProcessorTestCase.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/LatinTextProcessorTestCase.java index 5edae24c5b6..2d9705536b5 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/LatinTextProcessorTestCase.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/LatinTextProcessorTestCase.java @@ -19,7 +19,6 @@ /** * Test for strings that use the TextProcessor but are not run in a bidi locale. * Latin locales should return the same String that was passed in. - * */ public class LatinTextProcessorTestCase extends TextProcessorTestCase { diff --git a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/TextProcessorTestCase.java b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/TextProcessorTestCase.java index 685b5376712..c5a3c4fff01 100644 --- a/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/TextProcessorTestCase.java +++ b/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/TextProcessorTestCase.java @@ -17,7 +17,6 @@ /** * Common class for TextProcessor test cases. - * */ public abstract class TextProcessorTestCase extends TestCase { // some Hebrew strings to use for test cases @@ -94,8 +93,6 @@ public abstract class TextProcessorTestCase extends TestCase { /** * Constructor for class - * - * @param name */ public TextProcessorTestCase(String name) { super(name); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java index cf593b6d5f1..e1d2a9e0f5e 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java @@ -1077,7 +1077,6 @@ private static void startBundle(Bundle bundle, int options) { /** * Returns a URL which is equivalent to the given URL relative to the * specified base URL. Works only for file: URLs - * @throws MalformedURLException */ private static URL makeRelative(URL base, URL location) throws MalformedURLException { if (base == null) diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/ConsoleManager.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/ConsoleManager.java index d5de745907d..f6b3e8c7573 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/ConsoleManager.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/ConsoleManager.java @@ -78,7 +78,6 @@ public void checkForConsoleBundle() throws BundleException { /** * Stops the OSGi Command console - * */ public void stopConsole() { // nothing diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor.java index bad1d89e4f7..79bff1a4574 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor.java @@ -28,9 +28,6 @@ public class DefaultStartupMonitor implements StartupMonitor { /** * Create a new startup monitor using the given splash handler. The splash handle must * have an updateSplash method. - * - * @param splashHandler - * @throws IllegalStateException */ public DefaultStartupMonitor(Runnable splashHandler, EquinoxConfiguration equinoxConfig) throws IllegalStateException { this.splashHandler = splashHandler; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/Module.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/Module.java index 64cda188b05..fa482be26ca 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/Module.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/Module.java @@ -300,7 +300,6 @@ final void setlastModified(long lastModified) { * nested within a started transition event lock. A stopped transition lock * may be nested within an updated, unresolved or uninstalled transition lock. * @param transitionEvent the transition event to acquire the lock for. - * @throws BundleException */ protected final void lockStateChange(ModuleEvent transitionEvent) throws BundleException { boolean previousInterruption = Thread.interrupted(); @@ -360,7 +359,6 @@ protected final void lockStateChange(ModuleEvent transitionEvent) throws BundleE /** * Releases the lock for state changes for the specified transition event. - * @param transitionEvent */ protected final void unlockStateChange(ModuleEvent transitionEvent) { if (stateChangeLock.getHoldCount() == 0 || !stateTransitionEvents.contains(transitionEvent)) @@ -371,7 +369,6 @@ protected final void unlockStateChange(ModuleEvent transitionEvent) { /** * Returns true if the current thread holds the state change lock for the specified transition event. - * @param transitionEvent * @return true if the current thread holds the state change lock for the specified transition event. */ public final boolean holdsTransitionEventLock(ModuleEvent transitionEvent) { @@ -756,7 +753,6 @@ final boolean hasLazyActivatePolicy() { /** * Used internally by the container to determine if any thread is in the middle * of a start operation on this module. - * @return */ final boolean inStart() { return inStart.get() > 0; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleCapability.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleCapability.java index 7cda53fd070..5c70edd4d71 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleCapability.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleCapability.java @@ -69,7 +69,6 @@ Map getPersistentAttributes() { /** * Only used by the system module for setting transient attributes associated * with the {@link NativeNamespace osgi.native} namespace. - * @param transientAttrs */ public void setTransientAttrs(Map transientAttrs) { if (this.transientAttrs == null) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java index 0ce498543a0..3f779be8691 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java @@ -1277,7 +1277,6 @@ private void unloadModules() { /** * Sets all the module states uninstalled except for the system module. - * @throws BundleException */ public void setInitialModuleStates() throws BundleException { moduleDatabase.readLock(); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainerAdaptor.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainerAdaptor.java index 2a536092b73..64544a02d9a 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainerAdaptor.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainerAdaptor.java @@ -39,7 +39,6 @@ public void execute(Runnable command) { /** * Event types that may be {@link #publishContainerEvent(ContainerEvent, Module, Throwable, FrameworkListener...) published} * for a container. - * */ public enum ContainerEvent { /** diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleDatabase.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleDatabase.java index aaeda57d26f..7b24ea597bb 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleDatabase.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleDatabase.java @@ -857,7 +857,6 @@ final void addCapabilities(ModuleRevision revision) { * {@link ModuleDatabase#findCapabilities(Requirement)} method. *

* This method must be called while holding the {@link #writeLock() write} lock. - * @param revision */ protected void removeCapabilities(ModuleRevision revision) { checkWrite(); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleLoader.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleLoader.java index 9e2c390c2b0..ece3371d63b 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleLoader.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleLoader.java @@ -38,9 +38,6 @@ public abstract class ModuleLoader { /** * - * @param path - * @param filePattern - * @param options * @return TODO * @see ModuleWiring#listResources(String, String, int) */ diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleResolver.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleResolver.java index 402c3f28d11..344a55ddac0 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleResolver.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleResolver.java @@ -165,7 +165,6 @@ private static int parseInteger(String sInteger, int defaultValue, int minValue) * @param moduleDatabase the module database. * @return a delta container the new wirings or modified wirings that should be * merged into the moduleDatabase - * @throws ResolutionException */ ModuleResolutionReport resolveDelta(Collection triggers, boolean triggersMandatory, Collection unresolved, Map wiringCopy, ModuleDatabase moduleDatabase) { if (!triggersMandatory) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/SystemModule.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/SystemModule.java index 3c541989fcd..67bb9bbdb91 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/SystemModule.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/SystemModule.java @@ -178,9 +178,6 @@ public ContainerEvent waitForStop(long timeout) throws InterruptedException { } } - /** - * @throws BundleException - */ protected void initWorker() throws BundleException { // Do nothing } @@ -239,7 +236,6 @@ public void stop(StopOptions... options) throws BundleException { /** * Restarts the module container. * @see Framework#update() - * @throws BundleException */ public void update() throws BundleException { getContainer().checkAdminPermission(getBundle(), AdminPermission.LIFECYCLE); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/ArrayMap.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/ArrayMap.java index fd94dfc67a7..d5bb558ae04 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/ArrayMap.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/ArrayMap.java @@ -34,8 +34,6 @@ public ArrayMap(int initialCapacity) { /** * Note that the keys and values are not copied. Changes to this ArrayMap * will change the values of the keys and values Lists. - * @param keys - * @param values */ public ArrayMap(List keys, List values) { if (keys.size() != values.size()) diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap.java index a067b6993c9..d51fd6f37d9 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap.java @@ -296,7 +296,6 @@ public V get(Object key) { * Returns the specified key or, if the key is a String, returns * a case-insensitive wrapping of the key. * - * @param key * @return The specified key or a case-insensitive wrapping of the key. */ private Object keyWrap(Object key) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/FilePath.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/FilePath.java index e3b5793d36a..e3c082e4efc 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/FilePath.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/FilePath.java @@ -44,8 +44,6 @@ public class FilePath { /** * Constructs a new file path from the given File object. - * - * @param location */ public FilePath(File location) { initialize(location.getPath()); @@ -57,8 +55,6 @@ public FilePath(File location) { /** * Constructs a new file path from the given string path. - * - * @param original */ public FilePath(String original) { initialize(original); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/Headers.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/Headers.java index bc6e00a50ab..5dc1a330d47 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/Headers.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/Headers.java @@ -239,7 +239,6 @@ public synchronized boolean isEmpty() { * * @param key header name. * @param value header value. - * @throws UnsupportedOperationException */ @Override public synchronized V put(K key, V value) { @@ -252,7 +251,6 @@ public synchronized V put(K key, V value) { * Always throws UnsupportedOperationException. * * @param key header name. - * @throws UnsupportedOperationException */ @Override public V remove(Object key) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java index 255f3a9a2aa..9ead808c195 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java @@ -370,7 +370,6 @@ public ZipFile run() throws IOException { * @param file the file * @param handler the URLStreamHandler * @return a URL - * @throws MalformedURLException */ public URL getURL(final String protocol, final String host, final int port, final String file, final URLStreamHandler handler) throws MalformedURLException { if (System.getSecurityManager() == null) @@ -438,7 +437,6 @@ public S run() { * Class.forName(name) * @param name the name of the class. * @return a Class - * @throws ClassNotFoundException */ public Class forName(final String name) throws ClassNotFoundException { if (System.getSecurityManager() == null) @@ -462,7 +460,6 @@ public Class run() throws Exception { * Tries to load a class from the System ClassLoader or if that doesn't exist tries the boot ClassLoader * @param name the name of the class. * @return a Class - * @throws ClassNotFoundException */ public Class loadSystemClass(final String name) throws ClassNotFoundException { if (System.getSecurityManager() == null) { @@ -506,7 +503,6 @@ public Void run() { * Starts a module. * @param module the module to start * @param options the start options - * @throws BundleException */ public void start(final Module module, final Module.StartOptions... options) throws BundleException { if (System.getSecurityManager() == null) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/Capabilities.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/Capabilities.java index 76942e892b2..bce86f04c54 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/Capabilities.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/Capabilities.java @@ -255,7 +255,6 @@ public Collection addCapabilities(ModuleRevision revision) { * provided by the specified revision from this database. These capabilities * must no longer be available for lookup with the * {@link #findCapabilities(Requirement)} method. - * @param revision */ public void removeCapabilities(ModuleRevision revision) { for (ModuleCapability capability : revision.getModuleCapabilities(null)) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/NamespaceList.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/NamespaceList.java index 4813c1c139d..a6cea0c2fc8 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/NamespaceList.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/container/NamespaceList.java @@ -353,7 +353,6 @@ public List apply(String n) { * elements should not be excluded from being added * @param elementFilter the predicate that returns true for elements to be * added - * */ public void addAllFiltered(NamespaceList list, Predicate namespaceFilter, Predicate elementFilter) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/Debug.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/Debug.java index daee0c1407a..9a675be98c3 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/Debug.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/Debug.java @@ -226,7 +226,6 @@ public void optionsChanged(DebugOptions dbgOptions) { /** * Prints x to the PrintStream - * @param x */ public static void print(boolean x) { out.print(x); @@ -234,7 +233,6 @@ public static void print(boolean x) { /** * Prints x to the PrintStream - * @param x */ public static void print(char x) { out.print(x); @@ -242,7 +240,6 @@ public static void print(char x) { /** * Prints x to the PrintStream - * @param x */ public static void print(int x) { out.print(x); @@ -250,7 +247,6 @@ public static void print(int x) { /** * Prints x to the PrintStream - * @param x */ public static void print(long x) { out.print(x); @@ -258,7 +254,6 @@ public static void print(long x) { /** * Prints x to the PrintStream - * @param x */ public static void print(float x) { out.print(x); @@ -266,7 +261,6 @@ public static void print(float x) { /** * Prints x to the PrintStream - * @param x */ public static void print(double x) { out.print(x); @@ -274,7 +268,6 @@ public static void print(double x) { /** * Prints x to the PrintStream - * @param x */ public static void print(char x[]) { out.print(x); @@ -282,7 +275,6 @@ public static void print(char x[]) { /** * Prints x to the PrintStream - * @param x */ public static void print(String x) { out.print(x); @@ -290,7 +282,6 @@ public static void print(String x) { /** * Prints x to the PrintStream - * @param x */ public static void print(Object x) { out.print(x); @@ -298,7 +289,6 @@ public static void print(Object x) { /** * Prints x to the PrintStream - * @param x */ public static void println(boolean x) { out.println(x); @@ -306,7 +296,6 @@ public static void println(boolean x) { /** * Prints x to the PrintStream - * @param x */ public static void println(char x) { out.println(x); @@ -314,7 +303,6 @@ public static void println(char x) { /** * Prints x to the PrintStream - * @param x */ public static void println(int x) { out.println(x); @@ -322,7 +310,6 @@ public static void println(int x) { /** * Prints x to the PrintStream - * @param x */ public static void println(long x) { out.println(x); @@ -330,7 +317,6 @@ public static void println(long x) { /** * Prints x to the PrintStream - * @param x */ public static void println(float x) { out.println(x); @@ -338,7 +324,6 @@ public static void println(float x) { /** * Prints x to the PrintStream - * @param x */ public static void println(double x) { out.println(x); @@ -346,7 +331,6 @@ public static void println(double x) { /** * Prints x to the PrintStream - * @param x */ public static void println(char x[]) { out.println(x); @@ -354,7 +338,6 @@ public static void println(char x[]) { /** * Prints x to the PrintStream - * @param x */ public static void println(String x) { out.println(x); @@ -362,7 +345,6 @@ public static void println(String x) { /** * Prints x to the PrintStream - * @param x */ public static void println(Object x) { out.println(x); @@ -370,7 +352,6 @@ public static void println(Object x) { /** * Prints t to the PrintStream - * @param t */ public static void printStackTrace(Throwable t) { if (t == null) diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/EclipseDebugTrace.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/EclipseDebugTrace.java index e5cc211dcd0..32747a511d7 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/EclipseDebugTrace.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/EclipseDebugTrace.java @@ -640,9 +640,6 @@ private Writer openWriter(final File traceFile) { } if (out == null) { out = new FilterOutputStream(System.out) { - /** - * @throws IOException - */ @Override public void close() throws IOException { // We don't want to close System.out diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugTraceEntry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugTraceEntry.java index 90c1f13909d..01560c79f1e 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugTraceEntry.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugTraceEntry.java @@ -27,7 +27,6 @@ public class FrameworkDebugTraceEntry { /** * The date and time when the trace occurred. - * */ private final long timestamp; @@ -269,10 +268,6 @@ public final int getLineNumber() { return lineNumber; } - /** - * - * @param newMessage - */ void setMessage(final String newMessage) { message = newMessage; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/BundleContextImpl.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/BundleContextImpl.java index 544c1cb60ca..eae2c39c944 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/BundleContextImpl.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/BundleContextImpl.java @@ -115,7 +115,6 @@ public BundleContextImpl(EquinoxBundle bundle, EquinoxContainer container) { /** * Destroy the wrapper. This is called when the bundle is stopped. - * */ protected void close() { valid = false; /* invalidate context */ diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java index d30701f7778..0c8f3726447 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java @@ -1639,7 +1639,6 @@ private static final class DictionaryMap extends AbstractMap imp /** * Create a case insensitive map from the specified dictionary. * - * @param dictionary * @throws IllegalArgumentException If {@code dictionary} contains case * variants of the same key name. */ diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/OSGiFrameworkHooks.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/OSGiFrameworkHooks.java index 3318d63f249..fc34b5137ac 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/OSGiFrameworkHooks.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/OSGiFrameworkHooks.java @@ -125,7 +125,6 @@ void notifyCollisionHooksPriviledged(final int operationType, final Bundle targe * which does all the necessary service registry lookups. * * This class is not thread safe and expects external synchronization. - * */ static class CoreResolverHookFactory implements ResolverHookFactory { // need a tuple to hold the service reference and hook object diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory.java index 1115d1e5768..73f243b5e4b 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory.java @@ -24,7 +24,6 @@ public interface ActivatorHookFactory { * Creates an activator for an equinox hook. The returned * activator will be called when the system bundle is * started and stopped. - * */ public BundleActivator createActivator(); } diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/BundleLoader.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/BundleLoader.java index 190ae673946..c88a7edb396 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/BundleLoader.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/BundleLoader.java @@ -385,7 +385,6 @@ final URL getResource(String name) { * Finds a class local to this bundle. Only the classloader for this bundle is searched. * @param name The name of the class to find. * @return The loaded Class or null if the class is not found. - * @throws ClassNotFoundException */ public Class findLocalClass(String name) throws ClassNotFoundException { long start = 0; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/ModuleClassLoader.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/ModuleClassLoader.java index ede519ad212..af1b0b21129 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/ModuleClassLoader.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/ModuleClassLoader.java @@ -79,7 +79,6 @@ public Bundle getBundle() { /** * Holds the result of a defining a class. - * */ public static class DefineClassResult { /** diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/SystemBundleLoader.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/SystemBundleLoader.java index 11099cfd459..8c64483d3ef 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/SystemBundleLoader.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/SystemBundleLoader.java @@ -100,7 +100,6 @@ public URL findResource(String name) { /** * The ClassLoader that loads OSGi framework classes is used to find the resource. * This method never gets called because there is no ModuleClassLoader for the framework. - * @throws IOException */ @Override public Enumeration findResources(String name) throws IOException { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathEntry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathEntry.java index d9361831241..296412130e1 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathEntry.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathEntry.java @@ -216,7 +216,6 @@ public URL findResource(String name, Module m, int index) { /** * Adds the BundleFile objects for this classpath in the proper order * for searching for resources. This handles Multi-Release ordering also. - * @param bundlefiles */ public void addBundleFiles(List bundlefiles) { bundlefiles.addAll(mrBundleFiles); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathManager.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathManager.java index dbaf19969d0..53bc1b2fd73 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathManager.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/ClasspathManager.java @@ -141,7 +141,6 @@ private static void insertFragment(FragmentClasspath fragClasspath, Listnull. - * @return */ static ManifestPackageAttributes of(String specificationTitle, String specificationVersion, String specificationVendor, String implementationTitle, String implementationVersion, String implementationVendor, ManifestPackageAttributes defaultAttributes) { if (defaultAttributes == null) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor.java index 1a754a7a87b..c8b21e56279 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor.java @@ -29,10 +29,6 @@ class TitleVersionVendor { /** * Factory for creating TitleVersionVendor objects. If the given title, version and * vendor are null then {@link #NONE} is returned. - * @param title - * @param version - * @param vendor - * @return */ static TitleVersionVendor of(String title, String version, String vendor) { if (title == null && version == null && vendor == null) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogServices.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogServices.java index 2efb30678a5..14def44cc0f 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogServices.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogServices.java @@ -113,18 +113,12 @@ public EquinoxLogServices(EquinoxConfiguration environmentInfo) { private ServiceRegistration frameworkLogReg; private ServiceRegistration perfLogReg; - /** - * @throws BundleException - */ public void start(BundleContext context) throws BundleException { logServiceManager.start(context); frameworkLogReg = StorageUtil.register(FrameworkLog.class.getName(), eclipseLogFactory, context); perfLogReg = registerPerformanceLog(context); } - /** - * @throws BundleException - */ public void stop(BundleContext context) throws BundleException { frameworkLogReg.unregister(); perfLogReg.unregister(); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogWriter.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogWriter.java index b0aee6d42f5..6fc54b28acd 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogWriter.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/EquinoxLogWriter.java @@ -325,9 +325,6 @@ public synchronized void setWriter(Writer newWriter, boolean append) { setOutput(null, newWriter, append); } - /** - * @throws IOException - */ public synchronized void setFile(File newFile, boolean append) throws IOException { if (newFile != null && !newFile.equals(this.outFile)) { // If it's a new file, then reset. diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/LogServiceManager.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/LogServiceManager.java index 45f16b29560..bfcff1a0aa8 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/LogServiceManager.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/LogServiceManager.java @@ -123,7 +123,6 @@ LoggerAdmin getLoggerAdmin() { /** * BundleListener.bundleChanged method. - * */ @SuppressWarnings("deprecation") @Override @@ -140,7 +139,6 @@ public void bundleChanged(BundleEvent event) { /** * ServiceListener.serviceChanged method. - * */ @Override public void serviceChanged(ServiceEvent event) { @@ -159,7 +157,6 @@ public void serviceChanged(ServiceEvent event) { /** * FrameworkListener.frameworkEvent method. - * */ @SuppressWarnings("deprecation") @Override @@ -188,7 +185,6 @@ public void frameworkEvent(FrameworkEvent event) { /** * Convert BundleEvent type to a string. - * */ private static String getBundleEventTypeName(int type) { switch (type) { @@ -226,7 +222,6 @@ private static String getBundleEventTypeName(int type) { /** * Convert ServiceEvent type to a string. - * */ private static String getServiceEventTypeName(int type) { switch (type) { @@ -246,7 +241,6 @@ private static String getServiceEventTypeName(int type) { /** * Convert FrameworkEvent type to a string. - * */ private static String getFrameworkEventTypeName(int type) { switch (type) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager.java index fed8442028a..e830739c7e5 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager.java @@ -23,7 +23,6 @@ * * This security manager implements the ConditionalPermission processing for * OSGi. It is to be used with ConditionalPermissionAdmin. - * */ public class EquinoxSecurityManager extends SecurityManager { /* diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/PermissionsHash.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/PermissionsHash.java index bdc384a22a5..d9f8e0eb2cc 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/PermissionsHash.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/PermissionsHash.java @@ -31,7 +31,6 @@ * collections of permissions, as long as it is not necessary * to remember when multiple occurances of .equal permissions * are added. - * */ class PermissionsHash extends PermissionCollection { private static final long serialVersionUID = 3258408426341284153L; @@ -42,7 +41,6 @@ class PermissionsHash extends PermissionCollection { /** * Constructs a new instance of this class. - * */ public PermissionsHash() { super(); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/SecurityAdmin.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/SecurityAdmin.java index 4a1ad522343..9a9c9a9514e 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/SecurityAdmin.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/SecurityAdmin.java @@ -587,9 +587,6 @@ public URL getResource(String name) { return null; } - /** - * @throws IOException - */ @Override public Enumeration getResources(String name) throws IOException { return null; @@ -625,65 +622,41 @@ public boolean hasPermission(Object permission) { return false; } - /** - * @throws ClassNotFoundException - */ @Override public Class loadClass(String name) throws ClassNotFoundException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void start(int options) throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void start() throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void stop(int options) throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void stop() throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void uninstall() throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void update() throws BundleException { throw new IllegalStateException(); } - /** - * @throws BundleException - */ @Override public void update(InputStream in) throws BundleException { throw new IllegalStateException(); @@ -739,20 +712,12 @@ public String toString() { return subject.toString(); } - /** - * @throws CertificateExpiredException - * @throws java.security.cert.CertificateNotYetValidException - */ @Override public void checkValidity() throws CertificateExpiredException, java.security.cert.CertificateNotYetValidException { throw new UnsupportedOperationException(); } - /** - * @throws java.security.cert.CertificateExpiredException - * @throws java.security.cert.CertificateNotYetValidException - */ @Override public void checkValidity(Date var0) throws java.security.cert.CertificateExpiredException, java.security.cert.CertificateNotYetValidException { @@ -819,9 +784,6 @@ public boolean[] getSubjectUniqueID() { throw new UnsupportedOperationException(); } - /** - * @throws CertificateEncodingException - */ @Override public byte[] getTBSCertificate() throws CertificateEncodingException { throw new UnsupportedOperationException(); @@ -832,9 +794,6 @@ public int getVersion() { throw new UnsupportedOperationException(); } - /** - * @throws CertificateEncodingException - */ @Override public byte[] getEncoded() throws CertificateEncodingException { throw new UnsupportedOperationException(); @@ -845,13 +804,6 @@ public PublicKey getPublicKey() { throw new UnsupportedOperationException(); } - /** - * @throws java.security.InvalidKeyException - * @throws java.security.NoSuchAlgorithmException - * @throws java.security.NoSuchProviderException - * @throws java.security.SignatureException - * @throws java.security.cert.CertificateException - */ @Override public void verify(PublicKey var0) throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException, @@ -859,13 +811,6 @@ public void verify(PublicKey var0) throws java.security.InvalidKeyException, throw new UnsupportedOperationException(); } - /** - * @throws InvalidKeyException - * @throws NoSuchAlgorithmException - * @throws NoSuchProviderException - * @throws SignatureException - * @throws CertificateException - */ @Override public void verify(PublicKey var0, String var1) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, CertificateException { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/service/security/AuthorizationEngine.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/service/security/AuthorizationEngine.java index b57c3929722..8eb1ecb887d 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/service/security/AuthorizationEngine.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/service/security/AuthorizationEngine.java @@ -67,7 +67,6 @@ private void fireEvent(AuthorizationEvent event) { /** * Authorizes a SignedContent object. The engine determines if the * signed content authorization should be granted. - * @param content * @param context the context associated with the signed content * @return an authorization event which will be fired. A value of null * may be returned; in this case no authorization event will be fired. diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateTrustAuthority.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateTrustAuthority.java index ec126b74730..090ad3e0594 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateTrustAuthority.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateTrustAuthority.java @@ -19,7 +19,6 @@ /** * A CertificateTrustAuthority is used to check if certificate chains are trusted. - * */ public interface CertificateTrustAuthority { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateVerifier.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateVerifier.java index b8170bce2e8..fa031c314e5 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateVerifier.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/provisional/verifier/CertificateVerifier.java @@ -30,11 +30,6 @@ public interface CertificateVerifier { /** * Verify the content of the repository. - * - * @throws CertificateException - * @throws CertificateExpiredException - * @throws CertificateParsingException - * @throws SignatureException */ public void checkContent() throws CertificateException, CertificateExpiredException, SignatureException; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/service/security/KeyStoreTrustEngine.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/service/security/KeyStoreTrustEngine.java index 47764b5ac0c..3a3fb2669c8 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/service/security/KeyStoreTrustEngine.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/service/security/KeyStoreTrustEngine.java @@ -86,7 +86,6 @@ private char[] getPassword() { /** * Return the KeyStore managed * @return The KeyStore instance, initialized and loaded - * @throws KeyStoreException */ private synchronized KeyStore getKeyStore() throws IOException, GeneralSecurityException { if (null == keyStore) { @@ -320,7 +319,6 @@ private void safeClose(OutputStream out) { /** * Get an input stream for the KeyStore managed * @return inputstream - the stream - * @throws KeyStoreException */ private InputStream getInputStream() throws IOException { return new FileInputStream(new File(getPath())); @@ -329,7 +327,6 @@ private InputStream getInputStream() throws IOException { /** * Get an output stream for the KeyStore managed * @return outputstream - the stream - * @throws KeyStoreException */ private OutputStream getOutputStream() throws IOException { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/HookContext.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/HookContext.java index de045bd59b5..bae5f8a8f11 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/HookContext.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/HookContext.java @@ -21,7 +21,6 @@ * This is effectively a "closure" for calling each hook. The hook context * must know the type of the hook object, the method to call on the hook * as well as all the parameters which need to be passed to the hook method. - * */ @FunctionalInterface public interface HookContext { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ModifiedServiceEvent.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ModifiedServiceEvent.java index 4ae46dc54d5..188bcf89519 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ModifiedServiceEvent.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ModifiedServiceEvent.java @@ -19,7 +19,6 @@ /** * ServiceEvent subtype for MODIFIED_ENDMATCH computation. - * */ class ModifiedServiceEvent extends ServiceEvent { private static final long serialVersionUID = -5373850978543026102L; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl.java index f04cf4270da..27a1715d826 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl.java @@ -59,7 +59,6 @@ public class ServiceReferenceImpl implements ServiceReference { /** * Construct a reference. - * */ ServiceReferenceImpl(ServiceRegistrationImpl registration) { this.registration = registration; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl.java index f67041c6333..e6b4212e77a 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl.java @@ -101,7 +101,6 @@ public class ServiceRegistrationImpl implements ServiceRegistration, Compa /** * Construct a ServiceRegistration and register the service * in the framework's service registry. - * */ ServiceRegistrationImpl(ServiceRegistry registry, BundleContextImpl context, String[] clazzes, S service) { this.registry = registry; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistry.java index 20b84db38f0..2110a72f795 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistry.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ServiceRegistry.java @@ -123,7 +123,6 @@ public class ServiceRegistry { /** * Initializes the internal data structures of this ServiceRegistry. - * */ public ServiceRegistry(EquinoxContainer container) { this.container = container; diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection.java index 728bcfbd988..acb891eb3db 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection.java @@ -33,7 +33,6 @@ * All the optional Collection operations except * add and addAll are supported. Attempting to add to the * collection will result in an UnsupportedOperationException. - * */ public class ShrinkableCollection implements Collection { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/weaving/DynamicImportList.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/weaving/DynamicImportList.java index f44923f2523..8836b3efa99 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/weaving/DynamicImportList.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/weaving/DynamicImportList.java @@ -21,7 +21,6 @@ /** * A list of DynamicImport-Package statements that are to be used for adding new * dynamic imports to a bundle class loader. - * */ public class DynamicImportList extends AbstractList implements RandomAccess { // the collection of valid DynamicImport-Package statments. diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java index f5c9ab97249..8de63eed4d1 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java @@ -314,7 +314,6 @@ public interface State { *

 	 *  if (this.getResolver() != value) value.setState(this);
 	 * 
- * */ // TODO what happens if you set the Resolver after some bundles have // been added to the state but it is not resolved? Should setting diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java index 5d980c34a43..41a7fe1e70b 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java @@ -597,17 +597,11 @@ public URLConnection getContentConnection(Module module, String bundleLocation, if (in != null) { return new URLConnection(null) { - /** - * @throws IOException - */ @Override public void connect() throws IOException { connected = true; } - /** - * @throws IOException - */ @Override public InputStream getInputStream() throws IOException { return (in); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleEntry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleEntry.java index ffbde9a61cb..1bb54a47153 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleEntry.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleEntry.java @@ -88,7 +88,6 @@ public String toString() { * Used for class loading. This default implementation gets the input stream from this entry * and copies the content into a byte array. * @return a byte array containing the content of this entry - * @throws IOException */ public byte[] getBytes() throws IOException { InputStream in = getInputStream(); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleFile.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleFile.java index 598782c3fda..0f6998cc004 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleFile.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/BundleFile.java @@ -150,7 +150,6 @@ public URL getResourceURL(String path, Module hostModule, int index) { * @param bundleEntry the bundle entry * @param hostModule the host module * @param index the resource index - * @param path * @return a URL to access the contents of the specified entry */ protected URL createResourceURL(BundleEntry bundleEntry, Module hostModule, int index, String path) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/CloseableBundleFile.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/CloseableBundleFile.java index 66860195ab7..216fb5cfc88 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/CloseableBundleFile.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/CloseableBundleFile.java @@ -114,7 +114,6 @@ protected void releaseOpen() { /** * Internal method that does the work to open this bundle file. Must hold the * openLock while calling this method. - * */ private void internalOpen() throws IOException { if (closed) { @@ -457,7 +456,6 @@ void decrementReference() { * closed until the stream is closed (or a timeout happens). * @param entry the entry to get the input stream for * @return the input stream for the entry - * @throws IOException */ public InputStream getInputStream(E entry) throws IOException { if (!lockOpen()) { diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirBundleFile.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirBundleFile.java index cef28b8fd84..19906492b3e 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirBundleFile.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirBundleFile.java @@ -39,7 +39,6 @@ public class DirBundleFile extends BundleFile { /** * Constructs a DirBundleFile * @param basefile the base file - * @throws IOException */ public DirBundleFile(File basefile, boolean enableStrictBundleEntryPath) throws IOException { super(getBaseFile(basefile, enableStrictBundleEntryPath)); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirZipBundleEntry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirZipBundleEntry.java index 288f43650f1..acc1d21b156 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirZipBundleEntry.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/DirZipBundleEntry.java @@ -39,9 +39,6 @@ public DirZipBundleEntry(ZipBundleFile bundleFile, String name) { this.bundleFile = bundleFile; } - /** - * @throws IOException - */ @Override public InputStream getInputStream() throws IOException { return new ByteArrayInputStream(new byte[0]); diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/NestedDirBundleFile.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/NestedDirBundleFile.java index 100037a47aa..2abd5b2ae3b 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/NestedDirBundleFile.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/bundlefile/NestedDirBundleFile.java @@ -39,7 +39,6 @@ public class NestedDirBundleFile extends BundleFile { /** * Constructs a NestedDirBundleFile * @param baseBundlefile the base bundle file - * @param nestedDirName */ public NestedDirBundleFile(BundleFile baseBundlefile, String nestedDirName) { this(baseBundlefile, nestedDirName, Collections.emptyList()); @@ -48,7 +47,6 @@ public NestedDirBundleFile(BundleFile baseBundlefile, String nestedDirName) { /** * Constructs a NestedDirBundleFile * @param baseBundlefile the base bundle file - * @param nestedDirName * @param filterPrefixes the prefixes to filter out for the bundle file */ public NestedDirBundleFile(BundleFile baseBundlefile, String nestedDirName, Collection filterPrefixes) { @@ -142,9 +140,6 @@ public File getFile(String entry, boolean nativeCode) { return null; } - /** - * @throws IOException - */ @Override public void open() throws IOException { // do nothing diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java index 93c1e36089f..69208adc3d2 100644 --- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java +++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java @@ -43,9 +43,6 @@ public Handler(String installURL) { } } - /** - * @throws IOException - */ @Override protected URLConnection openConnection(URL url) throws IOException { return new ReferenceURLConnection(url, installPath); diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java index 7906054ba14..01495a0cc5c 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java @@ -885,7 +885,6 @@ final class AdminPermissionCollection extends PermissionCollection { /** * Create an empty AdminPermissions object. - * */ public AdminPermissionCollection() { permissions = new HashMap(); diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java index 7a45b1cb579..eac97cfa35d 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java @@ -138,8 +138,6 @@ public BundlePermission(String symbolicName, String actions) { /** * Called by constructors and when deserialized. - * - * @param mask */ private synchronized void setTransients(int mask) { if ((mask == ACTION_NONE) || ((mask & ACTION_ALL) != mask)) { @@ -450,7 +448,6 @@ final class BundlePermissionCollection extends PermissionCollection { /** * Create an empty BundlePermissions object. - * */ public BundlePermissionCollection() { permissions = new HashMap(); diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java index 587b532f95b..4612858734c 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java @@ -365,9 +365,7 @@ private static boolean dnmatch(List dn, List dnPattern) { * wildcard ("*"), or a List of Strings, each String representing a * name/value pair in the RDN. * - * @param pattern * @return a list of DNs. - * @throws IllegalArgumentException */ private static List parseDNchainPattern(String pattern) { if (pattern == null) { @@ -642,7 +640,6 @@ private static boolean dnChainMatch(List dnChain, int dnChainIndex, List * Matches a distinguished name chain against a pattern of a * distinguished name chain. * - * @param dnChain * @param pattern the pattern of distinguished name (DN) chains to match * against the dnChain. Wildcards ("*" or "-") can be used in * three cases: @@ -669,7 +666,6 @@ private static boolean dnChainMatch(List dnChain, int dnChainIndex, List * common name of "m*" not any common name starting with "m". * * @return true if dnChain matches the pattern. - * @throws IllegalArgumentException */ static boolean match(String pattern, List dnChain) { List parsedDNChain; diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/HostNamespace.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/HostNamespace.java index 79484b4d0c3..5785941ba7c 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/HostNamespace.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/HostNamespace.java @@ -76,7 +76,6 @@ public final class HostNamespace extends AbstractWiringNamespace { *

* Also, the capability attribute used to specify the symbolic name of the * host. - * */ public static final String HOST_NAMESPACE = "osgi.wiring.host"; diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java index 5a3d32eb947..473da357ac0 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java @@ -156,7 +156,6 @@ private static Collection emptyCollection() { * @param hostedCapability The HostedCapability to insert in the specified * list. Must not be {@code null}. * @return The index in the list of the inserted HostedCapability. - * */ public abstract int insertHostedCapability(List capabilities, HostedCapability hostedCapability); diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/AbstractTracked.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/AbstractTracked.java index 687685a4755..e1f5ef44c35 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/AbstractTracked.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/util/tracker/AbstractTracked.java @@ -144,7 +144,6 @@ void setInitial(S[] list) { * * This method must be called from Tracker's open method while not * synchronized on this object after the add listener call. - * */ void trackInitial() { while (true) { diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap.java index dd381eeeffe..802fd09b46c 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap.java @@ -50,7 +50,6 @@ public class CopyOnWriteIdentityMap implements Map { /** * Creates an empty map. - * */ public CopyOnWriteIdentityMap() { entries = empty(); @@ -235,7 +234,6 @@ static Entry[] removeEntry(final Entry[] entries, final int i /** * Remove all entries from the map. - * */ @Override public synchronized void clear() { diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventListeners.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventListeners.java index 65d4794e6f0..fc0c913b6eb 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventListeners.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventListeners.java @@ -33,7 +33,6 @@ public class EventListeners { /** * Creates an empty listener list. - * */ public EventListeners() { super(); diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventManager.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventManager.java index 31078d36366..2de9e8fe465 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventManager.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/eventmgr/EventManager.java @@ -129,7 +129,6 @@ public class EventManager { /** * EventManager constructor. An EventManager object is responsible for * the delivery of events to listeners via an EventDispatcher. - * */ public EventManager() { this(null, null); diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFile.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFile.java index 2bda7c6d22a..c76e8539d14 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFile.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFile.java @@ -36,7 +36,6 @@ /** * ReliableFile class used by ReliableFileInputStream and ReliableOutputStream. * This class encapsulates all the logic for reliable file support. - * */ public class ReliableFile { /** @@ -433,7 +432,6 @@ void closeOutputFile(Checksum checksum) throws IOException { /** * Abort the current output stream and do not update the reliable file table. - * */ void abortOutputFile() { if (outputFile == null) @@ -728,7 +726,6 @@ public static File createTempFile(String prefix, String suffix, File directory) /** * Inform ReliableFile that a file has been updated outside of * ReliableFile. - * @param file */ public static void fileUpdated(File file) { if (!fileSharing) { diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java index 089f0e63e37..f0ddd3e1434 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java @@ -170,7 +170,6 @@ public synchronized int read() throws IOException { /** * Override default available method. - * @throws IOException * @see FilterInputStream#available() */ @Override diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java index 7a64386a3ea..58a58847757 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java @@ -26,9 +26,6 @@ public interface Locker { public void release(); static class MockLocker implements Locker { - /** - * @throws IOException - */ @Override public boolean lock() throws IOException { // locking always successful diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java index dadf7e5d1b5..bd20c0381bc 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java @@ -608,7 +608,6 @@ private boolean update(String managedFile, String source) throws IOException { /** * This methods remove all the temporary files that have been created by the storage manager. * This removal is only done if the instance of eclipse calling this method is the last instance using this storage manager. - * @throws IOException */ private void cleanup(boolean doLock) throws IOException { if (readOnly) From 72045d3c805341891f100973b9fced7215a08842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kubitz?= Date: Tue, 7 Nov 2023 15:01:47 +0100 Subject: [PATCH 2/2] version bumps --- bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.http.servlet.tests/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.log.stream/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.region/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.security/pom.xml | 2 +- bundles/org.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.useradmin/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.weaving.caching.j9/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.equinox.weaving.caching/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF | 2 +- .../org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.osgi.tests/pom.xml | 2 +- bundles/org.eclipse.osgi/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.osgi/pom.xml | 2 +- bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF | 2 +- features/org.eclipse.equinox.compendium.sdk/feature.xml | 2 +- features/org.eclipse.equinox.core.feature/feature.xml | 2 +- features/org.eclipse.equinox.core.sdk/feature.xml | 2 +- features/org.eclipse.equinox.server.core/feature.xml | 2 +- features/org.eclipse.equinox.server.jetty/feature.xml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF index 65596d7101b..dee5fccef8b 100644 --- a/bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.app/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.app; singleton:=true -Bundle-Version: 1.6.400.qualifier +Bundle-Version: 1.6.500.qualifier Bundle-Vendor: %providerName Bundle-Activator: org.eclipse.equinox.internal.app.Activator Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF index 32f50b8b300..f227868e04f 100644 --- a/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.bidi/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.bidi;singleton:=true -Bundle-Version: 1.4.400.qualifier +Bundle-Version: 1.4.500.qualifier Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF index 4be23fa32a0..aa35e27f06b 100644 --- a/bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.cm/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %bundleName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.equinox.cm -Bundle-Version: 1.5.300.qualifier +Bundle-Version: 1.5.400.qualifier Bundle-Activator: org.eclipse.equinox.internal.cm.Activator Import-Package: org.osgi.framework;version="1.7.0", org.osgi.service.cm;version="[1.6,1.7)", diff --git a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF index c6290c9c6dd..a5ddb071233 100644 --- a/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.common.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Common Eclipse Runtime Tests Bundle-Vendor: Eclipse.org - Equinox Bundle-SymbolicName: org.eclipse.equinox.common.tests;singleton:=true -Bundle-Version: 3.17.0.qualifier +Bundle-Version: 3.17.100.qualifier Automatic-Module-Name: org.eclipse.equinox.common.tests Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF index 7815cc29c93..6aa65d4ce46 100644 --- a/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true -Bundle-Version: 3.18.200.qualifier +Bundle-Version: 3.18.300.qualifier Bundle-Localization: plugin Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build", org.eclipse.core.internal.runtime;common=split;mandatory:=common; diff --git a/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF index 939d57c4f18..dc4587b8369 100644 --- a/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.concurrent/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.concurrent -Bundle-Version: 1.2.200.qualifier +Bundle-Version: 1.2.300.qualifier Bundle-Vendor: %pluginProvider Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.eclipse.core.runtime;version="3.4.0";common=split, diff --git a/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF index 28d1dfbddfe..fa92718cd3a 100644 --- a/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.console.ssh/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.equinox.console.ssh -Bundle-Version: 1.2.1100.qualifier +Bundle-Version: 1.2.1200.qualifier Bundle-Activator: org.eclipse.equinox.console.ssh.Activator Bundle-Vendor: %bundleVendor Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF index e722630ce56..571b2ab8b7f 100644 --- a/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.console/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-SymbolicName: org.eclipse.equinox.console -Bundle-Version: 1.4.600.qualifier +Bundle-Version: 1.4.700.qualifier Bundle-Activator: org.eclipse.equinox.console.command.adapter.Activator Bundle-Vendor: %bundleVendor Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF index 9245f9f13be..d57bb52a57d 100644 --- a/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName -Bundle-Version: 1.1.500.qualifier +Bundle-Version: 1.1.600.qualifier Bundle-Activator: org.eclipse.equinox.device.Activator Bundle-SymbolicName: org.eclipse.equinox.device Bundle-Vendor: %bundleVendor diff --git a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF index 7d4c0f868c7..494ec2fd05d 100644 --- a/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.ds.tests/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Declarative Services Tests Bundle-Vendor: Eclipse.org - Equinox Bundle-Category: test Bundle-SymbolicName: org.eclipse.equinox.ds.tests -Bundle-Version: 1.6.500.qualifier +Bundle-Version: 1.6.600.qualifier Bundle-Activator: org.eclipse.equinox.ds.tests.DSTestsActivator Bundle-ActivationPolicy: lazy Require-Bundle: org.junit diff --git a/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF index 8f8b6b6c642..c8a6937d33a 100644 --- a/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.event/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName -Bundle-Version: 1.6.300.qualifier +Bundle-Version: 1.6.400.qualifier Bundle-SymbolicName: org.eclipse.equinox.event Import-Package: org.eclipse.osgi.framework.eventmgr;version="1.1.0", org.eclipse.osgi.util;version="1.1.0", diff --git a/bundles/org.eclipse.equinox.http.servlet.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.servlet.tests/META-INF/MANIFEST.MF index 806758dd8b1..10784ca3906 100644 --- a/bundles/org.eclipse.equinox.http.servlet.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.http.servlet.tests/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: org.eclipse.equinox.http.servlet.tests Bundle-Vendor: Eclipse.org - Equinox Bundle-SymbolicName: org.eclipse.equinox.http.servlet.tests -Bundle-Version: 1.9.0.qualifier +Bundle-Version: 1.9.100.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Eclipse-BundleShape: dir Require-Bundle: org.junit;bundle-version="4.0", diff --git a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF index a09125e9cf5..34402990d49 100644 --- a/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.http.servlet -Bundle-Version: 1.8.0.qualifier +Bundle-Version: 1.8.100.qualifier Bundle-Activator: org.eclipse.equinox.http.servlet.internal.Activator Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF index 95684ca2316..18b2f867b5d 100644 --- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true -Bundle-Version: 1.6.600.qualifier +Bundle-Version: 1.6.700.qualifier Main-Class: org.eclipse.equinox.launcher.Main Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/bundles/org.eclipse.equinox.log.stream/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.log.stream/META-INF/MANIFEST.MF index 2f67fedd6d7..be8d353dd50 100644 --- a/bundles/org.eclipse.equinox.log.stream/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.log.stream/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-Vendor: %bundleVendor Bundle-SymbolicName: org.eclipse.equinox.log.stream -Bundle-Version: 1.1.200.qualifier +Bundle-Version: 1.1.300.qualifier Bundle-Activator: org.eclipse.equinox.internal.log.stream.LogStreamManager Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF index 648d3d9ae6f..81a8fdf7f22 100644 --- a/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.metatype/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName -Bundle-Version: 1.6.400.qualifier +Bundle-Version: 1.6.500.qualifier Bundle-SymbolicName: org.eclipse.equinox.metatype Bundle-Activator: org.eclipse.equinox.metatype.impl.Activator Import-Package: javax.xml.parsers, diff --git a/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF index d7baa9f0721..97369786486 100644 --- a/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.preferences/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.preferences; singleton:=true -Bundle-Version: 3.10.400.qualifier +Bundle-Version: 3.10.500.qualifier Bundle-Activator: org.eclipse.core.internal.preferences.Activator Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.region/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.region/META-INF/MANIFEST.MF index 67441d8271c..cccc76c7230 100644 --- a/bundles/org.eclipse.equinox.region/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.region/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.equinox.region -Bundle-Version: 1.5.400.qualifier +Bundle-Version: 1.5.500.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: system.bundle ExtensionBundle-Activator: org.eclipse.equinox.internal.region.RegionManager diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF index 95583591cef..8b975fdacb7 100644 --- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true -Bundle-Version: 3.11.400.qualifier +Bundle-Version: 3.11.500.qualifier Bundle-Localization: plugin Export-Package: org.eclipse.core.internal.adapter;x-internal:=true, org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime", diff --git a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF index 42c0b366b9e..77527d8c320 100644 --- a/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.security.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Equinox security tests Bundle-SymbolicName: org.eclipse.equinox.security.tests;singleton:=true -Bundle-Version: 1.3.100.qualifier +Bundle-Version: 1.3.200.qualifier Bundle-Activator: org.eclipse.equinox.internal.security.tests.SecurityTestsActivator Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: Eclipse.org diff --git a/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF index 6c08fe29c67..5c0da7c2800 100644 --- a/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.security.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.security.ui;singleton:=true -Bundle-Version: 1.4.100.qualifier +Bundle-Version: 1.4.200.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Import-Package: javax.crypto.spec, diff --git a/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF index 2769a9773f8..cad9d53e8be 100644 --- a/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.security/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.security;singleton:=true -Bundle-Version: 1.4.100.qualifier +Bundle-Version: 1.4.200.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-Activator: org.eclipse.equinox.internal.security.auth.AuthPlugin diff --git a/bundles/org.eclipse.equinox.security/pom.xml b/bundles/org.eclipse.equinox.security/pom.xml index 6b60bd14bb8..b8bb295bc78 100644 --- a/bundles/org.eclipse.equinox.security/pom.xml +++ b/bundles/org.eclipse.equinox.security/pom.xml @@ -19,7 +19,7 @@ org.eclipse.equinox org.eclipse.equinox.security - 1.4.100-SNAPSHOT + 1.4.200-SNAPSHOT eclipse-plugin diff --git a/bundles/org.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF index dd6ae475478..0b113fd4007 100644 --- a/bundles/org.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.servletbridge/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.servletbridge;singleton:=true -Bundle-Version: 1.6.400.qualifier +Bundle-Version: 1.6.500.qualifier Bundle-Localization: plugin Import-Package: javax.servlet;version="2.3.0", javax.servlet.http;version="2.3.0" diff --git a/bundles/org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF index 5d645feb8d5..1e751ef2d06 100644 --- a/bundles/org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.transforms.hook/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.transforms.hook -Bundle-Version: 1.3.400.qualifier +Bundle-Version: 1.3.500.qualifier Fragment-Host: org.eclipse.osgi;bundle-version="[3.10.0,4.0.0)" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: transformsHook diff --git a/bundles/org.eclipse.equinox.useradmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.useradmin/META-INF/MANIFEST.MF index 52a18065384..4c908b05bb1 100644 --- a/bundles/org.eclipse.equinox.useradmin/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.useradmin/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Vendor: %bundleVendor -Bundle-Version: 1.2.500.qualifier +Bundle-Version: 1.2.600.qualifier Bundle-Activator: org.eclipse.equinox.internal.useradmin.Activator Bundle-SymbolicName: org.eclipse.equinox.useradmin Import-Service: org.osgi.service.log.LogService diff --git a/bundles/org.eclipse.equinox.weaving.caching.j9/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.caching.j9/META-INF/MANIFEST.MF index 12aef44cdcd..85f12f11195 100644 --- a/bundles/org.eclipse.equinox.weaving.caching.j9/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.weaving.caching.j9/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: J9 CachingService Plug-in Bundle-SymbolicName: org.eclipse.equinox.weaving.caching.j9 -Bundle-Version: 1.2.300.qualifier +Bundle-Version: 1.2.400.qualifier Bundle-Vendor: Eclipse.org - Equinox Bundle-Activator: org.eclipse.equinox.weaving.internal.caching.j9.CachingServicePlugin Bundle-ActivationPolicy: lazy diff --git a/bundles/org.eclipse.equinox.weaving.caching/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.caching/META-INF/MANIFEST.MF index 1c84015e32f..9633f4f51ff 100644 --- a/bundles/org.eclipse.equinox.weaving.caching/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.weaving.caching/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.eclipse.equinox.weaving.caching -Bundle-Version: 1.2.400.qualifier +Bundle-Version: 1.2.500.qualifier Bundle-Name: Standard Caching Service for Equinox Aspects Bundle-Vendor: Eclipse.org - Equinox Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF index f20beaed57b..c1e1e035682 100644 --- a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Aspect Weaving Hooks Plug-in Bundle-SymbolicName: org.eclipse.equinox.weaving.hook -Bundle-Version: 1.3.300.qualifier +Bundle-Version: 1.3.400.qualifier Fragment-Host: org.eclipse.osgi;bundle-version="[3.10.0,4.0.0)" Bundle-Vendor: Eclipse.org - Equinox Export-Package: org.eclipse.equinox.service.weaving, diff --git a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF index 83a373ac326..f575907d4cd 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.osgi.compatibility.state -Bundle-Version: 1.2.900.qualifier +Bundle-Version: 1.2.1000.qualifier ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator Fragment-Host: org.eclipse.osgi;bundle-version="3.12.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF index 229682b4e76..d241d166b6b 100644 --- a/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %osgiServices Bundle-SymbolicName: org.eclipse.osgi.services -Bundle-Version: 3.11.200.qualifier +Bundle-Version: 3.11.300.qualifier Bundle-Description: %osgiServicesDes Bundle-Localization: plugin Bundle-Vendor: %eclipse.org diff --git a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF index 324f86337a8..444c0cc82c8 100644 --- a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Core OSGi Tests Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true -Bundle-Version: 3.18.600.qualifier +Bundle-Version: 3.18.700.qualifier Bundle-Vendor: Eclipse.org Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)", diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml index 686198c7699..cde6c0aa995 100644 --- a/bundles/org.eclipse.osgi.tests/pom.xml +++ b/bundles/org.eclipse.osgi.tests/pom.xml @@ -19,7 +19,7 @@ org.eclipse.osgi org.eclipse.osgi.tests - 3.18.600-SNAPSHOT + 3.18.700-SNAPSHOT eclipse-test-plugin diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF index 1460c03d096..0ac197c8833 100644 --- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF @@ -107,7 +107,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator Bundle-Description: %systemBundle Bundle-Copyright: %copyright Bundle-Vendor: %eclipse.org -Bundle-Version: 3.18.600.qualifier +Bundle-Version: 3.18.700.qualifier Bundle-Localization: systembundle Bundle-DocUrl: http://www.eclipse.org Eclipse-ExtensibleAPI: true diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml index 89883c37ade..d2e4d7a569c 100644 --- a/bundles/org.eclipse.osgi/pom.xml +++ b/bundles/org.eclipse.osgi/pom.xml @@ -19,7 +19,7 @@ org.eclipse.osgi org.eclipse.osgi - 3.18.600-SNAPSHOT + 3.18.700-SNAPSHOT eclipse-plugin diff --git a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF index 8ea0d55a0d3..129f85cb422 100644 --- a/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.osgi/supplement/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.supplement -Bundle-Version: 1.10.700.qualifier +Bundle-Version: 1.10.800.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Export-Package: org.eclipse.equinox.log;version="1.1", diff --git a/features/org.eclipse.equinox.compendium.sdk/feature.xml b/features/org.eclipse.equinox.compendium.sdk/feature.xml index acf25a2096b..1175cb3900f 100644 --- a/features/org.eclipse.equinox.compendium.sdk/feature.xml +++ b/features/org.eclipse.equinox.compendium.sdk/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.eclipse.equinox.core.feature/feature.xml b/features/org.eclipse.equinox.core.feature/feature.xml index 9bfb82e8fb5..d4b69110236 100644 --- a/features/org.eclipse.equinox.core.feature/feature.xml +++ b/features/org.eclipse.equinox.core.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml index e1bdccaf6f0..32a384b3d8c 100644 --- a/features/org.eclipse.equinox.core.sdk/feature.xml +++ b/features/org.eclipse.equinox.core.sdk/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.eclipse.equinox.server.core/feature.xml b/features/org.eclipse.equinox.server.core/feature.xml index ca6c95a1e8d..b9e78623997 100644 --- a/features/org.eclipse.equinox.server.core/feature.xml +++ b/features/org.eclipse.equinox.server.core/feature.xml @@ -2,7 +2,7 @@ diff --git a/features/org.eclipse.equinox.server.jetty/feature.xml b/features/org.eclipse.equinox.server.jetty/feature.xml index abf973b1a55..abfab50ce2c 100644 --- a/features/org.eclipse.equinox.server.jetty/feature.xml +++ b/features/org.eclipse.equinox.server.jetty/feature.xml @@ -2,7 +2,7 @@