@@ -272,7 +272,7 @@ public static boolean isMac() {
272
272
* @since 3.0
273
273
* @deprecated not supported anymore
274
274
*/
275
- @ Deprecated
275
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
276
276
public static final String OS_AIX = "aix" ;//$NON-NLS-1$
277
277
278
278
/**
@@ -287,7 +287,7 @@ public static boolean isMac() {
287
287
*
288
288
* @deprecated not supported anymore
289
289
*/
290
- @ Deprecated
290
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
291
291
public static final String OS_SOLARIS = "solaris" ;//$NON-NLS-1$
292
292
293
293
/**
@@ -302,7 +302,7 @@ public static boolean isMac() {
302
302
*
303
303
* @deprecated not supported anymore
304
304
*/
305
- @ Deprecated
305
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
306
306
public static final String OS_HPUX = "hpux" ;//$NON-NLS-1$
307
307
308
308
/**
@@ -317,7 +317,7 @@ public static boolean isMac() {
317
317
*
318
318
* @deprecated not supported anymore
319
319
*/
320
- @ Deprecated
320
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
321
321
public static final String OS_QNX = "qnx" ;//$NON-NLS-1$
322
322
323
323
/**
@@ -355,7 +355,7 @@ public static boolean isMac() {
355
355
* @since 3.0
356
356
* @deprecated not supported anymore
357
357
*/
358
- @ Deprecated
358
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
359
359
public static final String ARCH_X86 = "x86" ;//$NON-NLS-1$
360
360
361
361
/**
@@ -370,7 +370,7 @@ public static boolean isMac() {
370
370
*
371
371
* @deprecated not supported anymore
372
372
*/
373
- @ Deprecated
373
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
374
374
public static final String ARCH_PA_RISC = "PA_RISC" ;//$NON-NLS-1$
375
375
376
376
/**
@@ -385,7 +385,7 @@ public static boolean isMac() {
385
385
*
386
386
* @deprecated not supported anymore
387
387
*/
388
- @ Deprecated
388
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
389
389
public static final String ARCH_PPC = "ppc" ;//$NON-NLS-1$
390
390
391
391
/**
@@ -400,7 +400,7 @@ public static boolean isMac() {
400
400
*
401
401
* @deprecated not supported anymore
402
402
*/
403
- @ Deprecated
403
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
404
404
public static final String ARCH_SPARC = "sparc" ;//$NON-NLS-1$
405
405
406
406
/**
@@ -455,7 +455,7 @@ public static boolean isMac() {
455
455
*
456
456
* @deprecated not supported anymore
457
457
*/
458
- @ Deprecated
458
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
459
459
public static final String ARCH_IA64 = "ia64" ; //$NON-NLS-1$
460
460
461
461
/**
@@ -493,7 +493,7 @@ public static boolean isMac() {
493
493
*
494
494
* @deprecated not supported anymore
495
495
*/
496
- @ Deprecated
496
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
497
497
public static final String WS_MOTIF = "motif" ;//$NON-NLS-1$
498
498
499
499
/**
@@ -519,7 +519,7 @@ public static boolean isMac() {
519
519
* @since 3.0
520
520
* @deprecated not supported anymore
521
521
*/
522
- @ Deprecated
522
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
523
523
public static final String WS_PHOTON = "photon" ;//$NON-NLS-1$
524
524
525
525
/**
@@ -534,7 +534,7 @@ public static boolean isMac() {
534
534
*
535
535
* @since 3.0
536
536
*/
537
- @ Deprecated
537
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
538
538
public static final String WS_CARBON = "carbon" ;//$NON-NLS-1$
539
539
540
540
/**
@@ -552,7 +552,7 @@ public static boolean isMac() {
552
552
* @since 3.3
553
553
* @deprecated not supported anymore
554
554
*/
555
- @ Deprecated
555
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
556
556
public static final String WS_WPF = "wpf" ;//$NON-NLS-1$
557
557
558
558
/**
@@ -671,7 +671,7 @@ public static void addProtectionSpace(URL resourceUrl, String realm) throws Core
671
671
* @see Bundle#getEntry(String)
672
672
* @deprecated use {@link FileLocator#toFileURL(URL)} instead
673
673
*/
674
- @ Deprecated
674
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
675
675
public static URL asLocalURL (URL url ) throws IOException {
676
676
return FileLocator .toFileURL (url );
677
677
}
@@ -680,7 +680,7 @@ public static URL asLocalURL(URL url) throws IOException {
680
680
* Takes down the splash screen if one was put up.
681
681
* @deprecated use {@link IApplicationContext#applicationRunning()} instead
682
682
*/
683
- @ Deprecated
683
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
684
684
public static void endSplash () {
685
685
InternalPlatform .getDefault ().endSplash ();
686
686
}
@@ -810,7 +810,7 @@ public static IPath getLogFileLocation() {
810
810
* As the org.eclipse.core.runtime.compatibility plug-in has been removed in
811
811
* Eclipse 4.6 this method is not supported anymore.
812
812
*/
813
- @ Deprecated
813
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
814
814
public static Plugin getPlugin (String id ) {
815
815
return null ;
816
816
}
@@ -851,7 +851,7 @@ public static void removeLogListener(ILogListener listener) {
851
851
* @see Bundle#getEntry(String)
852
852
* @deprecated use {@link FileLocator#resolve(URL)} instead
853
853
*/
854
- @ Deprecated
854
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
855
855
public static URL resolve (URL url ) throws IOException {
856
856
return FileLocator .resolve (url );
857
857
}
@@ -864,7 +864,7 @@ public static URL resolve(URL url) throws IOException {
864
864
* @param runnable the runnable to run
865
865
* @deprecated clients should use <code>SafeRunner#run</code> instead
866
866
*/
867
- @ Deprecated
867
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
868
868
public static void run (ISafeRunnable runnable ) {
869
869
SafeRunner .run (runnable );
870
870
}
@@ -897,7 +897,7 @@ public static IExtensionRegistry getExtensionRegistry() {
897
897
* @since 3.0
898
898
* @deprecated use {@link FileLocator#find(Bundle, IPath)}
899
899
*/
900
- @ Deprecated
900
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
901
901
public static URL find (Bundle bundle , IPath path ) {
902
902
return FileLocator .find (bundle , path );
903
903
}
@@ -959,7 +959,7 @@ public static URL find(Bundle bundle, IPath path) {
959
959
* @since 3.0
960
960
* @deprecated use {@link FileLocator#find(Bundle, IPath, Map)} instead
961
961
*/
962
- @ Deprecated
962
+ @ Deprecated ( forRemoval = true , since = "2025-03" )
963
963
public static URL find (Bundle bundle , IPath path , Map <String ,String > override ) {
964
964
return FileLocator .find (bundle , path , override );
965
965
}
@@ -1219,7 +1219,7 @@ public static String[] getApplicationArgs() {
1219
1219
* clients, see javadoc for details.
1220
1220
* @since 3.0
1221
1221
*/
1222
- @ Deprecated (forRemoval = true )
1222
+ @ Deprecated (forRemoval = true , since = "2024-03" ) // 2024-03 was added later for information purposes
1223
1223
public static PlatformAdmin getPlatformAdmin () {
1224
1224
return InternalPlatform .getDefault ().getPlatformAdmin ();
1225
1225
}
0 commit comments