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,166
CommonBuilder.java
// Is this a generated directory ...
0
// Is this a generated directory ... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,167
CommonBuilder.java
//try to resolve build macros in the build artifact name
0
//try to resolve build macros in the build artifact name | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,168
CommonBuilder.java
//try to resolve build macros in the build artifact extension
0
//try to resolve build macros in the build artifact extension | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,171
CommonBuilder.java
// Success!
0
// Success! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,173
CommonBuilder.java
// Get the builders to run
0
// Get the builders to run | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,175
CommonBuilder.java
// now treated as the same!
0
// now treated as the same! | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,177
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,178
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,179
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,180
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,181
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,182
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,183
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,184
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,185
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,186
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,188
CommonBuilder.java
// Ignore console failures...
0
// Ignore console failures... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,191
CommonBuilder.java
* @param buildType
0
* @param buildType | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,192
CommonBuilder.java
* @param status
0
* @param status | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,193
CommonBuilder.java
* @param configName
0
* @param configName | CommonBuilder.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,194
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,196
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,197
CommonBuilder.java
//one of its dependencies have rebuilt, need to rebuild this configuration
0
//one of its dependencies have rebuilt, need to rebuild this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,198
CommonBuilder.java
//project resource has changed within Eclipse, need to build this configuration
0
//project resource has changed within Eclipse, need to build this configuration | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,199
CommonBuilder.java
//only build projects with project resource changes
0
//only build projects with project resource changes | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,200
CommonBuilder.java
* @see IncrementalProjectBuilder#build
0
* @see IncrementalProjectBuilder#build | CommonBuilder.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,203
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,204
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,205
CommonBuilder.java
// The resource that changed has attributes which make it uninteresting, // so don't do anything
0
// The resource that changed has attributes which make it uninteresting, // so don't do anything | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,206
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 ]
8,207
CommonBuilder.java
// Is this a generated directory ...
0
// Is this a generated directory ... | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,208
CommonBuilder.java
//try to resolve build macros in the build artifact name
0
//try to resolve build macros in the build artifact name | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,209
CommonBuilder.java
//try to resolve build macros in the build artifact extension
0
//try to resolve build macros in the build artifact extension | CommonBuilder.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,210
MapFunction.java
* Base interface for a map function used in Dataset's map function.
0
* Base interface for a map function used in Dataset's map function. | MapFunction.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,212
DatanodeLifelineProtocol.java
* Protocol used by a DataNode to send lifeline messages to a NameNode.
0
* Protocol used by a DataNode to send lifeline messages to a NameNode. | DatanodeLifelineProtocol.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,213
DatanodeLifelineProtocol.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */
0
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ | DatanodeLifelineProtocol.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,214
OutputBuffer.java
@link OutputStream
0
@link OutputStream | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,215
OutputBuffer.java
* @see DataOutputBuffer
0
* @see DataOutputBuffer | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,216
OutputBuffer.java
* @see InputBuffer
0
* @see InputBuffer | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,217
OutputBuffer.java
@link #getLength()
0
@link #getLength() | OutputBuffer.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,218
OutputBuffer.java
/** Writes bytes from a InputStream directly into the buffer. */
0
/** Writes bytes from a InputStream directly into the buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,219
OutputBuffer.java
/** Resets the buffer to empty. */
0
/** Resets the buffer to empty. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,220
OutputBuffer.java
/** Returns the length of the valid data currently in the buffer. */
0
/** Returns the length of the valid data currently in the buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,221
OutputBuffer.java
Returns the current contents of the buffer. * Data is only valid to {@link #getLength()}.
0
Returns the current contents of the buffer. * Data is only valid to {@link #getLength()}. | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,222
OutputBuffer.java
/** Constructs a new empty buffer. */
0
/** Constructs a new empty buffer. */ | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,223
OutputBuffer.java
* A reusable {@link OutputStream} implementation that writes to an in-memory * buffer.
0
* A reusable {@link OutputStream} implementation that writes to an in-memory * buffer. | OutputBuffer.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,224
OutputBuffer.java
<p>This saves memory over creating a new OutputStream and * ByteArrayOutputStream each time data is written. * * <p>Typical usage is something like the following:<pre> * * OutputBuffer buffer = new OutputBuffer(); * while (... loop condition ...) { * buffer.reset(); * ... write buffer using OutputStream methods ... * byte[] data = buffer.getData(); * int dataLength = buffer.getLength(); * ... write data to its ultimate destination ... * } * </pre>
0
<p>This saves memory over creating a new OutputStream and * ByteArrayOutputStream each time data is written. * * <p>Typical usage is something like the following:<pre> * * OutputBuffer buffer = new OutputBuffer(); * while (... loop condition ...) { * buffer.reset(); * ... write buffer using OutputStream methods ... * byte[] data = buffer.getData(); * int dataLength = buffer.getLength(); * ... write data to its ultimate destination ... * } * </pre> | OutputBuffer.java
[ 0, 0, 1, 0, 0, 0, 0 ]
8,229
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,230
ICPPASTFunctionDeclarator.java
* @since 5.1
0
* @since 5.1 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,231
ICPPASTFunctionDeclarator.java
* @since 5.7
0
* @since 5.7 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,232
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,233
ICPPASTFunctionDeclarator.java
/** @since 5.5 */
0
/** @since 5.5 */ | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,235
ICPPASTFunctionDeclarator.java
/** @since 5.7 */
0
/** @since 5.7 */ | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,236
ICPPASTFunctionDeclarator.java
* @since 5.3
0
* @since 5.3 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,238
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,239
ICPPASTFunctionDeclarator.java
* @since 5.9
0
* @since 5.9 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,241
ICPPASTFunctionDeclarator.java
* @since 5.1
0
* @since 5.1 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,242
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,247
ICPPASTFunctionDeclarator.java
* @since 5.3
0
* @since 5.3 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,248
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,249
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,250
ICPPASTFunctionDeclarator.java
* @since 5.5
0
* @since 5.5 | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 1, 0, 0, 0 ]
8,254
ICPPASTFunctionDeclarator.java
* @deprecated Use addVirtSpecifier() instead.
0
* @deprecated Use addVirtSpecifier() instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,255
ICPPASTFunctionDeclarator.java
* @deprecated Use addVirtSpecifier() instead.
0
* @deprecated Use addVirtSpecifier() instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,256
ICPPASTFunctionDeclarator.java
@link #getExceptionSpecification()
0
@link #getExceptionSpecification() | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,258
ICPPASTFunctionDeclarator.java
@link #NO_EXCEPTION_SPECIFICATION
0
@link #NO_EXCEPTION_SPECIFICATION | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,260
ICPPASTFunctionDeclarator.java
@link #NOEXCEPT_DEFAULT
0
@link #NOEXCEPT_DEFAULT | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,262
ICPPASTFunctionDeclarator.java
@link ICPPASTFunctionDefinition#getMemberInitializers
0
@link ICPPASTFunctionDefinition#getMemberInitializers | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 1, 0, 0 ]
8,263
ICPPASTFunctionDeclarator.java
* @deprecated use {@link ICPPASTFunctionDefinition#getMemberInitializers}, instead.
0
* @deprecated use {@link ICPPASTFunctionDefinition#getMemberInitializers}, instead. | ICPPASTFunctionDeclarator.java
[ 0, 0, 0, 0, 0, 1, 0 ]
8,264
ICPPASTFunctionDeclarator.java
* C++ adds a few things to function declarators.
0
* C++ adds a few things to function declarators. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,266
ICPPASTFunctionDeclarator.java
* Used as return value for {@link #getVirtSpecifiers()}.
0
* Used as return value for {@link #getVirtSpecifiers()}. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,267
ICPPASTFunctionDeclarator.java
* Represents a 'noexcept' specification without an expression.
0
* Represents a 'noexcept' specification without an expression. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,268
ICPPASTFunctionDeclarator.java
* Is this a const method?
0
* Is this a const method? | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,269
ICPPASTFunctionDeclarator.java
* Sets the method to be const or not.
0
* Sets the method to be const or not. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,270
ICPPASTFunctionDeclarator.java
* Is this a volatile method?
0
* Is this a volatile method? | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,271
ICPPASTFunctionDeclarator.java
* Sets the method to be volatile or not.
0
* Sets the method to be volatile or not. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,274
ICPPASTFunctionDeclarator.java
* Returns the ref-qualifier.
0
* Returns the ref-qualifier. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,276
ICPPASTFunctionDeclarator.java
Returns an array of type-ids representing the exception specification. The return value * {@link #NO_EXCEPTION_SPECIFICATION} indicates that no exceptions are specified, whereas * {@link IASTTypeId#EMPTY_TYPEID_ARRAY} is used for an empty exception specification.
0
Returns an array of type-ids representing the exception specification. The return value * {@link #NO_EXCEPTION_SPECIFICATION} indicates that no exceptions are specified, whereas * {@link IASTTypeId#EMPTY_TYPEID_ARRAY} is used for an empty exception specification. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,277
ICPPASTFunctionDeclarator.java
* Add an exception specification type Id.
0
* Add an exception specification type Id. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,278
ICPPASTFunctionDeclarator.java
* Configures the declarator with an empty exception specification (as opposed to having none).
0
* Configures the declarator with an empty exception specification (as opposed to having none). | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,280
ICPPASTFunctionDeclarator.java
* Sets the noexcept expression.
0
* Sets the noexcept expression. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,281
ICPPASTFunctionDeclarator.java
* Returns the trailing return type as in <code> auto f() -> int </code>, or <code>null</code>.
0
* Returns the trailing return type as in <code> auto f() -> int </code>, or <code>null</code>. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,282
ICPPASTFunctionDeclarator.java
* Trailing return type as in <code> auto f() -> int </code>.
0
* Trailing return type as in <code> auto f() -> int </code>. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,283
ICPPASTFunctionDeclarator.java
Get function scope this node represents. Returns <code>null</code>, if this declarator * does not declare a function-prototype or function-definition.
0
Get function scope this node represents. Returns <code>null</code>, if this declarator * does not declare a function-prototype or function-definition. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,284
ICPPASTFunctionDeclarator.java
* Returns whether this function is declared override.
0
* Returns whether this function is declared override. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,285
ICPPASTFunctionDeclarator.java
* Sets whether this function is declared override.
0
* Sets whether this function is declared override. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,287
ICPPASTFunctionDeclarator.java
* Sets whether this function is declared final.
0
* Sets whether this function is declared final. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,289
ICPPASTFunctionDeclarator.java
* Add a virt-specifiers to this function.
0
* Add a virt-specifiers to this function. | ICPPASTFunctionDeclarator.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,293
ArchiveInfo.java
* Info for ICProject.
0
* Info for ICProject. | ArchiveInfo.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,294
JavaLogisticRegressionWithElasticNetExample.java
// Load training data
0
// Load training data | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,295
JavaLogisticRegressionWithElasticNetExample.java
// Fit the model
0
// Fit the model | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,296
JavaLogisticRegressionWithElasticNetExample.java
// Print the coefficients and intercept for logistic regression
0
// Print the coefficients and intercept for logistic regression | JavaLogisticRegressionWithElasticNetExample.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,297
IFPRConstants.java
Contributors: * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin
0
Contributors: * Randy Rohrbach (Wind River Systems, Inc.) - Copied and modified to create the floating point plugin | IFPRConstants.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,299
IFPRConstants.java
// Currently-selected data type
0
// Currently-selected data type | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,301
IFPRConstants.java
// 64-bit floating point data type displayed precision
0
// 64-bit floating point data type displayed precision | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,302
IFPRConstants.java
// Number of columns to display
0
// Number of columns to display | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,303
IFPRConstants.java
// Renderer update mode
0
// Renderer update mode | IFPRConstants.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,304
NotificationDelayTest.java
* @author Vaadin Ltd
0
* @author Vaadin Ltd | NotificationDelayTest.java
[ 0, 1, 0, 0, 0, 0, 0 ]
8,305
NotificationDelayTest.java
* Test to check notification delay.
0
* Test to check notification delay. | NotificationDelayTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
8,306
QtNature.java
Contributors: * Doug Schaefer (QNX) - Initial implementation
0
Contributors: * Doug Schaefer (QNX) - Initial implementation | QtNature.java
[ 0, 1, 0, 0, 0, 0, 0 ]