index int64 0 10.7k | class stringclasses 867 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
9,506 | MountEntry.java | /** Path corresponding to the mount entry */ | 0 | /** Path corresponding to the mount entry */ | MountEntry.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,507 | DeleteOp.java | // collect the stats | 0 | // collect the stats | DeleteOp.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,508 | DeleteOp.java | // Operation | 0 | // Operation | DeleteOp.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,509 | DeleteOp.java | * Gets the file to delete | 0 | * Gets the file to delete | DeleteOp.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,510 | DeleteOp.java | Operation which selects a random file and attempts to delete that file (if it
* exists)
*
* This operation will capture statistics on success the time taken to delete
* and the number of successful deletions that occurred and on failure or error
* it will capture the number of failures and the amount of time taken to fail | 0 | Operation which selects a random file and attempts to delete that file (if it
* exists)
*
* This operation will capture statistics on success the time taken to delete
* and the number of successful deletions that occurred and on failure or error
* it will capture the number of failures and the amount of time taken to fail | DeleteOp.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,511 | AbstractContentAssistTest.java | Contributors:
* IBM Rational Software - Initial API and implementation
* Anton Leherbauer (Wind River Systems)
* Bryan Wilkinson (QNX)
* Markus Schorn (Wind River Systems)
* Thomas Corbat (IFS)
* Sergey Prigogin (Google)
* Mohamed Azab (Mentor Graphics) | 0 | Contributors:
* IBM Rational Software - Initial API and implementation
* Anton Leherbauer (Wind River Systems)
* Bryan Wilkinson (QNX)
* Markus Schorn (Wind River Systems)
* Thomas Corbat (IFS)
* Sergey Prigogin (Google)
* Mohamed Azab (Mentor Graphics) | AbstractContentAssistTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,512 | AbstractContentAssistTest.java | * @param project | 0 | * @param project | AbstractContentAssistTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,513 | AbstractContentAssistTest.java | * @return the file to be opened in the editor | 0 | * @return the file to be opened in the editor | AbstractContentAssistTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,514 | AbstractContentAssistTest.java | * @param results | 0 | * @param results | AbstractContentAssistTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,515 | AbstractContentAssistTest.java | * @param isCodeCompletion completion is in code, not preprocessor, etc. | 0 | * @param isCodeCompletion completion is in code, not preprocessor, etc. | AbstractContentAssistTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,516 | AbstractContentAssistTest.java | * @return filtered proposals | 0 | * @return filtered proposals | AbstractContentAssistTest.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,517 | AbstractContentAssistTest.java | * Returns the editor document | 0 | * Returns the editor document | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,518 | AbstractContentAssistTest.java | * Returns the content of the editor buffer | 0 | * Returns the content of the editor buffer | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,519 | AbstractContentAssistTest.java | * Override to relax checking of extra results | 0 | * Override to relax checking of extra results | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,520 | AbstractContentAssistTest.java | * Filter out proposals, keep only templates | 0 | * Filter out proposals, keep only templates | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,521 | AbstractContentAssistTest.java | * Filter out template and keyword proposals. | 0 | * Filter out template and keyword proposals. | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,522 | AbstractContentAssistTest.java | // For the time being, let's be optimistic. | 0 | // For the time being, let's be optimistic. | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,523 | AbstractContentAssistTest.java | // Call the CContentAssistProcessor | 0 | // Call the CContentAssistProcessor | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,524 | AbstractContentAssistTest.java | * Sets up the project's content. | 0 | * Sets up the project's content. | AbstractContentAssistTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,525 | JobIndexInfo.java | Maintains information which may be used by the jobHistory indexing
* system. | 0 | Maintains information which may be used by the jobHistory indexing
* system. | JobIndexInfo.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,526 | NavigatorListenerModifiesListenersTest.java | // keep URL of main view | 0 | // keep URL of main view | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,527 | NavigatorListenerModifiesListenersTest.java | // do it 2 times to verify that this is not broken after first time | 0 | // do it 2 times to verify that this is not broken after first time | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,528 | NavigatorListenerModifiesListenersTest.java | // verify we are in another view and url is correct | 0 | // verify we are in another view and url is correct | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,529 | NavigatorListenerModifiesListenersTest.java | // go to prompted view | 0 | // go to prompted view | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,530 | NavigatorListenerModifiesListenersTest.java | // click back button | 0 | // click back button | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,531 | NavigatorListenerModifiesListenersTest.java | // verify we are in main view and url is correct | 0 | // verify we are in main view and url is correct | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,532 | NavigatorListenerModifiesListenersTest.java | // ConcurrentModificationException | 0 | // ConcurrentModificationException | NavigatorListenerModifiesListenersTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,533 | ErrorsException.java | @link Errors#merge(Errors) merge | 0 | @link Errors#merge(Errors) merge | ErrorsException.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,534 | ErrorsException.java | * @author jessewilson@google.com (Jesse Wilson) | 0 | * @author jessewilson@google.com (Jesse Wilson) | ErrorsException.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,535 | ErrorsException.java | Indicates that a result could not be returned while preparing or resolving a binding. The caller
* should {@link Errors#merge(Errors) merge} the errors from this exception with their existing
* errors. | 0 | Indicates that a result could not be returned while preparing or resolving a binding. The caller
* should {@link Errors#merge(Errors) merge} the errors from this exception with their existing
* errors. | ErrorsException.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,536 | IPathEntry.java | * @return IPath | 0 | * @return IPath | IPathEntry.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,537 | IPathEntry.java | * @return true if exported. | 0 | * @return true if exported. | IPathEntry.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,538 | IPathEntry.java | * @return one of: | 0 | * @return one of: | IPathEntry.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,540 | IPathEntry.java | /**
* Entry kind constant describing a path entry identifying a
* library. A library is an archive containing
* consisting of pre-compiled binaries.
*/ | 0 | /**
* Entry kind constant describing a path entry identifying a
* library. A library is an archive containing
* consisting of pre-compiled binaries.
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,541 | IPathEntry.java | /**
* Entry kind constant describing a path entry identifying a
* required project.
*/ | 0 | /**
* Entry kind constant describing a path entry identifying a
* required project.
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,542 | IPathEntry.java | /**
* Entry kind constant describing a path entry identifying a
* folder containing source code to be compiled.
*/ | 0 | /**
* Entry kind constant describing a path entry identifying a
* folder containing source code to be compiled.
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,543 | IPathEntry.java | /**
* Entry kind constant describing a path entry identifying a
* include path.
*/ | 0 | /**
* Entry kind constant describing a path entry identifying a
* include path.
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,544 | IPathEntry.java | /**
* Entry kind constant describing a path entry representing
* a container id.
*
*/ | 0 | /**
* Entry kind constant describing a path entry representing
* a container id.
*
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,545 | IPathEntry.java | /**
* Entry kind constant describing a path entry representing
* a macro definition.
*
*/ | 0 | /**
* Entry kind constant describing a path entry representing
* a macro definition.
*
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,546 | IPathEntry.java | /**
* Entry kind constant describing output location
*
*/ | 0 | /**
* Entry kind constant describing output location
*
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,547 | IPathEntry.java | /**
* Entry kind constant describing a path entry representing
* a file that will be process file as if "#include "file"" appeared as
* the first line of the source file.
*/ | 0 | /**
* Entry kind constant describing a path entry representing
* a file that will be process file as if "#include "file"" appeared as
* the first line of the source file.
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,548 | IPathEntry.java | /**
* Entry kind constant describing a path entry representing
* a file that will be process file as if "#include "file"" appeared as
* the first line of the source file but only the macro definitions are kept.
*
*/ | 0 | /**
* Entry kind constant describing a path entry representing
* a file that will be process file as if "#include "file"" appeared as
* the first line of the source file but only the macro definitions are kept.
*
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,549 | IPathEntry.java | /**
* Returns the kind of this path entry.
*
* @return one of:
* <ul>
* <li><code>CDT_SOURCE</code> - this entry describes a source root in its project
* <li><code>CDT_LIBRARY</code> - this entry describes a library
* <li><code>CDT_PROJECT</code> - this entry describes another project
* <li><code>CDT_INCLUDE</code> - this entry describes a include path
* <li><code>CDT_MACRO</code> - this entry describes a macro definition
* <li><code>CDT_CONTAINER</code> - this entry describes a container id
* <li><code>CDT_OUTPUT</code> - this entry describes output location
* <li><code>CDT_INCLUDE_FILE</code> - this entry describes a file to be process as an include
* <li><code>CDT_MACRO_FILE</code> - this entry describes a file containing macro definitions
*/ | 0 | /**
* Returns the kind of this path entry.
*
* @return one of:
* <ul>
* <li><code>CDT_SOURCE</code> - this entry describes a source root in its project
* <li><code>CDT_LIBRARY</code> - this entry describes a library
* <li><code>CDT_PROJECT</code> - this entry describes another project
* <li><code>CDT_INCLUDE</code> - this entry describes a include path
* <li><code>CDT_MACRO</code> - this entry describes a macro definition
* <li><code>CDT_CONTAINER</code> - this entry describes a container id
* <li><code>CDT_OUTPUT</code> - this entry describes output location
* <li><code>CDT_INCLUDE_FILE</code> - this entry describes a file to be process as an include
* <li><code>CDT_MACRO_FILE</code> - this entry describes a file containing macro definitions
*/ | IPathEntry.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,550 | IPathEntry.java | * Returns the affected IPath | 0 | * Returns the affected IPath | IPathEntry.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,551 | ProgressBarRendererConnector.java | * @since 7.4 | 0 | * @since 7.4 | ProgressBarRendererConnector.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,552 | ProgressBarRendererConnector.java | * @author Vaadin Ltd | 0 | * @author Vaadin Ltd | ProgressBarRendererConnector.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,553 | ProgressBarRendererConnector.java | @link ProgressBarRenderer | 0 | @link ProgressBarRenderer | ProgressBarRendererConnector.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,554 | ProgressBarRendererConnector.java | * A connector for {@link ProgressBarRenderer}. | 0 | * A connector for {@link ProgressBarRenderer}. | ProgressBarRendererConnector.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,556 | MakeProjectOptionBlock.java | @deprecated as of CDT 4.0. This option block was used to set preferences/properties | 0 | @deprecated as of CDT 4.0. This option block was used to set preferences/properties | MakeProjectOptionBlock.java | [
0,
0,
0,
0,
0,
1,
0
] |
9,557 | EditTemplateDialog.java | Contributors:
* IBM Corporation - initial API and implementation
* Anton Leherbauer (Wind River Systems) | 0 | Contributors:
* IBM Corporation - initial API and implementation
* Anton Leherbauer (Wind River Systems) | EditTemplateDialog.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,558 | EditTemplateDialog.java | * @since 5.2 | 0 | * @since 5.2 | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,559 | EditTemplateDialog.java | * @param viewer the viewer | 0 | * @param viewer the viewer | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,560 | EditTemplateDialog.java | * @param operationCode the opcode | 0 | * @param operationCode the opcode | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,561 | EditTemplateDialog.java | * @param parent the shell parent of the dialog | 0 | * @param parent the shell parent of the dialog | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,562 | EditTemplateDialog.java | * @param template the template to edit | 0 | * @param template the template to edit | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,563 | EditTemplateDialog.java | * @param edit whether this is a new template or an existing being edited | 0 | * @param edit whether this is a new template or an existing being edited | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,564 | EditTemplateDialog.java | * @param isNameModifiable whether the name of the template may be modified | 0 | * @param isNameModifiable whether the name of the template may be modified | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,565 | EditTemplateDialog.java | * @param isContextTypeModifiable whether the context type of the template may be modified | 0 | * @param isContextTypeModifiable whether the context type of the template may be modified | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,566 | EditTemplateDialog.java | * @param registry the context type registry to use | 0 | * @param registry the context type registry to use | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,567 | EditTemplateDialog.java | * @param name the string to test | 0 | * @param name the string to test | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,568 | EditTemplateDialog.java | * @return <code>true</code> if the name is valid | 0 | * @return <code>true</code> if the name is valid | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,569 | EditTemplateDialog.java | * @return the created template | 0 | * @return the created template | EditTemplateDialog.java | [
0,
0,
0,
1,
0,
0,
0
] |
9,570 | EditTemplateDialog.java | * @see org.eclipse.jface.window.Window#configureShell(Shell) | 0 | * @see org.eclipse.jface.window.Window#configureShell(Shell) | EditTemplateDialog.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,571 | EditTemplateDialog.java | * @see Action#run() | 0 | * @see Action#run() | EditTemplateDialog.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,572 | EditTemplateDialog.java | * @see Action#firePropertyChange(String, Object, Object) | 0 | * @see Action#firePropertyChange(String, Object, Object) | EditTemplateDialog.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,573 | EditTemplateDialog.java | * Dialog to edit a template. | 0 | * Dialog to edit a template. | EditTemplateDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,574 | EditTemplateDialog.java | * Creates a new action. | 0 | * Creates a new action. | EditTemplateDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,575 | EditTemplateDialog.java | Updates the enabled state of the action.
* Fires a property change if the enabled state changes. | 0 | Updates the enabled state of the action.
* Fires a property change if the enabled state changes. | EditTemplateDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,576 | EditTemplateDialog.java | * Creates a new dialog. | 0 | * Creates a new dialog. | EditTemplateDialog.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,577 | MenuBarToolTips.java | // File | 0 | // File | MenuBarToolTips.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,578 | MenuBarToolTips.java | // Edit | 0 | // Edit | MenuBarToolTips.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,579 | OptionalBinderTest.java | * @author sameb@google.com (Sam Berlin) | 0 | * @author sameb@google.com (Sam Berlin) | OptionalBinderTest.java | [
0,
1,
0,
0,
0,
0,
0
] |
9,580 | OptionalBinderTest.java | // the above specifies this. | 0 | // the above specifies this. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,581 | OptionalBinderTest.java | // but it doesn't specify this. | 0 | // but it doesn't specify this. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,582 | OptionalBinderTest.java | // need to do this, otherwise String will JIT | 0 | // need to do this, otherwise String will JIT | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,583 | OptionalBinderTest.java | // Calling .get() on an Optional<Integer> multiple times will keep giving the same thing | 0 | // Calling .get() on an Optional<Integer> multiple times will keep giving the same thing | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,584 | OptionalBinderTest.java | // But getting another Optional<Integer> will give a new one. | 0 | // But getting another Optional<Integer> will give a new one. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,585 | OptionalBinderTest.java | // And the Optional<Provider> will return a provider that gives a new value each time. | 0 | // And the Optional<Provider> will return a provider that gives a new value each time. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,586 | OptionalBinderTest.java | // and same rules with java.util.Optional | 0 | // and same rules with java.util.Optional | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,587 | OptionalBinderTest.java | * Doubly-installed modules should not conflict, even when one is overridden. | 0 | * Doubly-installed modules should not conflict, even when one is overridden. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,588 | OptionalBinderTest.java | // Providers#of() does not redefine equals/hashCode, so use the same one both times. | 0 | // Providers#of() does not redefine equals/hashCode, so use the same one both times. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,589 | OptionalBinderTest.java | // Found by reflection | 0 | // Found by reflection | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,590 | OptionalBinderTest.java | // Found by reflection | 0 | // Found by reflection | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,591 | OptionalBinderTest.java | // used to disambiguate constructors | 0 | // used to disambiguate constructors | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,592 | OptionalBinderTest.java | @link Scopes#NO_SCOPE | 0 | @link Scopes#NO_SCOPE | OptionalBinderTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,593 | OptionalBinderTest.java | Unscoped bindings should not conflict, whether they were bound with no explicit scope, or
* explicitly bound in {@link Scopes#NO_SCOPE}. | 0 | Unscoped bindings should not conflict, whether they were bound with no explicit scope, or
* explicitly bound in {@link Scopes#NO_SCOPE}. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,594 | OptionalBinderTest.java | * Ensure key hash codes are fixed at injection time, not binding time. | 0 | * Ensure key hash codes are fixed at injection time, not binding time. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,595 | OptionalBinderTest.java | @link Elements#getElements | 0 | @link Elements#getElements | OptionalBinderTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
9,596 | OptionalBinderTest.java | This assures us that the two binders are equivalent, so we expect the instance added to
// each to have been added to one set. | 0 | This assures us that the two binders are equivalent, so we expect the instance added to
// each to have been added to one set. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,597 | OptionalBinderTest.java | // These must be identical, because the marker annotations collapsed to the same thing. | 0 | // These must be identical, because the marker annotations collapsed to the same thing. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,598 | OptionalBinderTest.java | // Tests for com.google.inject.internal.WeakKeySet not leaking memory. | 0 | // Tests for com.google.inject.internal.WeakKeySet not leaking memory. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,599 | OptionalBinderTest.java | // Clear the ref, GC, and ensure that we are no longer blacklisting. | 0 | // Clear the ref, GC, and ensure that we are no longer blacklisting. | OptionalBinderTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,600 | GridLayoutExpandRatioTest.java | /**
* A test class for testing GridLayoutExpandRatio. The class is empty because
* the name convention is UIClassName+Test. GridLayoutExpandRatioTest and
* GridLayoutHideMiddleCellsTest behave the same way but on different UI
* classes. Thats why they have different names and zero code.
*/ | 0 | /**
* A test class for testing GridLayoutExpandRatio. The class is empty because
* the name convention is UIClassName+Test. GridLayoutExpandRatioTest and
* GridLayoutHideMiddleCellsTest behave the same way but on different UI
* classes. Thats why they have different names and zero code.
*/ | GridLayoutExpandRatioTest.java | [
0,
0,
1,
0,
0,
0,
0
] |
9,601 | TestDefaultRetryPolicy.java | // defaultRetryPolicyEnabled = false | 0 | // defaultRetryPolicyEnabled = false | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,602 | TestDefaultRetryPolicy.java | Verify that the default retry policy does *not* retry
* RetriableException when defaultRetryPolicyEnabled is disabled. | 0 | Verify that the default retry policy does *not* retry
* RetriableException when defaultRetryPolicyEnabled is disabled. | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,603 | TestDefaultRetryPolicy.java | // defaultRetryPolicyEnabled = true | 0 | // defaultRetryPolicyEnabled = true | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,604 | TestDefaultRetryPolicy.java | Verify that the default retry policy correctly retries
* a RetriableException wrapped in a RemoteException when
* defaultRetryPolicyEnabled is enabled. | 0 | Verify that the default retry policy correctly retries
* a RetriableException wrapped in a RemoteException when
* defaultRetryPolicyEnabled is enabled. | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,605 | TestDefaultRetryPolicy.java | Verify that the default retry policy correctly retries
* RetriableException when defaultRetryPolicyEnabled is enabled. | 0 | Verify that the default retry policy correctly retries
* RetriableException when defaultRetryPolicyEnabled is enabled. | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,606 | TestDefaultRetryPolicy.java | // defaultRetryPolicyEnabled = true | 0 | // defaultRetryPolicyEnabled = true | TestDefaultRetryPolicy.java | [
1,
0,
0,
0,
0,
0,
0
] |
9,607 | TestDefaultRetryPolicy.java | * Test the behavior of the default retry policy. | 0 | * Test the behavior of the default retry policy. | TestDefaultRetryPolicy.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.