Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjantje2020-06-09 17:49:05 +0000
committerJonah Graham2020-06-13 17:05:41 +0000
commitf5e029d19c55e43819c409019b371cd9a81f9a10 (patch)
tree035c4d989efba696cfabecfe66620d183201cf3f /doc/org.eclipse.cdt.doc.isv
parent51398ca2ae4890a8e7101cc81e1192c6674d928f (diff)
downloadorg.eclipse.cdt-f5e029d19c55e43819c409019b371cd9a81f9a10.tar.gz
org.eclipse.cdt-f5e029d19c55e43819c409019b371cd9a81f9a10.tar.xz
org.eclipse.cdt-f5e029d19c55e43819c409019b371cd9a81f9a10.zip
Bug 564123 delete org.eclipse.cdt.utils.Platform
The class overrode org.eclipse.core.runtime.Platform to workaround bugs in the platform that have since been fixed. As 32-bit x86 and PPC support has been removed this class is no longer needed as all the code is now unreachable anyway. Change-Id: I01bb00b9203aa02663ff25ce36c4c14f22dadee5 Signed-off-by: jantje <eclipse@baeyens.it>
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
index ead65240bf0..220b558c10a 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html
@@ -38,6 +38,7 @@
<li><a href="#NewClassCreationWizardPage">NewClassCreationWizardPage breaking changes.</a></li>
<li><a href="#arduino">Arduino plug-ins and features removed.</a></li>
<li><a href="#oldparsers">Remove LRParser, XLC and UPC.</a></li>
+ <li><a href="#cdtutilsPlatform">Remove org.eclipse.cdt.utils.Platform.</a></li>
</ol>
<p>
Planned Removals after June 2022
@@ -168,6 +169,14 @@
See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=562498" target="_blank">Bug 562498</a>.
</p>
+ <h3>7. <a name="cdtutilsPlatform">Remove org.eclipse.cdt.utils.Platform.</a></h3>
+ <p>
+ Class org.eclipse.cdt.utils.Platform has been removed. Use org.eclipse.core.runtime.Platform instead.
+ </p>
+ <p>
+ See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=564123" target="_blank">Bug 564123</a>.
+ </p>
+
<hr>
<h2>Future Deletions</h2>

Back to the top