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
|
|---|---|---|---|---|---|
6,951
|
TotalHeapUsageEmulatorPlugin.java
|
Increase heap usage by current process by the given amount.
* This is done by creating objects each of size 1MB.
| 0
|
Increase heap usage by current process by the given amount.
* This is done by creating objects each of size 1MB. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,952
|
TotalHeapUsageEmulatorPlugin.java
|
This is the core engine to emulate the heap usage. The only responsibility
* of this class is to perform certain memory intensive operations to make
* sure that some desired value of heap is used.
| 0
|
This is the core engine to emulate the heap usage. The only responsibility
* of this class is to perform certain memory intensive operations to make
* sure that some desired value of heap is used. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,953
|
TotalHeapUsageEmulatorPlugin.java
|
// store the unit loads in a list
| 0
|
// store the unit loads in a list | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,954
|
TotalHeapUsageEmulatorPlugin.java
|
* Reset the resource usage
| 0
|
* Reset the resource usage | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,955
|
TotalHeapUsageEmulatorPlugin.java
|
* Initialize the core.
| 0
|
* Initialize the core. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,956
|
TotalHeapUsageEmulatorPlugin.java
|
* Performs some memory intensive operations to use up some heap.
| 0
|
* Performs some memory intensive operations to use up some heap. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,957
|
TotalHeapUsageEmulatorPlugin.java
|
Defines the core heap usage emulation algorithm. This engine is expected
* to perform certain memory intensive operations to consume some
* amount of heap. {@link #load(long)} should load the current heap and
* increase the heap usage by the specified value. This core engine can be
* initialized using the {@link #initialize(ResourceCalculatorPlugin, long)}
* API to suit the underlying hardware better.
| 0
|
Defines the core heap usage emulation algorithm. This engine is expected
* to perform certain memory intensive operations to consume some
* amount of heap. {@link #load(long)} should load the current heap and
* increase the heap usage by the specified value. This core engine can be
* initialized using the {@link #initialize(ResourceCalculatorPlugin, long)}
* API to suit the underlying hardware better. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,959
|
TotalHeapUsageEmulatorPlugin.java
|
* The minimum buffer reserved for other non-emulation activities.
| 0
|
* The minimum buffer reserved for other non-emulation activities. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,960
|
TotalHeapUsageEmulatorPlugin.java
|
// 10 %
| 0
|
// 10 % | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,961
|
TotalHeapUsageEmulatorPlugin.java
|
// Default value for emulation interval
| 0
|
// Default value for emulation interval | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,962
|
TotalHeapUsageEmulatorPlugin.java
|
The frequency (based on task progress) with which memory-emulation code is
* run. If the value is set to 0.1 then the emulation will happen at 10% of
* the task's progress. The default value of this parameter is
* {@link #DEFAULT_EMULATION_PROGRESS_INTERVAL}.
| 0
|
The frequency (based on task progress) with which memory-emulation code is
* run. If the value is set to 0.1 then the emulation will happen at 10% of
* the task's progress. The default value of this parameter is
* {@link #DEFAULT_EMULATION_PROGRESS_INTERVAL}. | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,964
|
TotalHeapUsageEmulatorPlugin.java
|
// the progress boundaries/interval where emulation should be done
| 0
|
// the progress boundaries/interval where emulation should be done | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,966
|
TotalHeapUsageEmulatorPlugin.java
|
// the progress bar
| 0
|
// the progress bar | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,967
|
TotalHeapUsageEmulatorPlugin.java
|
// Configuration parameters
// the core engine to emulate heap usage
| 0
|
// Configuration parameters
// the core engine to emulate heap usage | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,968
|
TotalHeapUsageEmulatorPlugin.java
|
<p>A {@link ResourceUsageEmulatorPlugin} that emulates the total heap
* usage by loading the JVM heap memory. Adding smaller chunks of data to the
* heap will essentially use up some heap space thus forcing the JVM to expand
* its heap and thus resulting into increase in the heap usage.</p>
| 0
|
<p>A {@link ResourceUsageEmulatorPlugin} that emulates the total heap
* usage by loading the JVM heap memory. Adding smaller chunks of data to the
* heap will essentially use up some heap space thus forcing the JVM to expand
* its heap and thus resulting into increase in the heap usage.</p> | TotalHeapUsageEmulatorPlugin.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,970
|
IdentityProvider.java
|
* @param obj the schedulable to use.
| 0
|
* @param obj the schedulable to use. | IdentityProvider.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,971
|
IdentityProvider.java
|
* @return string identity, or null if no identity could be made.
| 0
|
* @return string identity, or null if no identity could be made. | IdentityProvider.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,973
|
IdentityProvider.java
|
* Return the string used for scheduling.
| 0
|
* Return the string used for scheduling. | IdentityProvider.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,975
|
TestDomainSocketWatcher.java
|
* Test that we can get notifications out a DomainSocketWatcher.
| 0
|
* Test that we can get notifications out a DomainSocketWatcher. | TestDomainSocketWatcher.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,977
|
TestDomainSocketWatcher.java
|
* Test that domain sockets are closed when the watcher is closed.
| 0
|
* Test that domain sockets are closed when the watcher is closed. | TestDomainSocketWatcher.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,979
|
TestDomainSocketWatcher.java
|
* @return new DomainSocketWatcher
| 0
|
* @return new DomainSocketWatcher | TestDomainSocketWatcher.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,980
|
TestDomainSocketWatcher.java
|
Creates a new DomainSocketWatcher and tracks its thread for termination due
* to an unexpected exception. At the end of each test, if there was an
* unexpected exception, then that exception is thrown to force a failure of
* the test.
| 0
|
Creates a new DomainSocketWatcher and tracks its thread for termination due
* to an unexpected exception. At the end of each test, if there was an
* unexpected exception, then that exception is thrown to force a failure of
* the test. | TestDomainSocketWatcher.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,982
|
NMLeveldbStateStoreService.java
|
// remove container without StartContainerRequest
| 0
|
// remove container without StartContainerRequest | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,983
|
NMLeveldbStateStoreService.java
|
// start with '/'
| 0
|
// start with '/' | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,984
|
NMLeveldbStateStoreService.java
|
// New value will overwrite old values for the same key
| 0
|
// New value will overwrite old values for the same key | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,985
|
NMLeveldbStateStoreService.java
|
// store version
| 0
|
// store version | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,986
|
NMLeveldbStateStoreService.java
|
// if version is not stored previously, treat it as CURRENT_VERSION_INFO.
| 0
|
// if version is not stored previously, treat it as CURRENT_VERSION_INFO. | NMLeveldbStateStoreService.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
6,987
|
NMLeveldbStateStoreService.java
|
// Only used for test
| 0
|
// Only used for test | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,988
|
NMLeveldbStateStoreService.java
|
Versioning scheme: major.minor. For e.g. 1.0, 1.1, 1.2...1.25, 2.0 etc.
* 2) Any incompatible change of state-store is a major upgrade, and any
* compatible change of state-store is a minor upgrade.
* 3) Within a minor upgrade, say 1.1 to 1.2:
* overwrite the version info and proceed as normal.
* 4) Within a major upgrade, say 1.2 to 2.0:
* throw exception and indicate user to use a separate upgrade tool to
* upgrade NM state or remove incompatible old state.
| 0
|
Versioning scheme: major.minor. For e.g. 1.0, 1.1, 1.2...1.25, 2.0 etc.
* 2) Any incompatible change of state-store is a major upgrade, and any
* compatible change of state-store is a minor upgrade.
* 3) Within a minor upgrade, say 1.1 to 1.2:
* overwrite the version info and proceed as normal.
* 4) Within a major upgrade, say 1.2 to 2.0:
* throw exception and indicate user to use a separate upgrade tool to
* upgrade NM state or remove incompatible old state. | NMLeveldbStateStoreService.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,990
|
Messages.java
|
// Initialize resource bundle.
| 0
|
// Initialize resource bundle. | Messages.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,993
|
NewManagedProject.java
|
* @noinstantiate This class is not intended to be instantiated by clients.
| 0
|
* @noinstantiate This class is not intended to be instantiated by clients. | NewManagedProject.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,998
|
ConfigBuilder.java
|
* Default constructor
| 0
|
* Default constructor | ConfigBuilder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,001
|
ConfigBuilder.java
|
* Return a subset configuration (so getParent() can be used.)
| 0
|
* Return a subset configuration (so getParent() can be used.) | ConfigBuilder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,003
|
ConfigBuilder.java
|
* @return self
| 0
|
* @return self | ConfigBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,006
|
ConfigBuilder.java
|
* @param prefix of the subset
| 0
|
* @param prefix of the subset | ConfigBuilder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,009
|
ChangeBuildConfigContextAction.java
|
* This context menu action is used to change active build configuration for the project
| 0
|
* This context menu action is used to change active build configuration for the project | ChangeBuildConfigContextAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,010
|
ChangeBuildConfigContextAction.java
|
* @see org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart)
| 0
|
* @see org.eclipse.ui.IObjectActionDelegate#setActivePart(org.eclipse.jface.action.IAction, org.eclipse.ui.IWorkbenchPart) | ChangeBuildConfigContextAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,013
|
ChangeBuildConfigContextAction.java
|
* @see org.eclipse.jface.action.IMenuCreator#dispose()
| 0
|
* @see org.eclipse.jface.action.IMenuCreator#dispose() | ChangeBuildConfigContextAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,014
|
ChangeBuildConfigContextAction.java
|
* @see org.eclipse.jface.action.IMenuCreator#getMenu(org.eclipse.swt.widgets.Control)
| 0
|
* @see org.eclipse.jface.action.IMenuCreator#getMenu(org.eclipse.swt.widgets.Control) | ChangeBuildConfigContextAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,015
|
ChangeBuildConfigContextAction.java
|
* @see org.eclipse.jface.action.IMenuCreator#getMenu(org.eclipse.swt.widgets.Menu)
| 0
|
* @see org.eclipse.jface.action.IMenuCreator#getMenu(org.eclipse.swt.widgets.Menu) | ChangeBuildConfigContextAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,016
|
ChangeBuildConfigContextAction.java
|
// this method is never called
| 0
|
// this method is never called | ChangeBuildConfigContextAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,017
|
ChangeBuildConfigContextAction.java
|
// do nothing
| 0
|
// do nothing | ChangeBuildConfigContextAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,020
|
FindAction.java
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
* Sergey Prigogin (Google)
| 0
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
* Sergey Prigogin (Google) | FindAction.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
7,021
|
AutotoolsEnvironmentVariableSupplier.java
|
Contributors:
* Marc-Andre Laperle (Ericsson) - initial API and implementation
| 0
|
Contributors:
* Marc-Andre Laperle (Ericsson) - initial API and implementation | AutotoolsEnvironmentVariableSupplier.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
7,022
|
AutotoolsEnvironmentVariableSupplier.java
|
@noreference This class is not intended to be referenced by clients.
| 0
|
@noreference This class is not intended to be referenced by clients. | AutotoolsEnvironmentVariableSupplier.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,025
|
AutotoolsEnvironmentVariableSupplier.java
|
// Windows has case insensitive env var names
| 0
|
// Windows has case insensitive env var names | AutotoolsEnvironmentVariableSupplier.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,027
|
CleanerTask.java
|
* @param store
| 0
|
* @param store | CleanerTask.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,029
|
CleanerTask.java
|
@param cleanerTaskLock lock that ensures a serial execution of cleaner
* task
| 0
|
@param cleanerTaskLock lock that ensures a serial execution of cleaner
* task | CleanerTask.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,030
|
CleanerTask.java
|
* @return an instance of a CleanerTask
| 0
|
* @return an instance of a CleanerTask | CleanerTask.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,031
|
CleanerTask.java
|
/** The cleaner task ran into an error while processing the resource **/
| 0
|
/** The cleaner task ran into an error while processing the resource **/ | CleanerTask.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
7,032
|
CleanerTask.java
|
/** Resource was successfully deleted **/
| 0
|
/** Resource was successfully deleted **/ | CleanerTask.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
7,034
|
CleanerTask.java
|
A status indicating what happened with the processing of a given cache
* resource.
| 0
|
A status indicating what happened with the processing of a given cache
* resource. | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,036
|
CleanerTask.java
|
// the directory can be removed safely now
// log the original path
| 0
|
// the directory can be removed safely now
// log the original path | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,038
|
CleanerTask.java
|
// record the processing
| 0
|
// record the processing | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,039
|
CleanerTask.java
|
we did not delete the resource because it contained application
// ids
| 0
|
we did not delete the resource because it contained application
// ids | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,040
|
CleanerTask.java
|
// remove the resource from the file system
| 0
|
// remove the resource from the file system | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,041
|
CleanerTask.java
|
// remove the resource from scm (checks for appIds as well)
| 0
|
// remove the resource from scm (checks for appIds as well) | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,042
|
CleanerTask.java
|
this is the path to the cache resource directory
// the directory name is the resource key (i.e. a unique identifier)
| 0
|
this is the path to the cache resource directory
// the directory name is the resource key (i.e. a unique identifier) | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,043
|
CleanerTask.java
|
// indicates the processing status of the resource
| 0
|
// indicates the processing status of the resource | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,044
|
CleanerTask.java
|
* Processes a single shared cache resource directory.
| 0
|
* Processes a single shared cache resource directory. | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,046
|
CleanerTask.java
|
restore the interrupt
| 0
|
restore the interrupt | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,047
|
CleanerTask.java
|
// add sleep time between cleaning each directory if it is non-zero
| 0
|
// add sleep time between cleaning each directory if it is non-zero | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,050
|
CleanerTask.java
|
// mark the beginning of the run in the metrics
| 0
|
// mark the beginning of the run in the metrics | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,051
|
CleanerTask.java
|
Sweeps and processes the shared cache area to clean up stale and orphaned
* files.
| 0
|
Sweeps and processes the shared cache area to clean up stale and orphaned
* files. | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,052
|
CleanerTask.java
|
this is set to false regardless of if it is a scheduled or on-demand
// task
| 0
|
this is set to false regardless of if it is a scheduled or on-demand
// task | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,054
|
CleanerTask.java
|
// there is already another task running
| 0
|
// there is already another task running | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,057
|
CleanerTask.java
|
Creates a cleaner task based on the configuration. This is provided for
* convenience.
| 0
|
Creates a cleaner task based on the configuration. This is provided for
* convenience. | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,058
|
CleanerTask.java
|
The task that runs and cleans up the shared cache area for stale entries and
* orphaned files. It is expected that only one cleaner task runs at any given
* point in time.
| 0
|
The task that runs and cleans up the shared cache area for stale entries and
* orphaned files. It is expected that only one cleaner task runs at any given
* point in time. | CleanerTask.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,061
|
CContainerInfo.java
|
// Check if the folder is not itself a sourceEntry.
| 0
|
// Check if the folder is not itself a sourceEntry. | CContainerInfo.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,062
|
CContainerInfo.java
|
// move back to the sourceroot.
| 0
|
// move back to the sourceroot. | CContainerInfo.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,064
|
IDocumentElementAnnotationProvider.java
|
Provides context sensitive annotations for source elements.
*
* This interface is experimental.
| 0
|
Provides context sensitive annotations for source elements.
*
* This interface is experimental. | IDocumentElementAnnotationProvider.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,065
|
IDocumentElementAnnotationProvider.java
|
@param updates each update specifies the element and context
* for which annotations are requested and stores the results
| 0
|
@param updates each update specifies the element and context
* for which annotations are requested and stores the results | IDocumentElementAnnotationProvider.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,066
|
IDocumentElementAnnotationProvider.java
|
Updates the annotations of the specified source elements.
| 0
|
Updates the annotations of the specified source elements. | IDocumentElementAnnotationProvider.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,068
|
IKVSerializer.java
|
/**
* serializes key-value pair
*/
| 0
|
/**
* serializes key-value pair
*/ | IKVSerializer.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,071
|
JdkFutureAdaptersTest.java
|
@link JdkFutureAdapters
| 0
|
@link JdkFutureAdapters | JdkFutureAdaptersTest.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,072
|
JdkFutureAdaptersTest.java
|
// Now test an additional addListener call, which will be run in-thread:
| 0
|
// Now test an additional addListener call, which will be run in-thread: | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,073
|
JdkFutureAdaptersTest.java
|
// Now give the get() thread time to finish:
| 0
|
// Now give the get() thread time to finish: | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,075
|
JdkFutureAdaptersTest.java
|
The compiler recognizes that "input instanceof ListenableFuture" is
* impossible. We want the test, though, in case that changes in the future,
* so we use isInstance instead.
| 0
|
The compiler recognizes that "input instanceof ListenableFuture" is
* impossible. We want the test, though, in case that changes in the future,
* so we use isInstance instead. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,076
|
JdkFutureAdaptersTest.java
|
// synchronized so that checkState works as expected.
| 0
|
// synchronized so that checkState works as expected. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,077
|
JdkFutureAdaptersTest.java
|
If isDone is true during the call to listenInPoolThread,
* listenInPoolThread doesn't start a thread. Make sure it's false the
* first time through (and forever after, since no one else cares about
* it).
| 0
|
If isDone is true during the call to listenInPoolThread,
* listenInPoolThread doesn't start a thread. Make sure it's false the
* first time through (and forever after, since no one else cares about
* it). | JdkFutureAdaptersTest.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
7,080
|
JdkFutureAdaptersTest.java
|
Don't shut down until the listenInPoolThread task has been accepted to
* run. We want to see what happens when it's interrupted, not when it's
* rejected.
| 0
|
Don't shut down until the listenInPoolThread task has been accepted to
* run. We want to see what happens when it's interrupted, not when it's
* rejected. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,081
|
JdkFutureAdaptersTest.java
|
'spy' should have been ignored since 'abstractFuture' was done before
// a listener was added.
| 0
|
'spy' should have been ignored since 'abstractFuture' was done before
// a listener was added. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,082
|
JdkFutureAdaptersTest.java
|
#addListener() will run the listener immediately because the Future is
// already finished (we explicitly set the result of it above).
| 0
|
#addListener() will run the listener immediately because the Future is
// already finished (we explicitly set the result of it above). | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,083
|
JdkFutureAdaptersTest.java
|
// We call AbstractFuture#set above.
| 0
|
// We call AbstractFuture#set above. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,084
|
JdkFutureAdaptersTest.java
|
Unit tests for {@link JdkFutureAdapters}.
| 0
|
Unit tests for {@link JdkFutureAdapters}. | JdkFutureAdaptersTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,085
|
JdkFutureAdaptersTest.java
|
@author Sven Mawson
| 0
|
@author Sven Mawson | JdkFutureAdaptersTest.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
7,086
|
JdkFutureAdaptersTest.java
|
@author Kurt Alfred Kluever
| 0
|
@author Kurt Alfred Kluever | JdkFutureAdaptersTest.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
7,087
|
package-info.java
|
Datanode side striping + erasure coding related task processing.
| 0
|
Datanode side striping + erasure coding related task processing. | package-info.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,088
|
TableDropIndicatorValoTest.java
|
Tests that clicking on active fields doesn't change Table selection, nor does
* dragging rows.
| 0
|
Tests that clicking on active fields doesn't change Table selection, nor does
* dragging rows. | TableDropIndicatorValoTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,090
|
TableDropIndicatorValoTest.java
|
// rounded off
| 0
|
// rounded off | TableDropIndicatorValoTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,092
|
VTooltip.java
|
// Open next tooltip faster. Disabled after 2 sec of showTooltip-silence.
| 0
|
// Open next tooltip faster. Disabled after 2 sec of showTooltip-silence. | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,093
|
VTooltip.java
|
// Delays for the tooltip, configurable on the server side
| 0
|
// Delays for the tooltip, configurable on the server side | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,094
|
VTooltip.java
|
* Current element hovered
| 0
|
* Current element hovered | VTooltip.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
7,096
|
VTooltip.java
|
@see ApplicationConnection#getVTooltip()
| 0
|
@see ApplicationConnection#getVTooltip() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,097
|
VTooltip.java
|
* @return The maximum width the tooltip popup (in pixels)
| 0
|
* @return The maximum width the tooltip popup (in pixels) | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,098
|
VTooltip.java
|
@param maxWidth
* The maximum width the tooltip popup (in pixels)
| 0
|
@param maxWidth
* The maximum width the tooltip popup (in pixels) | VTooltip.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
7,100
|
VTooltip.java
|
@link #getQuickOpenDelay()
| 0
|
@link #getQuickOpenDelay() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,101
|
VTooltip.java
|
@link #getQuickOpenDelay()
| 0
|
@link #getQuickOpenDelay() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,103
|
VTooltip.java
|
@link #getQuickOpenDelay()
| 0
|
@link #getQuickOpenDelay() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
7,104
|
VTooltip.java
|
@link #getOpenDelay()
| 0
|
@link #getOpenDelay() | VTooltip.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.