index
int64
0
10.7k
class
stringclasses
867 values
comment_sentence
stringlengths
1
1.78k
partition
int64
0
0
combo
stringlengths
17
1.81k
labels
listlengths
7
7
8,040
ICElement.java
Namespace
0
Namespace | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,041
ICElement.java
* Using.
0
* Using. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,042
ICElement.java
* Enumeration.
0
* Enumeration. | ICElement.java
[ 1, 0, 0, 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,044
ICElement.java
* Global variable.
0
* Global variable. | ICElement.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,045
ICElement.java
* variable Declaration.
0
* variable Declaration. | 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,051
ICElement.java
* Modifier indicating a class constructor
0
* Modifier indicating a class constructor | 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,054
ICElement.java
* Modifier indicating an extern storage attribute
0
* Modifier indicating an extern 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,059
ICElement.java
/** * Returns the first ancestor of this C element that has the given type. * Returns {@code null} if no such an ancestor can be found. * This is a handle-only method.
0
/** * Returns the first ancestor of this C element that has the given type. * Returns {@code null} if no such an ancestor can be found. * This is a handle-only method. | 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,064
ICElement.java
* * Returns the element directly containing this element, * or {@code null} if this element has no parent.
0
* * Returns the element directly containing this element, * or {@code null} if this element has no parent. | 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,069
ICElement.java
* Accept a visitor and walk the ICElement tree with it.
0
* Accept a visitor and walk the ICElement tree with it. | 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,076
IBasicType.java
/** @since 5.5 */
0
/** @since 5.5 */ | 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,079
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,084
IBasicType.java
/** @since 5.2 */
0
/** @since 5.2 */ | IBasicType.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,085
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,091
IBasicType.java
* @return true if it is a complex number, false otherwise
0
* @return true if it is a complex number, false otherwise | 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,099
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,103
IBasicType.java
* Is complex number? e.g. _Complex t;
0
* Is complex number? e.g. _Complex t; | IBasicType.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,104
IBasicType.java
* This returns the combination of modifier bits for this type.
0
* This returns the combination of modifier bits for this type. | 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,111
RootVMNode.java
Default implementation creates a delta assuming that the root layout node * is the input object into the view.
0
Default implementation creates a delta assuming that the root layout node * is the input object into the view. | 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,113
TestGridmixRecord.java
// 2 fixed GR bytes
0
// 2 fixed GR bytes | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,114
TestGridmixRecord.java
// 2 fixed GR bytes, 1 type
0
// 2 fixed GR bytes, 1 type | TestGridmixRecord.java
[ 1, 0, 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,123
TestGridmixRecord.java
// deserialize written records, write to separate buffer
0
// deserialize written records, write to separate buffer | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,124
TestGridmixRecord.java
// check stream read
0
// check stream read | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,125
TestGridmixRecord.java
// check read
0
// check read | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,126
TestGridmixRecord.java
// write to stream
0
// write to stream | TestGridmixRecord.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,127
TestGridmixRecord.java
// check write
0
// check write | 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,129
CommonBuilder.java
// If any builder isManaged => pessimistic
0
// If any builder isManaged => pessimistic | CommonBuilder.java
[ 0, 0, 0, 0, 0, 0, 1 ]
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,136
CommonBuilder.java
// try the brute force approach first
0
// try the brute force approach first | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,137
CommonBuilder.java
//Throw a core exception indicating that the clean command failed
0
//Throw a core exception indicating that the clean command failed | 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,139
CommonBuilder.java
// Ask the makefile generator to generate any makefiles needed to build delta
0
// Ask the makefile generator to generate any makefiles needed to build delta | CommonBuilder.java
[ 1, 0, 0, 0, 0, 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,141
CommonBuilder.java
//make a full clean if an info needs a rebuild
0
//make a full clean if an info needs a rebuild | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,142
CommonBuilder.java
//in case an error occured, make it behave in the old stile:
0
//in case an error occured, make it behave in the old stile: | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,143
CommonBuilder.java
//use a build desacription model to calculate the resources to be cleaned //only in case there are some changes to the project sources or build information
0
//use a build desacription model to calculate the resources to be cleaned //only in case there are some changes to the project sources or build information | 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 ]