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,355 | UIProviderEvent.java | * @see UIProvider | 0 | * @see UIProvider | UIProviderEvent.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,356 | UIProviderEvent.java | * @author Vaadin Ltd | 0 | * @author Vaadin Ltd | UIProviderEvent.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,359 | IBuildPropertyType.java | * @noimplement This interface is not intended to be implemented by clients. | 0 | * @noimplement This interface is not intended to be implemented by clients. | IBuildPropertyType.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,361 | SetAddAllTester.java | @link com.google.common.collect.testing.SetTestSuiteBuilder | 0 | @link com.google.common.collect.testing.SetTestSuiteBuilder | SetAddAllTester.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,362 | SetAddAllTester.java | /**
* A generic JUnit test which tests addAll operations on a set. Can't be
* invoked directly; please see
* {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
*
* @author Kevin Bourrillion
*/ | 0 | /**
* A generic JUnit test which tests addAll operations on a set. Can't be
* invoked directly; please see
* {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
*
* @author Kevin Bourrillion
*/ | SetAddAllTester.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,363 | SetAddAllTester.java | // too many "unchecked generic array creations" | 0 | // too many "unchecked generic array creations" | SetAddAllTester.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,364 | SwiftObjectPath.java | * @param container container name | 0 | * @param container container name | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,365 | SwiftObjectPath.java | * @param object object ref underneath the container | 0 | * @param object object ref underneath the container | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,366 | SwiftObjectPath.java | * @param path path string | 0 | * @param path path string | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,367 | SwiftObjectPath.java | * @return true iff the object's name matches the path | 0 | * @return true iff the object's name matches the path | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,368 | SwiftObjectPath.java | * @param possibleChild possible child dir | 0 | * @param possibleChild possible child dir | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,369 | SwiftObjectPath.java | * @return true iff the possibleChild is under this object | 0 | * @return true iff the possibleChild is under this object | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,370 | SwiftObjectPath.java | * @param uri uri to start from | 0 | * @param uri uri to start from | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,371 | SwiftObjectPath.java | * @param path path underneath | 0 | * @param path path underneath | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,372 | SwiftObjectPath.java | * @return a new instance. | 0 | * @return a new instance. | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,373 | SwiftObjectPath.java | * @param uri uri to start from | 0 | * @param uri uri to start from | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,374 | SwiftObjectPath.java | * @param path path underneath | 0 | * @param path path underneath | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,375 | SwiftObjectPath.java | * @param addTrailingSlash should a trailing slash be added if there isn't one. | 0 | * @param addTrailingSlash should a trailing slash be added if there isn't one. | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,376 | SwiftObjectPath.java | * @return a new instance. | 0 | * @return a new instance. | SwiftObjectPath.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,377 | SwiftObjectPath.java | /**
* Create a path tuple of (container, path), where the container is
* chosen from the host of the URI.
* A trailing slash can be added to the path. This is the point where
* these /-es need to be appended, because when you construct a {@link Path}
* instance, {@link Path#normalizePath(String, String)} is called
* -which strips off any trailing slash.
*
* @param uri uri to start from
* @param path path underneath
* @param addTrailingSlash should a trailing slash be added if there isn't one.
* @return a new instance.
* @throws SwiftConfigurationException if the URI host doesn't parse into
* container.service
*/ | 0 | /**
* Create a path tuple of (container, path), where the container is
* chosen from the host of the URI.
* A trailing slash can be added to the path. This is the point where
* these /-es need to be appended, because when you construct a {@link Path}
* instance, {@link Path#normalizePath(String, String)} is called
* -which strips off any trailing slash.
*
* @param uri uri to start from
* @param path path underneath
* @param addTrailingSlash should a trailing slash be added if there isn't one.
* @return a new instance.
* @throws SwiftConfigurationException if the URI host doesn't parse into
* container.service
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,378 | SwiftObjectPath.java | //add a trailing slash if needed | 0 | //add a trailing slash if needed | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,379 | SwiftObjectPath.java | //no container, not good: replace with "" | 0 | //no container, not good: replace with "" | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,380 | SwiftObjectPath.java | //its a container.service URI. Strip the container | 0 | //its a container.service URI. Strip the container | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,381 | SwiftObjectPath.java | /**
* Create a path tuple of (container, path), where the container is
* chosen from the host of the URI.
*
* @param uri uri to start from
* @param path path underneath
* @return a new instance.
* @throws SwiftConfigurationException if the URI host doesn't parse into
* container.service
*/ | 0 | /**
* Create a path tuple of (container, path), where the container is
* chosen from the host of the URI.
*
* @param uri uri to start from
* @param path path underneath
* @return a new instance.
* @throws SwiftConfigurationException if the URI host doesn't parse into
* container.service
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,382 | SwiftObjectPath.java | /**
* Query to see if the possibleChild object is a child path of this.
* object.
*
* The test is done by probing for the path of the this object being
* at the start of the second -with a trailing slash, and both
* containers being equal
*
* @param possibleChild possible child dir
* @return true iff the possibleChild is under this object
*/ | 0 | /**
* Query to see if the possibleChild object is a child path of this.
* object.
*
* The test is done by probing for the path of the this object being
* at the start of the second -with a trailing slash, and both
* containers being equal
*
* @param possibleChild possible child dir
* @return true iff the possibleChild is under this object
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,383 | SwiftObjectPath.java | /**
* Test for the object matching a path, ignoring the container
* value.
*
* @param path path string
* @return true iff the object's name matches the path
*/ | 0 | /**
* Test for the object matching a path, ignoring the container
* value.
*
* @param path path string
* @return true iff the object's name matches the path
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,384 | SwiftObjectPath.java | /**
* Build an instance from a (host, object) pair
*
* @param container container name
* @param object object ref underneath the container
*/ | 0 | /**
* Build an instance from a (host, object) pair
*
* @param container container name
* @param object object ref underneath the container
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,385 | SwiftObjectPath.java | /**
* swift object
*/ | 0 | /**
* swift object
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,386 | SwiftObjectPath.java | /**
* Swift container
*/ | 0 | /**
* Swift container
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,387 | SwiftObjectPath.java | /**
* Swift hierarchy mapping of (container, path)
*/ | 0 | /**
* Swift hierarchy mapping of (container, path)
*/ | SwiftObjectPath.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,388 | GCCParserExtensionConfiguration.java | Contributors:
* IBM Rational Software - Initial API and implementation
* Ed Swartz (Nokia)
* Markus Schorn (Wind River Systems) | 0 | Contributors:
* IBM Rational Software - Initial API and implementation
* Ed Swartz (Nokia)
* Markus Schorn (Wind River Systems) | GCCParserExtensionConfiguration.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,389 | GCCParserExtensionConfiguration.java | * @since 5.1 | 0 | * @since 5.1 | GCCParserExtensionConfiguration.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,390 | GCCParserExtensionConfiguration.java | /**
* Configures the parser for c-source code as accepted by gcc.
*/ | 0 | /**
* Configures the parser for c-source code as accepted by gcc.
*/ | GCCParserExtensionConfiguration.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,391 | LongArray.java | @code index | 0 | @code index | LongArray.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,392 | LongArray.java | @code index | 0 | @code index | LongArray.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,393 | LongArray.java | /**
* An array of long values. Compared with native JVM arrays, this:
* <ul>
* <li>supports using both in-heap and off-heap memory</li>
* <li>has no bound checking, and thus can crash the JVM process when assert is turned off</li>
* </ul>
*/ | 0 | /**
* An array of long values. Compared with native JVM arrays, this:
* <ul>
* <li>supports using both in-heap and off-heap memory</li>
* <li>has no bound checking, and thus can crash the JVM process when assert is turned off</li>
* </ul>
*/ | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,394 | LongArray.java | // This is a long so that we perform long multiplications when computing offsets. | 0 | // This is a long so that we perform long multiplications when computing offsets. | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,395 | LongArray.java | * Returns the number of elements this array can hold. | 0 | * Returns the number of elements this array can hold. | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,396 | LongArray.java | * Fill this all with 0L. | 0 | * Fill this all with 0L. | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,397 | LongArray.java | * Sets the value at position {@code index}. | 0 | * Sets the value at position {@code index}. | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,398 | LongArray.java | * Returns the value at position {@code index}. | 0 | * Returns the value at position {@code index}. | LongArray.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,399 | CContentViewerCreator.java | Contributors:
* IBM Corporation - initial API and implementation
* QNX Software System | 0 | Contributors:
* IBM Corporation - initial API and implementation
* QNX Software System | CContentViewerCreator.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,400 | CContentViewerCreator.java | * Required when creating a CMergeViewer from the plugin.xml file. | 0 | * Required when creating a CMergeViewer from the plugin.xml file. | CContentViewerCreator.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,401 | TestFetchImage.java | * @return the fsimage with highest transaction ID in the cluster. | 0 | * @return the fsimage with highest transaction ID in the cluster. | TestFetchImage.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,402 | TestFetchImage.java | /**
* Run `hdfs dfsadmin -fetchImage ...' and verify that the downloaded image is
* correct.
*/ | 0 | /**
* Run `hdfs dfsadmin -fetchImage ...' and verify that the downloaded image is
* correct.
*/ | TestFetchImage.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,403 | TestFetchImage.java | /**
* Download a few fsimages using `hdfs dfsadmin -fetchImage ...' and verify
* the results.
*/ | 0 | /**
* Download a few fsimages using `hdfs dfsadmin -fetchImage ...' and verify
* the results.
*/ | TestFetchImage.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,404 | TestFetchImage.java | // Shamelessly stolen from NNStorage. | 0 | // Shamelessly stolen from NNStorage. | TestFetchImage.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,405 | BooleanExpressionApplicabilityCalculator.java | Contributors:
* Intel Corporation - Initial API and implementation
* Miwako Tokugawa (Intel Corporation) - bug 222817 (OptionCategoryApplicability) | 0 | Contributors:
* Intel Corporation - Initial API and implementation
* Miwako Tokugawa (Intel Corporation) - bug 222817 (OptionCategoryApplicability) | BooleanExpressionApplicabilityCalculator.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,406 | CPPExpressionParsersym.java | Contributors:
* IBM Corporation - initial API and implementation | 0 | Contributors:
* IBM Corporation - initial API and implementation | CPPExpressionParsersym.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,407 | CPPExpressionParsersym.java | // This file was generated by LPG | 0 | // This file was generated by LPG | CPPExpressionParsersym.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,408 | TaskAttemptContextImpl.java | /**
* Set the current status of the task to the given string.
*/ | 0 | /**
* Set the current status of the task to the given string.
*/ | TaskAttemptContextImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,409 | TaskAttemptContextImpl.java | /**
* Report progress.
*/ | 0 | /**
* Report progress.
*/ | TaskAttemptContextImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,410 | TaskAttemptContextImpl.java | /**
* Get the unique name for this task attempt.
*/ | 0 | /**
* Get the unique name for this task attempt.
*/ | TaskAttemptContextImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,411 | TaskAttemptContextImpl.java | /**
* The context for task attempts.
*/ | 0 | /**
* The context for task attempts.
*/ | TaskAttemptContextImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,412 | TaskAttemptContextImpl.java | /**
* Get the last set status message.
* @return the current status message
*/ | 0 | /**
* Get the last set status message.
* @return the current status message
*/ | TaskAttemptContextImpl.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,413 | TaskAttemptContextImpl.java | * @return the current status message | 0 | * @return the current status message | TaskAttemptContextImpl.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,414 | ICPPASTClassVirtSpecifier.java | Contributors:
* Nathan Ridge - Initial API and implementation | 0 | Contributors:
* Nathan Ridge - Initial API and implementation | ICPPASTClassVirtSpecifier.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,415 | ICPPASTClassVirtSpecifier.java | * @noimplement This interface is not intended to be implemented by clients. | 0 | * @noimplement This interface is not intended to be implemented by clients. | ICPPASTClassVirtSpecifier.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,416 | ICPPASTClassVirtSpecifier.java | * @noextend This interface is not intended to be extended by clients. | 0 | * @noextend This interface is not intended to be extended by clients. | ICPPASTClassVirtSpecifier.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,417 | ICPPASTClassVirtSpecifier.java | * @since 5.7 | 0 | * @since 5.7 | ICPPASTClassVirtSpecifier.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,418 | ICPPASTClassVirtSpecifier.java | /**
* A class-virt-specifier after a class name.
* There is currently one specifier, 'final'.
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 5.7
*/ | 0 | /**
* A class-virt-specifier after a class name.
* There is currently one specifier, 'final'.
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 5.7
*/ | ICPPASTClassVirtSpecifier.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,419 | ICPPASTClassVirtSpecifier.java | /**
* 'final' specifier
*/ | 0 | /**
* 'final' specifier
*/ | ICPPASTClassVirtSpecifier.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,420 | ICPPASTClassVirtSpecifier.java | /**
* Return the kind of this class-virt-specifier.
* Currently the only kind is 'final'.
*/ | 0 | /**
* Return the kind of this class-virt-specifier.
* Currently the only kind is 'final'.
*/ | ICPPASTClassVirtSpecifier.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,421 | CPPASTFieldDesignator.java | /**
* Implementation of field designator.
*/ | 0 | /**
* Implementation of field designator.
*/ | CPPASTFieldDesignator.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,423 | ActiveState.java | @link OperationCategory#READ | 0 | @link OperationCategory#READ | ActiveState.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,424 | ActiveState.java | @link OperationCategory#WRITE | 0 | @link OperationCategory#WRITE | ActiveState.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,425 | ActiveState.java |
/**
* Active state of the namenode. In this state, namenode provides the namenode
* service and handles operations of type {@link OperationCategory#WRITE} and
* {@link OperationCategory#READ}.
*/ | 0 |
/**
* Active state of the namenode. In this state, namenode provides the namenode
* service and handles operations of type {@link OperationCategory#WRITE} and
* {@link OperationCategory#READ}.
*/ | ActiveState.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,426 | ActiveState.java | // All operations are allowed in active state | 0 | // All operations are allowed in active state | ActiveState.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,427 | IScannerInfoCollectorCleaner.java | Contributors:
* IBM - Initial API and implementation | 0 | Contributors:
* IBM - Initial API and implementation | IScannerInfoCollectorCleaner.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,429 | IScannerInfoCollectorCleaner.java |
/**
* Utility functions some collectors may need
*
* @author vhirsl
*/ | 0 |
/**
* Utility functions some collectors may need
*
* @author vhirsl
*/ | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,430 | IScannerInfoCollectorCleaner.java | /**
* Delete all discovered paths for the resource
*/ | 0 | /**
* Delete all discovered paths for the resource
*/ | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,431 | IScannerInfoCollectorCleaner.java | * Delete all discovered symbols for the resource | 0 | * Delete all discovered symbols for the resource | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,432 | IScannerInfoCollectorCleaner.java | * Delete a specific include path | 0 | * Delete a specific include path | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,433 | IScannerInfoCollectorCleaner.java | * Delete a specific symbol definition | 0 | * Delete a specific symbol definition | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,434 | IScannerInfoCollectorCleaner.java | * Delete all discovered scanner info for the resource | 0 | * Delete all discovered scanner info for the resource | IScannerInfoCollectorCleaner.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,435 | CASTNullStatement.java | @author jcamelon | 0 | @author jcamelon | CASTNullStatement.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,436 | CASTNullStatement.java | Contributors:
* IBM Rational Software - Initial API and implementation
* Yuan Zhang / Beth Tibbitts (IBM Research)
* Sergey Prigogin (Google) | 0 | Contributors:
* IBM Rational Software - Initial API and implementation
* Yuan Zhang / Beth Tibbitts (IBM Research)
* Sergey Prigogin (Google) | CASTNullStatement.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,437 | PDOMRebuildTask.java | Contributors:
* Markus Schorn - initial API and implementation
* Sergey Prigogin (Google) | 0 | Contributors:
* Markus Schorn - initial API and implementation
* Sergey Prigogin (Google) | PDOMRebuildTask.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,438 | PDOMRebuildTask.java | /**
* A task for rebuilding an index, works for all indexers.
*/ | 0 | /**
* A task for rebuilding an index, works for all indexers.
*/ | PDOMRebuildTask.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,439 | PDOMRebuildTask.java | // Remove task-tags. | 0 | // Remove task-tags. | PDOMRebuildTask.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,440 | PDOMRebuildTask.java | // First clear the pdom | 0 | // First clear the pdom | PDOMRebuildTask.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,441 | ICustomBuildOptionEditor.java | @link org.eclipse.jface.preference.FieldEditor | 0 | @link org.eclipse.jface.preference.FieldEditor | ICustomBuildOptionEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,443 | ICustomBuildOptionEditor.java | @link IOption#getValueType() valueType | 0 | @link IOption#getValueType() valueType | ICustomBuildOptionEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,445 | ICustomBuildOptionEditor.java | @link IOption#getFieldEditorExtraArgument() extra argument | 0 | @link IOption#getFieldEditorExtraArgument() extra argument | ICustomBuildOptionEditor.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,447 | ICustomBuildOptionEditor.java | @since 8.0 | 0 | @since 8.0 | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,448 | ICustomBuildOptionEditor.java | * @param option the underlying build-option. | 0 | * @param option the underlying build-option. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,449 | ICustomBuildOptionEditor.java | @param extraArgument an optional {@link IOption#getFieldEditorExtraArgument() extra argument}
* for the field-editor. May be {@code null}. | 0 | @param extraArgument an optional {@link IOption#getFieldEditorExtraArgument() extra argument}
* for the field-editor. May be {@code null}. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,450 | ICustomBuildOptionEditor.java | * @param preferenceName the name of the preference this field editor binds to. | 0 | * @param preferenceName the name of the preference this field editor binds to. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,451 | ICustomBuildOptionEditor.java | * @param parent the parent of the field editor's control. | 0 | * @param parent the parent of the field editor's control. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,452 | ICustomBuildOptionEditor.java | @return {@code true} iff the custom field-editor can be successfully displayed. Returning {@code false}
* would cause the built-in field-editor to be displayed based on the option's {@link IOption#getValueType() valueType}. | 0 | @return {@code true} iff the custom field-editor can be successfully displayed. Returning {@code false}
* would cause the built-in field-editor to be displayed based on the option's {@link IOption#getValueType() valueType}. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,453 | ICustomBuildOptionEditor.java | @return the list of controls for which tool-tips should automatically be displayed by the Build Settings dialog-page.
* May return {@code null} to signify that tool-tips are handled by the custom field-editor itself. | 0 | @return the list of controls for which tool-tips should automatically be displayed by the Build Settings dialog-page.
* May return {@code null} to signify that tool-tips are handled by the custom field-editor itself. | ICustomBuildOptionEditor.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,455 | ICustomBuildOptionEditor.java |
/**
* Returns the list of controls for which tool-tips should be displayed by the Build Settings dialog-page.
*
* @return the list of controls for which tool-tips should automatically be displayed by the Build Settings dialog-page.
* May return {@code null} to signify that tool-tips are handled by the custom field-editor itself.
*/ | 0 |
/**
* Returns the list of controls for which tool-tips should be displayed by the Build Settings dialog-page.
*
* @return the list of controls for which tool-tips should automatically be displayed by the Build Settings dialog-page.
* May return {@code null} to signify that tool-tips are handled by the custom field-editor itself.
*/ | ICustomBuildOptionEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,456 | ICustomBuildOptionEditor.java |
/**
* This interface can be implemented by clients to contribute custom build-option
* editors to the CDT Build Settings page in the project Properties dialog.
*
* In addition to implementing this interface, the custom build-option editor class
* must also extend the {@link org.eclipse.jface.preference.FieldEditor} class. The
* custom build-option editor class should be contributed through the <fieldEditor>
* element of the org.eclipse.cdt.managedbuilder.ui.buildDefinitionsUI extension-point,
* and then referenced, by its ID, from the <option>/fieldEditorId attribute of the
* org.eclipse.cdt.managedbuilder.core.buildDefinitions extension-point.
*
* @since 8.0
*/ | 0 |
/**
* This interface can be implemented by clients to contribute custom build-option
* editors to the CDT Build Settings page in the project Properties dialog.
*
* In addition to implementing this interface, the custom build-option editor class
* must also extend the {@link org.eclipse.jface.preference.FieldEditor} class. The
* custom build-option editor class should be contributed through the <fieldEditor>
* element of the org.eclipse.cdt.managedbuilder.ui.buildDefinitionsUI extension-point,
* and then referenced, by its ID, from the <option>/fieldEditorId attribute of the
* org.eclipse.cdt.managedbuilder.core.buildDefinitions extension-point.
*
* @since 8.0
*/ | ICustomBuildOptionEditor.java | [
0,
0,
1,
0,
0,
0,
0
] |
8,457 | ICustomBuildOptionEditor.java | /**
* Initializes the custom field-editor.
*
* @param option the underlying build-option.
* @param extraArgument an optional {@link IOption#getFieldEditorExtraArgument() extra argument}
* for the field-editor. May be {@code null}.
* @param preferenceName the name of the preference this field editor binds to.
* @param parent the parent of the field editor's control.
* @return {@code true} iff the custom field-editor can be successfully displayed. Returning {@code false}
* would cause the built-in field-editor to be displayed based on the option's {@link IOption#getValueType() valueType}.
*/ | 0 | /**
* Initializes the custom field-editor.
*
* @param option the underlying build-option.
* @param extraArgument an optional {@link IOption#getFieldEditorExtraArgument() extra argument}
* for the field-editor. May be {@code null}.
* @param preferenceName the name of the preference this field editor binds to.
* @param parent the parent of the field editor's control.
* @return {@code true} iff the custom field-editor can be successfully displayed. Returning {@code false}
* would cause the built-in field-editor to be displayed based on the option's {@link IOption#getValueType() valueType}.
*/ | ICustomBuildOptionEditor.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,458 | ICustomBuildOptionEditor.java | Contributors:
* Texas Instruments - Initial API and implementation | 0 | Contributors:
* Texas Instruments - Initial API and implementation | ICustomBuildOptionEditor.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,460 | package-info.java | /**
* guice-persist's Java Persistence API (JPA) support.
*/ | 0 | /**
* guice-persist's Java Persistence API (JPA) support.
*/ | package-info.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,462 | IJSCallExpression.java | /**
* A JavaScript call expression from the <a href="https://github.com/estree/estree/blob/master/spec.md#callexpression">ESTree
* Specification</a>
*/ | 0 | /**
* A JavaScript call expression from the <a href="https://github.com/estree/estree/blob/master/spec.md#callexpression">ESTree
* Specification</a>
*/ | IJSCallExpression.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,463 | TaskLogAppender.java | @param isCleanup
* true if the task is cleanup attempt, false otherwise. | 0 | @param isCleanup
* true if the task is cleanup attempt, false otherwise. | TaskLogAppender.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,464 | TaskLogAppender.java | * @return true if the task is cleanup attempt, false otherwise. | 0 | * @return true if the task is cleanup attempt, false otherwise. | TaskLogAppender.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,465 | TaskLogAppender.java | //taskId should be managed as String rather than TaskID object | 0 | //taskId should be managed as String rather than TaskID object | TaskLogAppender.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.