Skip to content

Commit 086781c

Browse files
author
Neha Burnwal
committed
Mark long-deprecated and unused constants for removal
1 parent d117e1d commit 086781c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ui/org.eclipse.pde.launching/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %name
44
Bundle-SymbolicName: org.eclipse.pde.launching;singleton:=true
5-
Bundle-Version: 3.13.600.qualifier
5+
Bundle-Version: 3.13.700.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Bundle-Vendor: %provider-name
88
Require-Bundle: org.eclipse.jdt.junit.core;bundle-version="[3.6.0,4.0.0)",

ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public abstract class AbstractPDELaunchConfiguration extends LaunchConfiguration
8787
* @since 3.8
8888
* @noreference This field is not intended to be referenced by clients.
8989
*/
90-
@Deprecated
90+
@Deprecated(forRemoval = true, since = "2026-01")
9191
public static boolean shouldVMAddModuleSystem = false;
9292

9393
private static final String PDE_LAUNCH_SHOW_COMMAND = "pde.launch.showcommandline"; //$NON-NLS-1$
@@ -539,7 +539,7 @@ protected void validatePluginDependencies(ILaunchConfiguration configuration, IP
539539
* @deprecated This method was wrongly added and is no longer used. It is a no-op now.
540540
* @noreference This method is not intended to be referenced by clients.
541541
*/
542-
@Deprecated
542+
@Deprecated(forRemoval = true, since = "2026-01")
543543
public static void updatePDELaunchConfigModuleSystem(boolean java9) {
544544
}
545545

ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/IPDELauncherConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public interface IPDELauncherConstants {
110110
*
111111
* @deprecated use IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH
112112
*/
113-
@Deprecated
113+
@Deprecated(forRemoval = true, since = "2026-01")
114114
String VMINSTALL = "vminstall"; //$NON-NLS-1$
115115

116116
/**
@@ -136,7 +136,7 @@ public interface IPDELauncherConstants {
136136
*
137137
* @deprecated As of 3.6 the feature-based self-hosting option is not supported
138138
*/
139-
@Deprecated
139+
@Deprecated(forRemoval = true, since = "2026-01")
140140
String USEFEATURES = "usefeatures"; //$NON-NLS-1$
141141

142142
/**
@@ -267,7 +267,7 @@ public interface IPDELauncherConstants {
267267
* @deprecated This option is no longer supported in the launch config. A recent selection is stored
268268
* in dialog settings.
269269
*/
270-
@Deprecated
270+
@Deprecated(forRemoval = true, since = "2026-01")
271271
String TRACING_SELECTED_PLUGIN = "selectedPlugin"; //$NON-NLS-1$
272272

273273
/**

0 commit comments

Comments
 (0)