index
int64
1
10.7k
class
stringclasses
782 values
comment_sentence
stringlengths
1
1.78k
partition
int64
0
0
combo
stringlengths
17
1.81k
labels
listlengths
7
7
8,009
ICElement.java
/** * Constant representing a C Root workspace (IWorkspaceRoot object). * A C element with this type can be safely cast to <code>ICModel</code>. */
0
/** * Constant representing a C Root workspace (IWorkspaceRoot object). * A C element with this type can be safely cast to <code>ICModel</code>. */ | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,010
ICElement.java
/** * Constant representing a C project (IProject object). * A C element with this type can be safely cast to <code>ICProject</code>. */
0
/** * Constant representing a C project (IProject object). * A C element with this type can be safely cast to <code>ICProject</code>. */ | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,011
ICElement.java
/** * Constant representing a folder (ICContainer object). * A C element with this type can be safely cast to <code>ICContainer</code>. */
0
/** * Constant representing a folder (ICContainer object). * A C element with this type can be safely cast to <code>ICContainer</code>. */ | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,014
ICElement.java
Declaration of a class without the definition. * class C;
0
Declaration of a class without the definition. * class C; | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,015
ICElement.java
* Declaration of a structure without the definition. * struct C;
0
* Declaration of a structure without the definition. * struct C; | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,016
ICElement.java
* Constant representing a struct structure.
0
* Constant representing a struct structure. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,017
ICElement.java
* * Declaration of a union without the definition. * struct C;
0
* * Declaration of a union without the definition. * struct C; | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,019
ICElement.java
* A method definition part of a structure(class, struct, union).
0
* A method definition part of a structure(class, struct, union). | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,020
ICElement.java
* A method declaration part of a structure(class, struct, union).
0
* A method declaration part of a structure(class, struct, union). | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,023
ICElement.java
* a C/C++ function definition.
0
* a C/C++ function definition. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,026
ICElement.java
* C++ template class with definition.
0
* C++ template class with definition. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,028
ICElement.java
* C++ template struct.
0
* C++ template struct. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,031
ICElement.java
* C++ template function declaration.
0
* C++ template function declaration. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,032
ICElement.java
* C++ template function.
0
* C++ template function. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,033
ICElement.java
* C++ template method.
0
* C++ template method. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,034
ICElement.java
* C++ template method.
0
* C++ template method. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,036
ICElement.java
/** * An unknown ICElement. Mainly used to determine what elements are not yet implemented. * i.e. the new DOM Parser supports open declaration on labels, while the old parser did not */
0
/** * An unknown ICElement. Mainly used to determine what elements are not yet implemented. * i.e. the new DOM Parser supports open declaration on labels, while the old parser did not */ | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,037
ICElement.java
/** * Returns the path to the innermost resource enclosing this element. * If this element is not included in an external archive, * the path returned is the full, absolute path to the underlying resource, * relative to the workbench. * If this element is included in an external archive, * the path returned is the absolute path to the archive in the file system. * This is a handle-only method. */
0
/** * Returns the path to the innermost resource enclosing this element. * If this element is not included in an external archive, * the path returned is the full, absolute path to the underlying resource, * relative to the workbench. * If this element is included in an external archive, * the path returned is the absolute path to the archive in the file system. * This is a handle-only method. */ | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,038
ICElement.java
/** * Returns whether the structure of this element is known. For example, for a * translation unit that could not be parsed, {@code false} is returned. * If the structure of an element is unknown, navigations will return reasonable * defaults. For example, {@code getChildren} will return an empty collection. * <p> * Note: This does not imply anything about consistency with the * underlying resource/buffer contents.
0
/** * Returns whether the structure of this element is known. For example, for a * translation unit that could not be parsed, {@code false} is returned. * If the structure of an element is unknown, navigations will return reasonable * defaults. For example, {@code getChildren} will return an empty collection. * <p> * Note: This does not imply anything about consistency with the * underlying resource/buffer contents. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,039
ICElement.java
/** * Returns a string representation of this element handle. The format of the * string is not specified; however, the identifier is stable across * workspace sessions, and can be used to recreate this handle via the * <code>CoreModel.create(String)</code> method. * <p> * Some element types, like binaries, do not support handle identifiers and * return {@code null}.
0
/** * Returns a string representation of this element handle. The format of the * string is not specified; however, the identifier is stable across * workspace sessions, and can be used to recreate this handle via the * <code>CoreModel.create(String)</code> method. * <p> * Some element types, like binaries, do not support handle identifiers and * return {@code null}. | ICElement.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,043
ICElement.java
* Constant representing a class structure.
0
* Constant representing a class structure. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,046
ICElement.java
* Local Variable.
0
* Local Variable. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,047
ICElement.java
* A preprocessor macro.
0
* A preprocessor macro. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,048
ICElement.java
* a Typedef.
0
* a Typedef. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,049
ICElement.java
* Enumerator.
0
* Enumerator. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,050
ICElement.java
* Assembly label.
0
* Assembly label. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,052
ICElement.java
* Modifier indicating a class destructor
0
* Modifier indicating a class destructor | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,053
ICElement.java
* Modifier indicating a static storage attribute
0
* Modifier indicating a static storage attribute | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,055
ICElement.java
* Modifier indicating a private class
0
* Modifier indicating a private class | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,056
ICElement.java
* Modifier indicating a public class
0
* Modifier indicating a public class | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,057
ICElement.java
* Modifier indicating a protected class
0
* Modifier indicating a protected class | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,058
ICElement.java
* Returns whether this C element exists in the model.
0
* Returns whether this C element exists in the model. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,060
ICElement.java
* Returns the name of this element.
0
* Returns the name of this element. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,061
ICElement.java
* Returns this element's kind encoded as an integer. * This is a handle-only method.
0
* Returns this element's kind encoded as an integer. * This is a handle-only method. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,062
ICElement.java
* Returns the C model.
0
* Returns the C model. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,063
ICElement.java
Returns the C project this element is contained in, or {@code null} if this element * is not contained in any C project
0
Returns the C project this element is contained in, or {@code null} if this element * is not contained in any C project | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,065
ICElement.java
* Returns an absolute URI corresponding to the innermost file enclosing this element.
0
* Returns an absolute URI corresponding to the innermost file enclosing this element. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,066
ICElement.java
Returns the underlying resource that contains this element, or {@code null} if this element * is not contained in a resource.
0
Returns the underlying resource that contains this element, or {@code null} if this element * is not contained in a resource. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,067
ICElement.java
Returns the corresponding resource for this element, or {@code null} if this element * does not have a corresponding resource.
0
Returns the corresponding resource for this element, or {@code null} if this element * does not have a corresponding resource. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,068
ICElement.java
Returns whether this C element is read-only. An element is read-only * if its structure cannot be modified by the C model.
0
Returns whether this C element is read-only. An element is read-only * if its structure cannot be modified by the C model. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,070
IBasicType.java
Contributors: * Andrew Niefer (IBM Corporation) - initial API and implementation * Markus Schorn (Wind River Systems)
0
Contributors: * Andrew Niefer (IBM Corporation) - initial API and implementation * Markus Schorn (Wind River Systems) | IBasicType.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,072
IBasicType.java
* @noimplement This interface is not intended to be implemented by clients.
0
* @noimplement This interface is not intended to be implemented by clients. | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,074
IBasicType.java
/** @since 5.5 */
0
/** @since 5.5 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,075
IBasicType.java
/** @since 5.4 */
0
/** @since 5.4 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,077
IBasicType.java
/** @since 5.10 */
0
/** @since 5.10 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,078
IBasicType.java
/** @since 5.10 */
0
/** @since 5.10 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,080
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,081
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,082
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,083
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,086
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,093
IBasicType.java
* @return true if it is an imaginary number, false otherwise
0
* @return true if it is an imaginary number, false otherwise | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,094
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,095
IBasicType.java
* @deprecated, types don't have values.
0
* @deprecated, types don't have values. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,096
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,097
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,098
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,100
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,101
IBasicType.java
* @deprecated, use the type-safe version getKind(), instead.
0
* @deprecated, use the type-safe version getKind(), instead. | IBasicType.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,102
IBasicType.java
* Is imaginary number? e.g. _Imaginr
0
* Is imaginary number? e.g. _Imaginr | IBasicType.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,105
IBasicType.java
This returns the kind of basic type you are looking at. The type is * then refined by qualifiers for signed/unsigned and short/long/long long.
0
This returns the kind of basic type you are looking at. The type is * then refined by qualifiers for signed/unsigned and short/long/long long. | IBasicType.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,106
IBasicType.java
* Interface for basic types.
0
* Interface for basic types. | IBasicType.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,108
RootVMNode.java
* @since 1.0
0
* @since 1.0 | RootVMNode.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,109
RootVMNode.java
* * Default implementation of a root view model node. This class may be sub-classed * to implement model-specific event handling.
0
* * Default implementation of a root view model node. This class may be sub-classed * to implement model-specific event handling. | RootVMNode.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,110
RootVMNode.java
Default implementation does not examine the event and assumes that every * event should be processed to generate a delta.
0
Default implementation does not examine the event and assumes that every * event should be processed to generate a delta. | RootVMNode.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,112
FPMemoryByte.java
Contributors: * Ted R Williams (Wind River Systems, Inc.) - initial implementation * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin
0
Contributors: * Ted R Williams (Wind River Systems, Inc.) - initial implementation * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin | FPMemoryByte.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,115
TestGridmixRecord.java
// 2 fixed GR bytes, 1 type, 3 spec
0
// 2 fixed GR bytes, 1 type, 3 spec | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,116
TestGridmixRecord.java
// meta + vint min
0
// meta + vint min | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,117
TestGridmixRecord.java
// write second copy, compare eq
0
// write second copy, compare eq | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,118
TestGridmixRecord.java
// for eq sized records, ensure byte cmp where req
0
// for eq sized records, ensure byte cmp where req | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,119
TestGridmixRecord.java
// assumes that writes will grow buffer deterministically
0
// assumes that writes will grow buffer deterministically | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,120
TestGridmixRecord.java
// verify written contents match
0
// verify written contents match | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,121
TestGridmixRecord.java
// assumes that writes will grow buffer deterministically
0
// assumes that writes will grow buffer deterministically | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,122
TestGridmixRecord.java
// verify written contents match
0
// verify written contents match | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,128
CommonBuilder.java
Contributors: * Intel Corporation - Initial API and implementation * IBM Corporation * Dmitry Kozlov (CodeSourcery) - Build error highlighting and navigation * Save build output (bug 294106) * Andrew Gvozdev (Quoin Inc) - Saving build output implemented in different way (bug 306222)
0
Contributors: * Intel Corporation - Initial API and implementation * IBM Corporation * Dmitry Kozlov (CodeSourcery) - Build error highlighting and navigation * Save build output (bug 294106) * Andrew Gvozdev (Quoin Inc) - Saving build output implemented in different way (bug 306222) | CommonBuilder.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,130
CommonBuilder.java
// Success!
0
// Success! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,131
CommonBuilder.java
// Be pessimistic if we referenced other configs
0
// Be pessimistic if we referenced other configs | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,132
CommonBuilder.java
// Get the builders to run
0
// Get the builders to run | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,133
CommonBuilder.java
* Only lock the workspace is this is a ManagedBuild, or this project references others.
0
* Only lock the workspace is this is a ManagedBuild, or this project references others. | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,134
CommonBuilder.java
// now treated as the same!
0
// now treated as the same! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,135
CommonBuilder.java
* Check whether the build has been canceled.
0
* Check whether the build has been canceled. | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,138
CommonBuilder.java
* @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor)
0
* @see org.eclipse.core.runtime.jobs.Job#run(org.eclipse.core.runtime.IProgressMonitor) | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,140
CommonBuilder.java
// Create a delta visitor to detect the build type
0
// Create a delta visitor to detect the build type | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,144
CommonBuilder.java
//perform necessary cleaning and build type calculation
0
//perform necessary cleaning and build type calculation | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,145
CommonBuilder.java
// Stick this in the list of stuff to warn the user about
0
// Stick this in the list of stuff to warn the user about | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,146
CommonBuilder.java
// One possibility is that there is nothing to build
0
// One possibility is that there is nothing to build | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,147
CommonBuilder.java
// Ignore console failures...
0
// Ignore console failures... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,148
CommonBuilder.java
// Throw the exception back to the builder
0
// Throw the exception back to the builder | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,149
CommonBuilder.java
// Report a successful clean
0
// Report a successful clean | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,151
CommonBuilder.java
* @param status
0
* @param status | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,152
CommonBuilder.java
* @param configName
0
* @param configName | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,153
CommonBuilder.java
* Emits a message to the console indicating that there were no source files to build
0
* Emits a message to the console indicating that there were no source files to build | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,154
CommonBuilder.java
//FULL_BUILD or CLEAN
0
//FULL_BUILD or CLEAN | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,155
CommonBuilder.java
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make'
0
//the default behaviour: 'make' is invoked on all configurations and incremental build is handled by 'make' | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,159
CommonBuilder.java
* @see IncrementalProjectBuilder#build
0
* @see IncrementalProjectBuilder#build | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,160
CommonBuilder.java
// If a meaningful resource was removed, then force a full build
0
// If a meaningful resource was removed, then force a full build | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
8,161
CommonBuilder.java
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want
0
// This is required because an incremental build will trigger make to // do nothing for a missing source, since the state after the file // removal is uptodate, as far as make is concerned // A full build will clean, and ultimately trigger a relink without // the object generated from the deleted source, which is what we want | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,162
CommonBuilder.java
// There is no point in checking anything else since we have // decided to do a full build anyway
0
// There is no point in checking anything else since we have // decided to do a full build anyway | CommonBuilder.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,163
CommonBuilder.java
// We need to do an incremental build, at least
0
// We need to do an incremental build, at least | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,165
CommonBuilder.java
// If the project has changed, then a build is needed and we can stop
0
// If the project has changed, then a build is needed and we can stop | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]