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
9,406
FaviconTest.java
//Extending SingleBrowserTest just to include the test into our test suites.
0
//Extending SingleBrowserTest just to include the test into our test suites. | FaviconTest.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,407
CInformationProvider.java
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) * Sergey Prigogin (Google)
0
Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) * Sergey Prigogin (Google) | CInformationProvider.java
[ 0, 1, 0, 0, 0, 0, 0 ]
9,408
CInformationProvider.java
@see CTypeHover
0
@see CTypeHover | CInformationProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,409
CInformationProvider.java
* @see IInformationProvider#getInformation(ITextViewer, IRegion)
0
* @see IInformationProvider#getInformation(ITextViewer, IRegion) | CInformationProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,410
CInformationProvider.java
* @see IInformationProvider#getSubject(ITextViewer, int)
0
* @see IInformationProvider#getSubject(ITextViewer, int) | CInformationProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,411
CInformationProvider.java
* @see org.eclipse.jface.text.information.IInformationProviderExtension#getInformation2(org.eclipse.jface.text.ITextViewer, org.eclipse.jface.text.IRegion)
0
* @see org.eclipse.jface.text.information.IInformationProviderExtension#getInformation2(org.eclipse.jface.text.ITextViewer, org.eclipse.jface.text.IRegion) | CInformationProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,412
CInformationProvider.java
* @see IInformationProviderExtension2#getInformationPresenterControlCreator()
0
* @see IInformationProviderExtension2#getInformationPresenterControlCreator() | CInformationProvider.java
[ 0, 0, 0, 0, 1, 0, 0 ]
9,413
CInformationProvider.java
* The default presentation control creator.
0
* The default presentation control creator. | CInformationProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,414
CInformationProvider.java
* Part listener handling editor close.
0
* Part listener handling editor close. | CInformationProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,415
CInformationProvider.java
* Default control creator.
0
* Default control creator. | CInformationProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,416
CInformationProvider.java
Provides information for the current word under the cursor based on the documentation hover * and spelling correction hover.
0
Provides information for the current word under the cursor based on the documentation hover * and spelling correction hover. | CInformationProvider.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,417
CInformationProvider.java
@since 5.0
0
@since 5.0 | CInformationProvider.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,418
OutputReader.java
* Abstract base for classes that read the client's output.
0
* Abstract base for classes that read the client's output. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,419
OutputReader.java
Initializes the OutputReader. This method has to be called before * calling any of the other methods.
0
Initializes the OutputReader. This method has to be called before * calling any of the other methods. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,420
OutputReader.java
// nothing here yet, but that might change in the future
0
// nothing here yet, but that might change in the future | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,421
OutputReader.java
* Read the next key/value pair outputted by the client.
0
* Read the next key/value pair outputted by the client. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,422
OutputReader.java
* Returns the current key.
0
* Returns the current key. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,423
OutputReader.java
* Returns the current value.
0
* Returns the current value. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,424
OutputReader.java
* Returns the last output from the client as a String.
0
* Returns the last output from the client as a String. | OutputReader.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,425
OutputReader.java
@return true iff a key/value pair was read
0
@return true iff a key/value pair was read | OutputReader.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,426
QueueStatistics.java
* @return the number of apps submitted
0
* @return the number of apps submitted | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,427
QueueStatistics.java
@param numAppsSubmitted * the number of apps submitted
0
@param numAppsSubmitted * the number of apps submitted | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,428
QueueStatistics.java
* @return the number of running apps
0
* @return the number of running apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,429
QueueStatistics.java
@param numAppsRunning * the number of running apps
0
@param numAppsRunning * the number of running apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,430
QueueStatistics.java
* @return the number of pending apps
0
* @return the number of pending apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,431
QueueStatistics.java
@param numAppsPending * the number of pending apps
0
@param numAppsPending * the number of pending apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,432
QueueStatistics.java
* @return the number of completed apps
0
* @return the number of completed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,433
QueueStatistics.java
@param numAppsCompleted * the number of completed apps
0
@param numAppsCompleted * the number of completed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,434
QueueStatistics.java
@return the number of killed apps
0
@return the number of killed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,435
QueueStatistics.java
@param numAppsKilled * the number of killed apps
0
@param numAppsKilled * the number of killed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,436
QueueStatistics.java
* @return the number of failed apps
0
* @return the number of failed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,437
QueueStatistics.java
@param numAppsFailed * the number of failed apps
0
@param numAppsFailed * the number of failed apps | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,438
QueueStatistics.java
* @return the number of active users
0
* @return the number of active users | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,439
QueueStatistics.java
@param numActiveUsers * the number of active users
0
@param numActiveUsers * the number of active users | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,440
QueueStatistics.java
* @return the available memory
0
* @return the available memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,441
QueueStatistics.java
@param availableMemoryMB * the available memory
0
@param availableMemoryMB * the available memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,442
QueueStatistics.java
* @return the allocated memory
0
* @return the allocated memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,443
QueueStatistics.java
@param allocatedMemoryMB * the allocate memory
0
@param allocatedMemoryMB * the allocate memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,444
QueueStatistics.java
* @return the pending memory
0
* @return the pending memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,445
QueueStatistics.java
@param pendingMemoryMB * the pending memory
0
@param pendingMemoryMB * the pending memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,446
QueueStatistics.java
@return the reserved memory
0
@return the reserved memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,447
QueueStatistics.java
@param reservedMemoryMB * the reserved memory
0
@param reservedMemoryMB * the reserved memory | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,448
QueueStatistics.java
* @return the available vcores
0
* @return the available vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,449
QueueStatistics.java
@param availableVCores * the available vcores
0
@param availableVCores * the available vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,450
QueueStatistics.java
* @return the allocated vcores
0
* @return the allocated vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,451
QueueStatistics.java
@param allocatedVCores * the allocated vcores
0
@param allocatedVCores * the allocated vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,452
QueueStatistics.java
* @return the pending vcores
0
* @return the pending vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,453
QueueStatistics.java
@param pendingVCores * the pending vcores
0
@param pendingVCores * the pending vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,454
QueueStatistics.java
@return the number of pending containers.
0
@return the number of pending containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,455
QueueStatistics.java
* @param pendingContainers the pending containers.
0
* @param pendingContainers the pending containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,456
QueueStatistics.java
* @return the number of allocated containers.
0
* @return the number of allocated containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,457
QueueStatistics.java
* @param allocatedContainers the allocated containers.
0
* @param allocatedContainers the allocated containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,458
QueueStatistics.java
* @return the number of reserved containers.
0
* @return the number of reserved containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,459
QueueStatistics.java
* @param reservedContainers the reserved containers.
0
* @param reservedContainers the reserved containers. | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,460
QueueStatistics.java
* @return the reserved vcores
0
* @return the reserved vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,461
QueueStatistics.java
@param reservedVCores * the reserved vcores
0
@param reservedVCores * the reserved vcores | QueueStatistics.java
[ 0, 0, 0, 1, 0, 0, 0 ]
9,462
QueueStatistics.java
* Set the reserved vcores
0
* Set the reserved vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,463
QueueStatistics.java
* Get the reserved vcores
0
* Get the reserved vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,464
QueueStatistics.java
* Set the number of reserved containers.
0
* Set the number of reserved containers. | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,465
QueueStatistics.java
* Get the number of reserved containers.
0
* Get the number of reserved containers. | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,466
QueueStatistics.java
* Set the number of allocated containers.
0
* Set the number of allocated containers. | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,467
QueueStatistics.java
* Set the number of pending containers.
0
* Set the number of pending containers. | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,468
QueueStatistics.java
* Get the number of pending containers.
0
* Get the number of pending containers. | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,469
QueueStatistics.java
* Set the pending vcores
0
* Set the pending vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,470
QueueStatistics.java
* Get the pending vcores
0
* Get the pending vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,471
QueueStatistics.java
* Set the allocated vcores
0
* Set the allocated vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,472
QueueStatistics.java
* Get the allocated vcores
0
* Get the allocated vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,473
QueueStatistics.java
* Set the available vcores
0
* Set the available vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,474
QueueStatistics.java
* Get the available vcores
0
* Get the available vcores | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,475
QueueStatistics.java
* Set the reserved memory in MB
0
* Set the reserved memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,476
QueueStatistics.java
* Get the reserved memory in MB
0
* Get the reserved memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,477
QueueStatistics.java
* Set the pending memory in MB
0
* Set the pending memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,478
QueueStatistics.java
* Get the pending memory in MB
0
* Get the pending memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,479
QueueStatistics.java
* Set the allocated memory in MB
0
* Set the allocated memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,480
QueueStatistics.java
* Get the allocated memory in MB
0
* Get the allocated memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,481
QueueStatistics.java
* Set the available memory in MB
0
* Set the available memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,482
QueueStatistics.java
* Get the available memory in MB
0
* Get the available memory in MB | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,483
QueueStatistics.java
* Set the number of active users
0
* Set the number of active users | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,484
QueueStatistics.java
* Get the number of active users
0
* Get the number of active users | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,485
QueueStatistics.java
* Set the number of failed apps
0
* Set the number of failed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,486
QueueStatistics.java
* Get the number of failed apps
0
* Get the number of failed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,487
QueueStatistics.java
* Set the number of killed apps
0
* Set the number of killed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,488
QueueStatistics.java
* Get the number of killed apps
0
* Get the number of killed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,489
QueueStatistics.java
* Set the number of completed apps
0
* Set the number of completed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,490
QueueStatistics.java
* Get the number of completed apps
0
* Get the number of completed apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,491
QueueStatistics.java
* Set the number of pending apps
0
* Set the number of pending apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,492
QueueStatistics.java
* Get the number of pending apps
0
* Get the number of pending apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,493
QueueStatistics.java
* Set the number of running apps
0
* Set the number of running apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,494
QueueStatistics.java
* Get the number of running apps
0
* Get the number of running apps | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,495
QueueStatistics.java
* Set the number of apps submitted
0
* Set the number of apps submitted | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,496
QueueStatistics.java
* Get the number of apps submitted
0
* Get the number of apps submitted | QueueStatistics.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,497
MetricsSourceAdapter.java
* An adapter class for metrics source and associated filter and jmx impl
0
* An adapter class for metrics source and associated filter and jmx impl | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,498
MetricsSourceAdapter.java
// Initialize to true so we always trigger update MBeanInfo cache the first // time calling updateJmxCache
0
// Initialize to true so we always trigger update MBeanInfo cache the first // time calling updateJmxCache | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,499
MetricsSourceAdapter.java
// hack to avoid most of the "innocuous" races.
0
// hack to avoid most of the "innocuous" races. | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,500
MetricsSourceAdapter.java
// temporarilly advance the expiry while updating the cache
0
// temporarilly advance the expiry while updating the cache | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,501
MetricsSourceAdapter.java
// lastRecs might have been set to an object already by another thread. // Track the fact that lastRecs has been reset once to make sure refresh // is correctly triggered.
0
// lastRecs might have been set to an object already by another thread. // Track the fact that lastRecs has been reset once to make sure refresh // is correctly triggered. | MetricsSourceAdapter.java
[ 0, 0, 1, 0, 0, 0, 0 ]
9,502
MetricsSourceAdapter.java
// in case regular interval update is not running
0
// in case regular interval update is not running | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,503
MetricsSourceAdapter.java
// Get all the metrics to populate the sink caches
0
// Get all the metrics to populate the sink caches | MetricsSourceAdapter.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,504
MountEntry.java
* Represents a mount entry.
0
* Represents a mount entry. | MountEntry.java
[ 1, 0, 0, 0, 0, 0, 0 ]
9,505
MountEntry.java
/** Host corresponding to the mount entry */
0
/** Host corresponding to the mount entry */ | MountEntry.java
[ 1, 0, 0, 0, 0, 0, 0 ]