Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-01-30 14:44:43 +0000
committerKarsten Thoms2018-01-31 09:33:32 +0000
commit3c7aa431c62172d1d5201d2e446b13b6a18c3436 (patch)
tree7881ed3b1acf3ed5efba636279332879be9f5c3d
parent8c969bc3c41e130631b9d6ef139f8462be70d32b (diff)
downloadeclipse.platform.common-3c7aa431c62172d1d5201d2e446b13b6a18c3436.tar.gz
eclipse.platform.common-3c7aa431c62172d1d5201d2e446b13b6a18c3436.tar.xz
eclipse.platform.common-3c7aa431c62172d1d5201d2e446b13b6a18c3436.zip
org.eclipse.jface.text.Assert for deletion Change-Id: I15ac69c1f5624a90dc4bc3da04b491f7486b59a0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 7ec65416f..8a50b022b 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -58,6 +58,15 @@ Planned API removals after June 2018:
</ol>
<hr>
+<p>
+Planned API removals after June 2020:
+</p>
+<ol>
+ <li><a href="#jfaceassert">JFace and JFace text Assert</a></li>
+</ol>
+<hr>
+
+
@@ -226,5 +235,17 @@ For further details or to provide feedback on this change, see
<a href="https://bugs.eclipse.org/493932" target="_blank">bug 493932</a>.
</p>
+
+
+<!-- ############################################## -->
+<h2>API removals after June 2020</h2>
+<h3>1. <a name="jfaceassert"> org.eclipse.jface.util.Assert and org.eclipse.jface.text.Assert </a></h3>
+<p>
+The <code> org.eclipse.jface.util.Assert</code> and <code>org.eclipse.jface.text.Assert</code> classes are planned to be removed.
+</p>
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=528191" target="_blank">bug 528191</a>.
+</p>
+
</body>
</html>

Back to the top