index int64 1 10.7k | class stringclasses 782 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
8,307 | QtNature.java | // Don't reindex the project if it already has a Qt linkage. The index
// will be updated
// by the normal triggers. | 0 | // Don't reindex the project if it already has a Qt linkage. The index
// will be updated
// by the normal triggers. | QtNature.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,308 | QtNature.java | // We need to force the index to be rebuilt the first time the Qt nature
// is added. If
// this doesn't happen then the PDOM could have the current version (so
// nothing would trigger
// an update) but no Qt content. | 0 | // We need to force the index to be rebuilt the first time the Qt nature
// is added. If
// this doesn't happen then the PDOM could have the current version (so
// nothing would trigger
// an update) but no Qt content. | QtNature.java | [
0,
0,
0,
0,
0,
0,
1
] |
8,309 | QtNature.java | // This space intentionally left blank. | 0 | // This space intentionally left blank. | QtNature.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,310 | ConnectionConfigurator.java | @link HttpURLConnection | 0 | @link HttpURLConnection | ConnectionConfigurator.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,311 | ConnectionConfigurator.java | @link AuthenticatedURL | 0 | @link AuthenticatedURL | ConnectionConfigurator.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,312 | ConnectionConfigurator.java | @link HttpURLConnection | 0 | @link HttpURLConnection | ConnectionConfigurator.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,313 | ConnectionConfigurator.java | @link HttpURLConnection | 0 | @link HttpURLConnection | ConnectionConfigurator.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,314 | ConnectionConfigurator.java | @link HttpURLConnection | 0 | @link HttpURLConnection | ConnectionConfigurator.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,315 | ConnectionConfigurator.java | * @param conn the {@link HttpURLConnection} instance to configure. | 0 | * @param conn the {@link HttpURLConnection} instance to configure. | ConnectionConfigurator.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,317 | ConnectionConfigurator.java | /**
* Interface to configure {@link HttpURLConnection} created by
* {@link AuthenticatedURL} instances.
*/ | 0 | /**
* Interface to configure {@link HttpURLConnection} created by
* {@link AuthenticatedURL} instances.
*/ | ConnectionConfigurator.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,318 | ConnectionConfigurator.java | /**
* Configures the given {@link HttpURLConnection} instance.
*
* @param conn the {@link HttpURLConnection} instance to configure.
* @return the configured {@link HttpURLConnection} instance.
*
* @throws IOException if an IO error occurred.
*/ | 0 | /**
* Configures the given {@link HttpURLConnection} instance.
*
* @param conn the {@link HttpURLConnection} instance to configure.
* @return the configured {@link HttpURLConnection} instance.
*
* @throws IOException if an IO error occurred.
*/ | ConnectionConfigurator.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,319 | MultisetAddTester.java | * @author Jared Levy | 0 | * @author Jared Levy | MultisetAddTester.java | [
0,
1,
0,
0,
0,
0,
0
] |
8,320 | MultisetAddTester.java | @code Multiset.add | 0 | @code Multiset.add | MultisetAddTester.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,321 | MultisetAddTester.java | /**
* Tests for {@code Multiset.add}.
*
* @author Jared Levy
*/ | 0 | /**
* Tests for {@code Multiset.add}.
*
* @author Jared Levy
*/ | MultisetAddTester.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,323 | AcceptCriterion.java | * @param target | 0 | * @param target | AcceptCriterion.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,324 | AcceptCriterion.java | * @param dragEvent | 0 | * @param dragEvent | AcceptCriterion.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,325 | AcceptCriterion.java | @link Transferable | 0 | @link Transferable | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,327 | AcceptCriterion.java | @link DropHandler#drop(DragAndDropEvent) | 0 | @link DropHandler#drop(DragAndDropEvent) | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,330 | AcceptCriterion.java | @link AcceptAll | 0 | @link AcceptAll | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,331 | AcceptCriterion.java | @see DropHandler | 0 | @see DropHandler | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,332 | AcceptCriterion.java | @see ClientSideCriterion | 0 | @see ClientSideCriterion | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,333 | AcceptCriterion.java | @see ServerSideCriterion | 0 | @see ServerSideCriterion | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,335 | AcceptCriterion.java | @link DropHandler#drop(DragAndDropEvent) | 0 | @link DropHandler#drop(DragAndDropEvent) | AcceptCriterion.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,336 | AcceptCriterion.java | /**
* Validates the data in event to be appropriate for the
* {@link DropHandler#drop(DragAndDropEvent)} method.
* <p>
* Note that even if your criterion is validated on client side, you should
* always validate the data on server side too.
*
* @param dragEvent
* @return
*/ | 0 | /**
* Validates the data in event to be appropriate for the
* {@link DropHandler#drop(DragAndDropEvent)} method.
* <p>
* Note that even if your criterion is validated on client side, you should
* always validate the data on server side too.
*
* @param dragEvent
* @return
*/ | AcceptCriterion.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,337 | AcceptCriterion.java | /**
* This needs to be implemented iff criterion does some lazy server side
* initialization. The UIDL painted in this method will be passed to client
* side drop handler implementation. Implementation can assume that
* {@link #accept(DragAndDropEvent)} is called before this method.
*
* @param target
* @throws PaintException
*/ | 0 | /**
* This needs to be implemented iff criterion does some lazy server side
* initialization. The UIDL painted in this method will be passed to client
* side drop handler implementation. Implementation can assume that
* {@link #accept(DragAndDropEvent)} is called before this method.
*
* @param target
* @throws PaintException
*/ | AcceptCriterion.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,339 | AcceptCriterion.java | /**
* Criterion that can be used create policy to accept/discard dragged content
* (presented by {@link Transferable}).
*
* The drag and drop mechanism will verify the criteria returned by
* {@link DropHandler#getAcceptCriterion()} before calling
* {@link DropHandler#drop(DragAndDropEvent)}.
*
* The criteria can be evaluated either on the client (browser - see
* {@link ClientSideCriterion}) or on the server (see
* {@link ServerSideCriterion}). If no constraints are needed, an
* {@link AcceptAll} can be used.
*
* In addition to accepting or rejecting a possible drop, criteria can provide
* additional hints for client side painting.
*
* @see DropHandler
* @see ClientSideCriterion
* @see ServerSideCriterion
*
* @since 6.3
*/ | 0 | /**
* Criterion that can be used create policy to accept/discard dragged content
* (presented by {@link Transferable}).
*
* The drag and drop mechanism will verify the criteria returned by
* {@link DropHandler#getAcceptCriterion()} before calling
* {@link DropHandler#drop(DragAndDropEvent)}.
*
* The criteria can be evaluated either on the client (browser - see
* {@link ClientSideCriterion}) or on the server (see
* {@link ServerSideCriterion}). If no constraints are needed, an
* {@link AcceptAll} can be used.
*
* In addition to accepting or rejecting a possible drop, criteria can provide
* additional hints for client side painting.
*
* @see DropHandler
* @see ClientSideCriterion
* @see ServerSideCriterion
*
* @since 6.3
*/ | AcceptCriterion.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,341 | TearDownAccepter.java | @code @After | 0 | @code @After | TearDownAccepter.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,342 | TearDownAccepter.java | @link junit.framework.TestCase#tearDown() | 0 | @link junit.framework.TestCase#tearDown() | TearDownAccepter.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,343 | TearDownAccepter.java | @link TearDown | 0 | @link TearDown | TearDownAccepter.java | [
0,
0,
0,
0,
1,
0,
0
] |
8,345 | TearDownAccepter.java | @since 10.0 | 0 | @since 10.0 | TearDownAccepter.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,352 | UIProviderEvent.java | * @return the Vaadin request | 0 | * @return the Vaadin request | UIProviderEvent.java | [
0,
0,
0,
1,
0,
0,
0
] |
8,354 | UIProviderEvent.java | @param request
* the request for which the event is UI provider is invoked | 0 | @param request
* the request for which the event is UI provider is invoked | UIProviderEvent.java | [
0,
0,
0,
1,
0,
0,
0
] |
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,366 | SwiftObjectPath.java | * @param path path string | 0 | * @param path path string | 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,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,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,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,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,396 | LongArray.java | * Fill this all with 0L. | 0 | * Fill this all with 0L. | 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,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,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,409 | TaskAttemptContextImpl.java | /**
* Report progress.
*/ | 0 | /**
* Report progress.
*/ | 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,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,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,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,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,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,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,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,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,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,466 | TaskLogAppender.java | //so that log4j can configure it from the configuration(log4j.properties). | 0 | //so that log4j can configure it from the configuration(log4j.properties). | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,467 | TaskLogAppender.java | // System properties passed in from JVM runner | 0 | // System properties passed in from JVM runner | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,468 | TaskLogAppender.java | static final String ISCLEANUP_PROPERTY = "hadoop.tasklog.iscleanup";
static final String LOGSIZE_PROPERTY = "hadoop.tasklog.totalLogFileSize";
static final String TASKID_PROPERTY = "hadoop.tasklog.taskid"; | 0 | static final String ISCLEANUP_PROPERTY = "hadoop.tasklog.iscleanup";
static final String LOGSIZE_PROPERTY = "hadoop.tasklog.totalLogFileSize";
static final String TASKID_PROPERTY = "hadoop.tasklog.taskid"; | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,469 | TaskLogAppender.java | /**
* A simple log4j-appender for the task child's
* map-reduce system logs.
*
*/ | 0 | /**
* A simple log4j-appender for the task child's
* map-reduce system logs.
*
*/ | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,470 | TaskLogAppender.java | /**
* The Task Runner passes in the options as system properties. Set
* the options if the setters haven't already been called.
*/ | 0 | /**
* The Task Runner passes in the options as system properties. Set
* the options if the setters haven't already been called.
*/ | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,471 | TaskLogAppender.java | /**
* Getter/Setter methods for log4j.
*/ | 0 | /**
* Getter/Setter methods for log4j.
*/ | TaskLogAppender.java | [
1,
0,
0,
0,
0,
0,
0
] |
8,473 | TaskLogAppender.java | /**
* Get whether task is cleanup attempt or not.
*
* @return true if the task is cleanup attempt, false otherwise.
*/ | 0 | /**
* Get whether task is cleanup attempt or not.
*
* @return true if the task is cleanup attempt, false otherwise.
*/ | 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.