Skip to content

Commit dc4520c

Browse files
author
Neha Burnwal
committed
Mark long-deprecated and unused constants for removal
1 parent f39c5fd commit dc4520c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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 = "2025-12")
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 = "2025-12")
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 = "2025-12")
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 = "2025-12")
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 = "2025-12")
271271
String TRACING_SELECTED_PLUGIN = "selectedPlugin"; //$NON-NLS-1$
272272

273273
/**

0 commit comments

Comments
 (0)