Skip to content

Commit a708a1d

Browse files
committed
Bug 564123 Remove deprecated PathUtil that has a replacement
Change-Id: Ie2fd4ed201a2bc0c490df9b0deb43cb6d53b1876
1 parent ef79d15 commit a708a1d

File tree

2 files changed

+6
-178
lines changed

2 files changed

+6
-178
lines changed

core/org.eclipse.cdt.core/browser/org/eclipse/cdt/core/browser/PathUtil.java

Lines changed: 0 additions & 178 deletions
This file was deleted.

doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ <h1>Eclipse CDT Deprecated and Breaking API changes and removals</h1>
4444
<li><a href="#oldStyleProjects">Partial removal of CDT 3.X project support.</a></li>
4545
<li><a href="#optionsAPI">Removal of CDT Core Options API.</a></li>
4646
<li><a href="#terminal">TM Terminal has major changes to support new color and preference functionality.</a></li>
47+
<li><a href="#pathutil">Remove org.eclipse.cdt.core.browser.PathUtil.</a></li>
4748
</ol>
4849
<p>
4950
Planned Removals after June 2022
@@ -256,6 +257,11 @@ <h3>12. <a name="terminal">TM Terminal has major changes to support new color an
256257
</li>
257258
</ul>
258259

260+
<h3>13. <a name="pathutil">Remove org.eclipse.cdt.core.browser.PathUtil.</a></h3>
261+
<p>
262+
The deprecated class org.eclipse.cdt.core.browser.PathUtil has been removed. Use
263+
org.eclipse.cdt.utils.PathUtil instead.
264+
</p>
259265

260266
<hr>
261267

0 commit comments

Comments
 (0)