mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Mark deprecated class for removal
Change-Id: I68da238f7942bd1d2cd898c470f1dfcdba1fb5a1
This commit is contained in:
parent
937b4d5798
commit
580fea8881
2 changed files with 10 additions and 1 deletions
|
@ -82,6 +82,7 @@
|
|||
<ol>
|
||||
<li><a href="#newUIAbstractPage">org.eclipse.cdt.ui.newui.AbstractPage reduced visibility of many fields</a></li>
|
||||
<li><a href="#ArgletsMatcher2">java.util.regex.Matcher use in JSONCDB API will be removed</a></li>
|
||||
<li><a href="#BuiltinDetctionArgsGeneric">Misnamed class BuiltinDetctionArgsGeneric will be removed</a></li>
|
||||
</ol>
|
||||
|
||||
<p>
|
||||
|
@ -593,6 +594,14 @@
|
|||
See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=579982" target="_blank">Bug 579982</a>.
|
||||
</p>
|
||||
|
||||
<h3>3. <a name="BuiltinDetctionArgsGeneric">Misnamed class BuiltinDetctionArgsGeneric will be removed</a></h3>
|
||||
<p>
|
||||
The class BuiltinDetctionArgsGeneric will be removed. Use the correctly spelled BuiltinDetectionArgsGeneric instead.
|
||||
</p>
|
||||
<ul>
|
||||
<li>org.eclipse.cdt.jsoncdb.core.participant.Arglets.BuiltinDetctionArgsGeneric</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -373,7 +373,7 @@ public final class Arglets {
|
|||
/**
|
||||
* @deprecated use <code>BuiltinDetectionArgsGeneric</code> instead
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public static abstract class BuiltinDetctionArgsGeneric {
|
||||
protected int processArgument(IArgumentCollector resultCollector, String argsLine, Matcher[] optionMatchers) {
|
||||
throw new IllegalStateException(
|
||||
|
|
Loading…
Add table
Reference in a new issue