mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix up API @since tags against CDT 8.6.
Change-Id: I31966aa0dc312bb7ba77b6ce91eecd01ad4891ce
This commit is contained in:
parent
9ed8f75f74
commit
7fdd6f6e90
19 changed files with 30 additions and 14 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %Bundle-Name.0
|
||||
Bundle-SymbolicName: org.eclipse.cdt.autotools.core;singleton:=true
|
||||
Bundle-Version: 1.4.0.qualifier
|
||||
Bundle-Version: 1.5.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.autotools.core.AutotoolsPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui;bundle-version="3.4.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.autotools.core</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -107,6 +107,7 @@ public class AutotoolsPlugin extends AbstractUIPlugin {
|
|||
*
|
||||
* @param service service interface
|
||||
* @return the specified service or null if it's not registered
|
||||
* @since 1.5
|
||||
*/
|
||||
public static <T> T getService(Class<T> service) {
|
||||
BundleContext context = plugin.getBundle().getBundleContext();
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.native;singleton:=true
|
||||
Bundle-Version: 5.7.0.qualifier
|
||||
Bundle-Version: 5.8.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.internal.core.natives.CNativePlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.7.0-SNAPSHOT</version>
|
||||
<version>5.8.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.core.native</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.utils.serial;
|
||||
|
||||
/**
|
||||
* @since 5.8
|
||||
*/
|
||||
public enum BaudRate {
|
||||
|
||||
B0(0),
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.utils.serial;
|
||||
|
||||
/**
|
||||
* @since 5.8
|
||||
*/
|
||||
public enum ByteSize {
|
||||
|
||||
B5(5),
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.utils.serial;
|
||||
|
||||
/**
|
||||
* @since 5.8
|
||||
*/
|
||||
public enum Parity {
|
||||
|
||||
None,
|
||||
|
|
|
@ -19,6 +19,9 @@ import java.util.regex.Pattern;
|
|||
|
||||
import org.eclipse.core.runtime.Platform;
|
||||
|
||||
/**
|
||||
* @since 5.8
|
||||
*/
|
||||
public class SerialPort {
|
||||
|
||||
private final String portName;
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.utils.serial;
|
||||
|
||||
/**
|
||||
* @since 5.8
|
||||
*/
|
||||
public enum StopBits {
|
||||
|
||||
S1,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
|
||||
Bundle-Version: 5.9.1.qualifier
|
||||
Bundle-Version: 5.10.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -28,7 +28,7 @@ public interface IFunctionType extends IType {
|
|||
|
||||
/**
|
||||
* Whether the function type takes variable number of arguments.
|
||||
* @since 5.9
|
||||
* @since 5.10
|
||||
*/
|
||||
public boolean takesVarArgs();
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.9.1-SNAPSHOT</version>
|
||||
<version>5.10.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.core</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
||||
Bundle-Version: 5.9.0.qualifier
|
||||
Bundle-Version: 5.10.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.9.0-SNAPSHOT</version>
|
||||
<version>5.10.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.ui</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -48,7 +48,7 @@ public class ContentAssistInvocationContext {
|
|||
|
||||
/**
|
||||
* For tests only.
|
||||
* @since 5.9
|
||||
* @since 5.10
|
||||
*/
|
||||
public static void assertNoUndisposedContexts() {
|
||||
Assert.isTrue(numberOfUndisposedContexts.get() == 0,
|
||||
|
@ -177,7 +177,7 @@ public class ContentAssistInvocationContext {
|
|||
}
|
||||
|
||||
/**
|
||||
* @since 5.9
|
||||
* @since 5.10
|
||||
*/
|
||||
protected void assertNotDisposed() {
|
||||
if (fDisposed)
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
|
||||
Bundle-Version: 4.6.0.qualifier
|
||||
Bundle-Version: 4.7.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.6.0-SNAPSHOT</version>
|
||||
<version>4.7.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.dsf.gdb</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
|
@ -1177,7 +1177,7 @@ public class MIExpressions extends AbstractDsfService implements IMIExpressions,
|
|||
}
|
||||
|
||||
/**
|
||||
* @since 4.6
|
||||
* @since 4.7
|
||||
*/
|
||||
protected IExpressionDMData.BasicType getBasicType(ExprMetaGetVarInfo varInfo) {
|
||||
IExpressionDMData.BasicType basicType = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue