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 |
|---|---|---|---|---|---|
4,686 | SwiftTestUtils.java | downgrade a failure to a message and a warning, then an
* exception for the Junit test runner to mark as failed | 0 | downgrade a failure to a message and a warning, then an
* exception for the Junit test runner to mark as failed | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,687 | SwiftTestUtils.java | report an overridden test as unsupported | 0 | report an overridden test as unsupported | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,688 | SwiftTestUtils.java | report a test has been skipped for some reason | 0 | report a test has been skipped for some reason | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,689 | SwiftTestUtils.java | Make an assertion about the length of a file | 0 | Make an assertion about the length of a file | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,690 | SwiftTestUtils.java | Assert that a path refers to a directory | 0 | Assert that a path refers to a directory | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,691 | SwiftTestUtils.java | Assert that a path refers to a directory | 0 | Assert that a path refers to a directory | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,692 | SwiftTestUtils.java | Write the text to a file, returning the converted byte array
* for use in validating the round trip | 0 | Write the text to a file, returning the converted byte array
* for use in validating the round trip | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,693 | SwiftTestUtils.java | Touch a file: fails if it is already there | 0 | Touch a file: fails if it is already there | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,694 | SwiftTestUtils.java | Read in "length" bytes, convert to an ascii string | 0 | Read in "length" bytes, convert to an ascii string | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,695 | SwiftTestUtils.java | Assert that a file exists and whose {@link FileStatus} entry
* declares that this is a file and not a symlink or directory. | 0 | Assert that a file exists and whose {@link FileStatus} entry
* declares that this is a file and not a symlink or directory. | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,696 | SwiftTestUtils.java |
* Create a dataset for use in the tests; all data is in the range
* base to (base+modulo-1) inclusive | 0 |
* Create a dataset for use in the tests; all data is in the range
* base to (base+modulo-1) inclusive | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,697 | SwiftTestUtils.java | Assert that a path exists -but make no assertions as to the
* type of that entry | 0 | Assert that a path exists -but make no assertions as to the
* type of that entry | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,698 | SwiftTestUtils.java | //failure, report it | 0 | //failure, report it | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,699 | SwiftTestUtils.java | Assert that a path does not exist | 0 | Assert that a path does not exist | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,700 | SwiftTestUtils.java | //this is expected | 0 | //this is expected | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,701 | SwiftTestUtils.java | Assert that a FileSystem.listStatus on a dir finds the subdir/child entry | 0 | Assert that a FileSystem.listStatus on a dir finds the subdir/child entry | SwiftTestUtils.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,702 | SwiftTestUtils.java | * @param conf configuration | 0 | * @param conf configuration | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,703 | SwiftTestUtils.java | * @param props property set | 0 | * @param props property set | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,704 | SwiftTestUtils.java | * @param key property name | 0 | * @param key property name | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,705 | SwiftTestUtils.java | * @param expected expected value. If null, the property must not be in the set | 0 | * @param expected expected value. If null, the property must not be in the set | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,706 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,707 | SwiftTestUtils.java | * @param path path to write to | 0 | * @param path path to write to | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,708 | SwiftTestUtils.java | * @param len length of data | 0 | * @param len length of data | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,709 | SwiftTestUtils.java | * @param overwrite should the create option allow overwrites? | 0 | * @param overwrite should the create option allow overwrites? | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,710 | SwiftTestUtils.java | @param delete should the file be deleted afterwards? -with a verification
* that it worked. Deletion is not attempted if an assertion has failed
* earlier -it is not in a <code>finally{}</code> block. | 0 | @param delete should the file be deleted afterwards? -with a verification
* that it worked. Deletion is not attempted if an assertion has failed
* earlier -it is not in a <code>finally{}</code> block. | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,711 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,712 | SwiftTestUtils.java | * @param path path to write to | 0 | * @param path path to write to | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,713 | SwiftTestUtils.java | * @param len length of data | 0 | * @param len length of data | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,714 | SwiftTestUtils.java | * @param overwrite should the create option allow overwrites? | 0 | * @param overwrite should the create option allow overwrites? | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,715 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,716 | SwiftTestUtils.java | * @param path path to read from | 0 | * @param path path to read from | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,717 | SwiftTestUtils.java | * @param len length of data to read | 0 | * @param len length of data to read | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,718 | SwiftTestUtils.java | * @return the bytes | 0 | * @return the bytes | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,719 | SwiftTestUtils.java | * @param len length of bytes to compare | 0 | * @param len length of bytes to compare | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,720 | SwiftTestUtils.java | * @param src source data | 0 | * @param src source data | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,721 | SwiftTestUtils.java | * @param dest actual | 0 | * @param dest actual | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,722 | SwiftTestUtils.java | * @param b byte | 0 | * @param b byte | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,723 | SwiftTestUtils.java | * @return the printable character string | 0 | * @return the printable character string | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,724 | SwiftTestUtils.java | * @param message text message | 0 | * @param message text message | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,725 | SwiftTestUtils.java | * @param failure what failed | 0 | * @param failure what failed | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,726 | SwiftTestUtils.java | * @param message message to use in the text | 0 | * @param message message to use in the text | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,727 | SwiftTestUtils.java | * @param message message to use in the text | 0 | * @param message message to use in the text | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,728 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,729 | SwiftTestUtils.java | * @param path path of the file | 0 | * @param path path of the file | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,730 | SwiftTestUtils.java | * @param expected expected length | 0 | * @param expected expected length | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,731 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,732 | SwiftTestUtils.java | * @param path path of the directory | 0 | * @param path path of the directory | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,733 | SwiftTestUtils.java | * @param fileStatus stats to check | 0 | * @param fileStatus stats to check | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,734 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,735 | SwiftTestUtils.java | * @param path path of file | 0 | * @param path path of file | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,736 | SwiftTestUtils.java | * @param overwrite should the operation overwrite any existing file? | 0 | * @param overwrite should the operation overwrite any existing file? | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,737 | SwiftTestUtils.java | * @param text text to write | 0 | * @param text text to write | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,738 | SwiftTestUtils.java | * @return the read bytes | 0 | * @return the read bytes | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,739 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,740 | SwiftTestUtils.java | * @param path path | 0 | * @param path path | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,741 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,742 | SwiftTestUtils.java | * @param path path to read | 0 | * @param path path to read | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,743 | SwiftTestUtils.java | * @param length #of bytes to read. | 0 | * @param length #of bytes to read. | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,744 | SwiftTestUtils.java | * @return the bytes read and converted to a string | 0 | * @return the bytes read and converted to a string | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,745 | SwiftTestUtils.java | * @param fileSystem filesystem to resolve path against | 0 | * @param fileSystem filesystem to resolve path against | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,746 | SwiftTestUtils.java | * @param filename name of the file | 0 | * @param filename name of the file | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,747 | SwiftTestUtils.java | * @param len length of data | 0 | * @param len length of data | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,748 | SwiftTestUtils.java | * @param base base of the data | 0 | * @param base base of the data | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,749 | SwiftTestUtils.java | * @return the newly generated dataset | 0 | * @return the newly generated dataset | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,750 | SwiftTestUtils.java | * @param modulo the modulo | 0 | * @param modulo the modulo | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,751 | SwiftTestUtils.java | * @param fileSystem filesystem to examine | 0 | * @param fileSystem filesystem to examine | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,752 | SwiftTestUtils.java | * @param message message to include in the assertion failure message | 0 | * @param message message to include in the assertion failure message | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,753 | SwiftTestUtils.java | * @param path path in the filesystem | 0 | * @param path path in the filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,754 | SwiftTestUtils.java | * @param fileSystem filesystem to examine | 0 | * @param fileSystem filesystem to examine | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,755 | SwiftTestUtils.java | * @param message message to include in the assertion failure message | 0 | * @param message message to include in the assertion failure message | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,756 | SwiftTestUtils.java | * @param path path in the filesystem | 0 | * @param path path in the filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,757 | SwiftTestUtils.java | * @param fs filesystem | 0 | * @param fs filesystem | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,758 | SwiftTestUtils.java | * @param dir directory to scan | 0 | * @param dir directory to scan | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,759 | SwiftTestUtils.java | * @param subdir full path to look for | 0 | * @param subdir full path to look for | SwiftTestUtils.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,760 | SwiftTestUtils.java | If there is a mismatch between what was written and what was expected,
* a small range of bytes either side of the first error are logged to aid
* diagnosing what problem occurred -whether it was a previous file
* or a corrupting of the current file. This assumes that two
* sequential runs to the same path use datasets with different character
* moduli. | 0 | If there is a mismatch between what was written and what was expected,
* a small range of bytes either side of the first error are logged to aid
* diagnosing what problem occurred -whether it was a previous file
* or a corrupting of the current file. This assumes that two
* sequential runs to the same path use datasets with different character
* moduli. | SwiftTestUtils.java | [
0,
0,
0,
0,
0,
0,
1
] |
4,763 | GridStaticSectionState.java | /**
* Shared state for Grid headers and footers.
*
* @since 7.4
* @author Vaadin Ltd
*/ | 0 | /**
* Shared state for Grid headers and footers.
*
* @since 7.4
* @author Vaadin Ltd
*/ | GridStaticSectionState.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,764 | GridStaticSectionState.java | /**
* Map from column id set to cell state for merged state.
*/ | 0 | /**
* Map from column id set to cell state for merged state.
*/ | GridStaticSectionState.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,765 | GridStaticSectionState.java | /**
* The style name for the row. Null if none.
*/ | 0 | /**
* The style name for the row. Null if none.
*/ | GridStaticSectionState.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,766 | EmbeddedsTest.java | @link AbstractEmbedded | 0 | @link AbstractEmbedded | EmbeddedsTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
4,767 | EmbeddedsTest.java | @link Embedded | 0 | @link Embedded | EmbeddedsTest.java | [
0,
0,
0,
0,
1,
0,
0
] |
4,770 | EmbeddedsTest.java | Tests declarative support for implementations of {@link AbstractEmbedded} and
* {@link Embedded}. | 0 | Tests declarative support for implementations of {@link AbstractEmbedded} and
* {@link Embedded}. | EmbeddedsTest.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,771 | RawLocalFs.java | The RawLocalFs implementation of AbstractFileSystem.
* This impl delegates to the old FileSystem | 0 | The RawLocalFs implementation of AbstractFileSystem.
* This impl delegates to the old FileSystem | RawLocalFs.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,772 | RawLocalFs.java | /*Evolving for a release,to be changed to Stable */ | 0 | /*Evolving for a release,to be changed to Stable */ | RawLocalFs.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,773 | RawLocalFs.java | This constructor has the signature needed by
* {@link AbstractFileSystem#createFileSystem(URI, Configuration)}. | 0 | This constructor has the signature needed by
* {@link AbstractFileSystem#createFileSystem(URI, Configuration)}. | RawLocalFs.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,774 | RawLocalFs.java | @link AbstractFileSystem#createFileSystem(URI, Configuration) | 0 | @link AbstractFileSystem#createFileSystem(URI, Configuration) | RawLocalFs.java | [
0,
0,
0,
0,
1,
0,
0
] |
4,775 | RawLocalFs.java | * @param theUri which must be that of localFs | 0 | * @param theUri which must be that of localFs | RawLocalFs.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,776 | RawLocalFs.java | * @param conf | 0 | * @param conf | RawLocalFs.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,777 | RawLocalFs.java | // No default port for file:/// | 0 | // No default port for file:/// | RawLocalFs.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,778 | RawLocalFs.java | // Different local file systems have different validation rules. Skip
// validation here and just let the OS handle it. This is consistent with
// RawLocalFileSystem. | 0 | // Different local file systems have different validation rules. Skip
// validation here and just let the OS handle it. This is consistent with
// RawLocalFileSystem. | RawLocalFs.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,781 | IDeleteOnErrorRule.java | * @noimplement This interface is not intended to be implemented by clients. | 0 | * @noimplement This interface is not intended to be implemented by clients. | IDeleteOnErrorRule.java | [
0,
0,
0,
1,
0,
0,
0
] |
4,782 | IDeleteOnErrorRule.java | * .DELETE_ON_ERROR'
* If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the
* makefile, then `make' will delete the target of a rule if it has
* changed and its commands exit with a nonzero exit status, just as
* it does when it receives a signal. | 0 | * .DELETE_ON_ERROR'
* If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the
* makefile, then `make' will delete the target of a rule if it has
* changed and its commands exit with a nonzero exit status, just as
* it does when it receives a signal. | IDeleteOnErrorRule.java | [
0,
0,
0,
0,
0,
0,
1
] |
4,783 | AlreadyBeingCreatedException.java | The exception that happens when you ask to create a file that already
* is being created, but is not closed yet. | 0 | The exception that happens when you ask to create a file that already
* is being created, but is not closed yet. | AlreadyBeingCreatedException.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,784 | HashMapGrowthStrategy.java | * Interface that defines how we can grow the size of a hash map when it is over a threshold. | 0 | * Interface that defines how we can grow the size of a hash map when it is over a threshold. | HashMapGrowthStrategy.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,785 | HashMapGrowthStrategy.java | * Double the size of the hash map every time. | 0 | * Double the size of the hash map every time. | HashMapGrowthStrategy.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,786 | HashMapGrowthStrategy.java | // Guard against overflow | 0 | // Guard against overflow | HashMapGrowthStrategy.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,787 | RpcServerException.java | * Indicates an exception on the RPC server | 0 | * Indicates an exception on the RPC server | RpcServerException.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,788 | RpcServerException.java | * Constructs exception with the specified detail message. | 0 | * Constructs exception with the specified detail message. | RpcServerException.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,789 | RpcServerException.java | * Constructs exception with the specified detail message and cause. | 0 | * Constructs exception with the specified detail message and cause. | RpcServerException.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,790 | RpcServerException.java | * get the rpc status corresponding to this exception | 0 | * get the rpc status corresponding to this exception | RpcServerException.java | [
1,
0,
0,
0,
0,
0,
0
] |
4,791 | RpcServerException.java | * get the detailed rpc status corresponding to this exception | 0 | * get the detailed rpc status corresponding to this exception | RpcServerException.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.