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,386
|
QueuingContainerManagerImpl.java
|
@return true if the container was found in one of the queues.
| 0
|
@return true if the container was found in one of the queues. | QueuingContainerManagerImpl.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,387
|
QueuingContainerManagerImpl.java
|
@param allocatedContInfo
* the container whose execution needs to start by freeing up
* resources occupied by opportunistic containers.
| 0
|
@param allocatedContInfo
* the container whose execution needs to start by freeing up
* resources occupied by opportunistic containers. | QueuingContainerManagerImpl.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,388
|
QueuingContainerManagerImpl.java
|
@param containerToStartId
* the container whose execution needs to start by freeing up
* resources occupied by opportunistic containers.
| 0
|
@param containerToStartId
* the container whose execution needs to start by freeing up
* resources occupied by opportunistic containers. | QueuingContainerManagerImpl.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,391
|
QueuingContainerManagerImpl.java
|
@return the resources that need to be freed up for the given guaranteed
* container to start.
| 0
|
@return the resources that need to be freed up for the given guaranteed
* container to start. | QueuingContainerManagerImpl.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,393
|
QueuingContainerManagerImpl.java
|
// Start opportunistic containers, if resources available.
| 0
|
// Start opportunistic containers, if resources available. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,394
|
QueuingContainerManagerImpl.java
|
// Start pending guaranteed containers, if resources available.
| 0
|
// Start pending guaranteed containers, if resources available. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,396
|
QueuingContainerManagerImpl.java
|
// Subtract the overall node resources.
| 0
|
// Subtract the overall node resources. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,397
|
QueuingContainerManagerImpl.java
|
// Add to the allocation the allocation of the pending guaranteed
// containers that will start before the current container will be started.
| 0
|
// Add to the allocation the allocation of the pending guaranteed
// containers that will start before the current container will be started. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,398
|
QueuingContainerManagerImpl.java
|
// Subtract from the allocation the allocation of the opportunistic
// containers that are marked for killing.
| 0
|
// Subtract from the allocation the allocation of the opportunistic
// containers that are marked for killing. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,399
|
QueuingContainerManagerImpl.java
|
// Get allocation of currently allocated containers.
| 0
|
// Get allocation of currently allocated containers. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,400
|
QueuingContainerManagerImpl.java
|
Calculates the amount of resources that need to be freed up (by killing
* opportunistic containers) in order for the given guaranteed container to
* start its execution. Resource allocation to be freed up =
* <code>containersAllocation</code> -
* allocation of <code>opportunisticContainersToKill</code> +
* allocation of <code>queuedGuaranteedContainers</code> that will start
* before the given container +
* allocation of given container -
* total resources of node.
| 0
|
Calculates the amount of resources that need to be freed up (by killing
* opportunistic containers) in order for the given guaranteed container to
* start its execution. Resource allocation to be freed up =
* <code>containersAllocation</code> -
* allocation of <code>opportunisticContainersToKill</code> +
* allocation of <code>queuedGuaranteedContainers</code> that will start
* before the given container +
* allocation of given container -
* total resources of node. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,401
|
QueuingContainerManagerImpl.java
|
// If there are sufficient resources to execute the given container, do
// not kill more opportunistic containers.
| 0
|
// If there are sufficient resources to execute the given container, do
// not kill more opportunistic containers. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,402
|
QueuingContainerManagerImpl.java
|
// Go over the running opportunistic containers. Avoid containers that have
// already been marked for killing.
| 0
|
// Go over the running opportunistic containers. Avoid containers that have
// already been marked for killing. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,403
|
QueuingContainerManagerImpl.java
|
// The additional opportunistic containers that need to be killed for the
// given container to start.
| 0
|
// The additional opportunistic containers that need to be killed for the
// given container to start. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,404
|
QueuingContainerManagerImpl.java
|
// Track resources that need to be freed.
| 0
|
// Track resources that need to be freed. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,406
|
QueuingContainerManagerImpl.java
|
// Kill the opportunistic containers that were chosen.
| 0
|
// Kill the opportunistic containers that were chosen. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,407
|
QueuingContainerManagerImpl.java
|
Kill opportunistic containers to free up resources for running the given
* container.
| 0
|
Kill opportunistic containers to free up resources for running the given
* container. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,408
|
QueuingContainerManagerImpl.java
|
Stop a container only if it is currently running. If queued, do not stop
* it.
| 0
|
Stop a container only if it is currently running. If queued, do not stop
* it. | QueuingContainerManagerImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,410
|
Profiler.java
|
@since 7.0.0
| 0
|
@since 7.0.0 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,411
|
Profiler.java
|
* @since 7.0.0
| 0
|
* @since 7.0.0 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,412
|
Profiler.java
|
* @since 7.1
| 0
|
* @since 7.1 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,413
|
Profiler.java
|
* @param name
| 0
|
* @param name | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,414
|
Profiler.java
|
* @return the name of the node
| 0
|
* @return the name of the node | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,415
|
Profiler.java
|
@param name
* the name of the child
| 0
|
@param name
* the name of the child | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,417
|
Profiler.java
|
* @return the child node object
| 0
|
* @return the child node object | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,419
|
Profiler.java
|
* @return the time spent for the fastest invocation, in milliseconds
| 0
|
* @return the time spent for the fastest invocation, in milliseconds | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,421
|
Profiler.java
|
* @return the number of times the node has been entered
| 0
|
* @return the number of times the node has been entered | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,423
|
Profiler.java
|
* @return a collection of child nodes
| 0
|
* @return a collection of child nodes | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,425
|
Profiler.java
|
@return <code>true</code> if the profiling is enabled, else
* <code>false</code>
| 0
|
@return <code>true</code> if the profiling is enabled, else
* <code>false</code> | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,426
|
Profiler.java
|
@param name
* the name of the entered block
| 0
|
@param name
* the name of the entered block | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,427
|
Profiler.java
|
@param name
* the name of the left block
| 0
|
@param name
* the name of the left block | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,428
|
Profiler.java
|
* @since 7.6
| 0
|
* @since 7.6 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,429
|
Profiler.java
|
* @since 7.0.2
| 0
|
* @since 7.0.2 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,430
|
Profiler.java
|
@return <code>true</code> if the profiling is enabled, else
* <code>false</code>
| 0
|
@return <code>true</code> if the profiling is enabled, else
* <code>false</code> | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,431
|
Profiler.java
|
@since 7.1.4
| 0
|
@since 7.1.4 | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,432
|
Profiler.java
|
@param profilerResultConsumer
* the consumer that gets profiler data
| 0
|
@param profilerResultConsumer
* the consumer that gets profiler data | Profiler.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,435
|
Profiler.java
|
Lightweight profiling tool that can be used to collect profiling data with
* zero overhead unless enabled. To enable profiling, add
* <code><set-property name="vaadin.profiler" value="true" /></code> to
* your .gwt.xml file.
| 0
|
Lightweight profiling tool that can be used to collect profiling data with
* zero overhead unless enabled. To enable profiling, add
* <code><set-property name="vaadin.profiler" value="true" /></code> to
* your .gwt.xml file. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,436
|
Profiler.java
|
* Class to include using deferred binding to enable the profiling.
| 0
|
* Class to include using deferred binding to enable the profiling. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,437
|
Profiler.java
|
Interface for getting data from the {@link Profiler}.
* <p>
* <b>Warning!</b> This interface is most likely to change in the future
| 0
|
Interface for getting data from the {@link Profiler}.
* <p>
* <b>Warning!</b> This interface is most likely to change in the future | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,441
|
Profiler.java
|
Creates a new child node or retrieves and existing child and updates
* its total time and hit count.
| 0
|
Creates a new child node or retrieves and existing child and updates
* its total time and hit count. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,444
|
Profiler.java
|
Gets the maximum time spent for one invocation of this node,
* including time spent in sub nodes
| 0
|
Gets the maximum time spent for one invocation of this node,
* including time spent in sub nodes | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,445
|
Profiler.java
|
Gets the number of times this node has been entered
| 0
|
Gets the number of times this node has been entered | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,446
|
Profiler.java
|
Gets the total time spent in this node, excluding time spent in sub
* nodes
| 0
|
Gets the total time spent in this node, excluding time spent in sub
* nodes | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,447
|
Profiler.java
|
* Gets the child nodes of this node
| 0
|
* Gets the child nodes of this node | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,449
|
Profiler.java
|
// JSO constructor
| 0
|
// JSO constructor | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,450
|
Profiler.java
|
* Checks whether the profiling gathering is enabled.
| 0
|
* Checks whether the profiling gathering is enabled. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,451
|
Profiler.java
|
// This will be fully inlined by the compiler
| 0
|
// This will be fully inlined by the compiler | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,452
|
Profiler.java
|
@link #leave(String)
| 0
|
@link #leave(String) | Profiler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,455
|
Profiler.java
|
Leaves a named block. There should always be a matching invocation of
* {@link #enter(String)} when entering the block. Calls to this method will
* be removed by the compiler unless profiling is enabled.
| 0
|
Leaves a named block. There should always be a matching invocation of
* {@link #enter(String)} when entering the block. Calls to this method will
* be removed by the compiler unless profiling is enabled. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,457
|
Profiler.java
|
Resets the collected profiler data. Calls to this method will be removed
* by the compiler unless profiling is enabled.
| 0
|
Resets the collected profiler data. Calls to this method will be removed
* by the compiler unless profiling is enabled. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,458
|
Profiler.java
|
Old implementations might call reset for initialization, so
* ensure it is initialized here as well. Initialization has no side
* effects if already done.
| 0
|
Old implementations might call reset for initialization, so
* ensure it is initialized here as well. Initialization has no side
* effects if already done. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,459
|
Profiler.java
|
Initializes the profiler. This should be done before calling any other
* function in this class. Failing to do so might cause undesired behavior.
* This method has no side effects if the initialization has already been
* done.
| 0
|
Initializes the profiler. This should be done before calling any other
* function in this class. Failing to do so might cause undesired behavior.
* This method has no side effects if the initialization has already been
* done. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,460
|
Profiler.java
|
Please note that this method should be called even if the profiler is not
* enabled because it will then remove a logger function that might have
* been included in the HTML page and that would leak memory unless removed.
| 0
|
Please note that this method should be called even if the profiler is not
* enabled because it will then remove a logger function that might have
* been included in the HTML page and that would leak memory unless removed. | Profiler.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
6,462
|
Profiler.java
|
// back out of sub event
| 0
|
// back out of sub event | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,463
|
Profiler.java
|
// Create sub event
| 0
|
// Create sub event | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,464
|
Profiler.java
|
@link EnabledProfiler
| 0
|
@link EnabledProfiler | Profiler.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,466
|
Profiler.java
|
Overridden in {@link EnabledProfiler} to make {@link #isEnabled()} return
* true if GWT.create returns that class.
| 0
|
Overridden in {@link EnabledProfiler} to make {@link #isEnabled()} return
* true if GWT.create returns that class. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,468
|
Profiler.java
|
// Ignore missing value
| 0
|
// Ignore missing value | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,469
|
Profiler.java
|
Add logger if it's not already there, also initializing the event array
* if needed.
| 0
|
Add logger if it's not already there, also initializing the event array
* if needed. | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,470
|
Profiler.java
|
Remove logger function and event array if it seems like the function has
* been added by us.
*/
| 0
|
Remove logger function and event array if it seems like the function has
* been added by us.
*/ | Profiler.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,472
|
READDIRPLUS3Response.java
|
* READDIRPLUS3 Response
| 0
|
* READDIRPLUS3 Response | READDIRPLUS3Response.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,473
|
READDIRPLUS3Response.java
|
// attributes follow
| 0
|
// attributes follow | READDIRPLUS3Response.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,474
|
READDIRPLUS3Response.java
|
// next
| 0
|
// next | READDIRPLUS3Response.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,475
|
LoggedSingleRelativeRanking.java
|
@link LoggedSingleRelativeRanking
| 0
|
@link LoggedSingleRelativeRanking | LoggedSingleRelativeRanking.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,478
|
LoggedSingleRelativeRanking.java
|
@code ( 0.0D, 1.0D )
| 0
|
@code ( 0.0D, 1.0D ) | LoggedSingleRelativeRanking.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,479
|
LoggedSingleRelativeRanking.java
|
The Y coordinate, as a fraction {@code ( 0.0D, 1.0D )}. The default value
* is there to mark an unfilled-in value.
| 0
|
The Y coordinate, as a fraction {@code ( 0.0D, 1.0D )}. The default value
* is there to mark an unfilled-in value. | LoggedSingleRelativeRanking.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,480
|
LoggedSingleRelativeRanking.java
|
The X coordinate
| 0
|
The X coordinate | LoggedSingleRelativeRanking.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,482
|
ResizableGraphicCanvas.java
|
Contributors:
* Marc Khouzam (Ericsson) - initial API and implementation
| 0
|
Contributors:
* Marc Khouzam (Ericsson) - initial API and implementation | ResizableGraphicCanvas.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
6,484
|
CellStyleGenerator.java
|
@param <T>
* the row type of the target grid
| 0
|
@param <T>
* the row type of the target grid | CellStyleGenerator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,487
|
CellStyleGenerator.java
|
@return the style name to add to this cell, or {@code null} to not set
* any style
| 0
|
@return the style name to add to this cell, or {@code null} to not set
* any style | CellStyleGenerator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,489
|
CellStyleGenerator.java
|
Callback interface for generating custom style names for cells
| 0
|
Callback interface for generating custom style names for cells | CellStyleGenerator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,491
|
InMemoryNativeFileSystemStore.java
|
@link NativeFileSystemStore
| 0
|
@link NativeFileSystemStore | InMemoryNativeFileSystemStore.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,492
|
InMemoryNativeFileSystemStore.java
|
@link NativeS3FileSystem
| 0
|
@link NativeS3FileSystem | InMemoryNativeFileSystemStore.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
6,493
|
InMemoryNativeFileSystemStore.java
|
<p>
* A stub implementation of {@link NativeFileSystemStore} for testing
* {@link NativeS3FileSystem} without actually connecting to S3.
* </p>
| 0
|
<p>
* A stub implementation of {@link NativeFileSystemStore} for testing
* {@link NativeS3FileSystem} without actually connecting to S3.
* </p> | InMemoryNativeFileSystemStore.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,494
|
AutoconfEditor.java
|
Contributors:
* Red Hat Incorporated - initial API and implementation
| 0
|
Contributors:
* Red Hat Incorporated - initial API and implementation | AutoconfEditor.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
6,495
|
AutoconfEditor.java
|
/** The information provider used to present focusable information shells. */
| 0
|
/** The information provider used to present focusable information shells. */ | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,496
|
AutoconfEditor.java
|
* This editor's projection support
| 0
|
* This editor's projection support | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,497
|
AutoconfEditor.java
|
If this editor is for a project file, remove this editor as a property
// change listener.
| 0
|
If this editor is for a project file, remove this editor as a property
// change listener. | AutoconfEditor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
6,498
|
AutoconfEditor.java
|
// This is a project file. We want to be notified if the Autoconf editor
// properties are changed such that the macro versions are changed.
| 0
|
// This is a project file. We want to be notified if the Autoconf editor
// properties are changed such that the macro versions are changed. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,501
|
AutoconfEditor.java
|
* @return the Autoconf code scanner
| 0
|
* @return the Autoconf code scanner | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,506
|
AutoconfEditor.java
|
* @param resourceBundle the resource bundle
| 0
|
* @param resourceBundle the resource bundle | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,507
|
AutoconfEditor.java
|
* @param prefix the prefix
| 0
|
* @param prefix the prefix | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,509
|
AutoconfEditor.java
|
* @param sourceViewer the source viewer to display the hover over
| 0
|
* @param sourceViewer the source viewer to display the hover over | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,511
|
AutoconfEditor.java
|
* @return <code>true</code> if successful, <code>false</code> otherwise
| 0
|
* @return <code>true</code> if successful, <code>false</code> otherwise | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,513
|
AutoconfEditor.java
|
* @param annotationHover the hover to make focusable
| 0
|
* @param annotationHover the hover to make focusable | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,515
|
AutoconfEditor.java
|
* @param listener The reconcile listener to be added
| 0
|
* @param listener The reconcile listener to be added | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,516
|
AutoconfEditor.java
|
* @param listener the reconcile listener to be removed
| 0
|
* @param listener the reconcile listener to be removed | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,517
|
AutoconfEditor.java
|
* @return <code>true</code> if folding is enabled, <code>false</code> otherwise.
| 0
|
* @return <code>true</code> if folding is enabled, <code>false</code> otherwise. | AutoconfEditor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
6,519
|
AutoconfEditor.java
|
* Return a scanner for creating Autoconf partitions.
| 0
|
* Return a scanner for creating Autoconf partitions. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,520
|
AutoconfEditor.java
|
* Return a scanner for creating Autoconf partitions.
| 0
|
* Return a scanner for creating Autoconf partitions. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,521
|
AutoconfEditor.java
|
* Returns the Autoconf code scanner.
| 0
|
* Returns the Autoconf code scanner. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,522
|
AutoconfEditor.java
|
* Returns the Autoconf code scanner.
| 0
|
* Returns the Autoconf code scanner. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,523
|
AutoconfEditor.java
|
* Returns the preference color, identified by the given preference.
| 0
|
* Returns the preference color, identified by the given preference. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,527
|
AutoconfEditor.java
|
This action behaves in two different ways: If there is no current text
* hover, the tooltip is displayed using information presenter. If there is
* a current text hover, it is converted into a information presenter in
* order to make it sticky.
| 0
|
This action behaves in two different ways: If there is no current text
* hover, the tooltip is displayed using information presenter. If there is
* a current text hover, it is converted into a information presenter in
* order to make it sticky. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,528
|
AutoconfEditor.java
|
/** The wrapped text operation action. */
| 0
|
/** The wrapped text operation action. */ | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,529
|
AutoconfEditor.java
|
* Creates a dispatch action.
| 0
|
* Creates a dispatch action. | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,530
|
AutoconfEditor.java
|
// does an annotation hover exist?
| 0
|
// does an annotation hover exist? | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,531
|
AutoconfEditor.java
|
// otherwise, just display the tooltip
| 0
|
// otherwise, just display the tooltip | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,533
|
AutoconfEditor.java
|
// default values from AbstractInformationControlManager
| 0
|
// default values from AbstractInformationControlManager | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
6,534
|
AutoconfEditor.java
|
Tries to make an annotation hover focusable (or "sticky").
| 0
|
Tries to make an annotation hover focusable (or "sticky"). | AutoconfEditor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.