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,566
|
BlockPoolSliceStorage.java
|
// regular startup if previous dir does not exist
| 0
|
// regular startup if previous dir does not exist | BlockPoolSliceStorage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,567
|
BlockPoolSliceStorage.java
|
// read attributes out of the VERSION file of previous directory
| 0
|
// read attributes out of the VERSION file of previous directory | BlockPoolSliceStorage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,568
|
BlockPoolSliceStorage.java
|
// cannot rollback
| 0
|
// cannot rollback | BlockPoolSliceStorage.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,571
|
CPPASTName.java
|
Contributors:
* John Camelon(IBM) - Initial API and implementation
* Markus Schorn (Wind River Systems)
* Bryan Wilkinson (QNX)
* Anton Leherbauer (Wind River Systems)
| 0
|
Contributors:
* John Camelon(IBM) - Initial API and implementation
* Markus Schorn (Wind River Systems)
* Bryan Wilkinson (QNX)
* Anton Leherbauer (Wind River Systems) | CPPASTName.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,572
|
CPPASTName.java
|
// The lookup does not find the binding, that is defined by this name
| 0
|
// The lookup does not find the binding, that is defined by this name | CPPASTName.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,573
|
CPPASTName.java
|
/**
* Unqualified name, also base class for operator and conversion name.
*/
| 0
|
/**
* Unqualified name, also base class for operator and conversion name.
*/ | CPPASTName.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,574
|
FileNameGenerator.java
|
// this will support up to 32**20 = 2**100 = 10**30 files
| 0
|
// this will support up to 32**20 = 2**100 = 10**30 files | FileNameGenerator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,575
|
FileNameGenerator.java
|
/**
* File name generator.
*
* Each directory contains not more than a fixed number (filesPerDir)
* of files and directories.
* When the number of files in one directory reaches the maximum,
* the generator creates a new directory and proceeds generating files in it.
* The generated namespace tree is balanced that is any path to a leaf
* file is not less than the height of the tree minus one.
*/
| 0
|
/**
* File name generator.
*
* Each directory contains not more than a fixed number (filesPerDir)
* of files and directories.
* When the number of files in one directory reaches the maximum,
* the generator creates a new directory and proceeds generating files in it.
* The generated namespace tree is balanced that is any path to a leaf
* file is not less than the height of the tree minus one.
*/ | FileNameGenerator.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,576
|
DescendingImmutableSortedSet.java
|
@link ImmutableSortedSet#descendingSet()
| 0
|
@link ImmutableSortedSet#descendingSet() | DescendingImmutableSortedSet.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,578
|
DescendingImmutableSortedSet.java
|
/**
* Skeletal implementation of {@link ImmutableSortedSet#descendingSet()}.
*
* @author Louis Wasserman
*/
| 0
|
/**
* Skeletal implementation of {@link ImmutableSortedSet#descendingSet()}.
*
* @author Louis Wasserman
*/ | DescendingImmutableSortedSet.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,579
|
MembersInjector.java
|
@code instance
| 0
|
@code instance | MembersInjector.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,580
|
MembersInjector.java
|
@code T
| 0
|
@code T | MembersInjector.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,583
|
MembersInjector.java
|
* @param <T> type to inject members of
| 0
|
* @param <T> type to inject members of | MembersInjector.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,584
|
MembersInjector.java
|
* @author crazybob@google.com (Bob Lee)
| 0
|
* @author crazybob@google.com (Bob Lee) | MembersInjector.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,586
|
MembersInjector.java
|
* @param instance to inject members on. May be {@code null}.
| 0
|
* @param instance to inject members on. May be {@code null}. | MembersInjector.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,587
|
MembersInjector.java
|
/**
* Injects dependencies into the fields and methods on instances of type {@code T}. Ignores the
* presence or absence of an injectable constructor.
*
* @param <T> type to inject members of
*
* @author crazybob@google.com (Bob Lee)
* @author jessewilson@google.com (Jesse Wilson)
* @since 2.0
*/
| 0
|
/**
* Injects dependencies into the fields and methods on instances of type {@code T}. Ignores the
* presence or absence of an injectable constructor.
*
* @param <T> type to inject members of
*
* @author crazybob@google.com (Bob Lee)
* @author jessewilson@google.com (Jesse Wilson)
* @since 2.0
*/ | MembersInjector.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,588
|
MembersInjector.java
|
/**
* Injects dependencies into the fields and methods of {@code instance}. Ignores the presence or
* absence of an injectable constructor.
*
* <p>Whenever Guice creates an instance, it performs this injection automatically (after first
* performing constructor injection), so if you're able to let Guice create all your objects for
* you, you'll never need to use this method.
*
* @param instance to inject members on. May be {@code null}.
*/
| 0
|
/**
* Injects dependencies into the fields and methods of {@code instance}. Ignores the presence or
* absence of an injectable constructor.
*
* <p>Whenever Guice creates an instance, it performs this injection automatically (after first
* performing constructor injection), so if you're able to let Guice create all your objects for
* you, you'll never need to use this method.
*
* @param instance to inject members on. May be {@code null}.
*/ | MembersInjector.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,589
|
ZlibCompressor.java
|
* @return the total (non-negative) number of uncompressed bytes input so far
| 0
|
* @return the total (non-negative) number of uncompressed bytes input so far | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,590
|
ZlibCompressor.java
|
* @return the total (non-negative) number of compressed bytes output so far
| 0
|
* @return the total (non-negative) number of compressed bytes output so far | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,591
|
ZlibCompressor.java
|
* @param conf Configuration storing new settings
| 0
|
* @param conf Configuration storing new settings | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,592
|
ZlibCompressor.java
|
* @param directBufferSize Size of the direct buffer to be used.
| 0
|
* @param directBufferSize Size of the direct buffer to be used. | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,593
|
ZlibCompressor.java
|
* @param header Compression header #CompressionHeader
| 0
|
* @param header Compression header #CompressionHeader | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,594
|
ZlibCompressor.java
|
* @param strategy Compression strategy #CompressionStrategy
| 0
|
* @param strategy Compression strategy #CompressionStrategy | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,595
|
ZlibCompressor.java
|
* @param level Compression level #CompressionLevel
| 0
|
* @param level Compression level #CompressionLevel | ZlibCompressor.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,596
|
ZlibCompressor.java
|
@link Compressor
| 0
|
@link Compressor | ZlibCompressor.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,597
|
ZlibCompressor.java
|
/**
* A {@link Compressor} based on the popular
* zlib compression algorithm.
* http://www.zlib.net/
*
*/
| 0
|
/**
* A {@link Compressor} based on the popular
* zlib compression algorithm.
* http://www.zlib.net/
*
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,598
|
ZlibCompressor.java
|
/**
* The compression level for zlib library.
*/
| 0
|
/**
* The compression level for zlib library.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,599
|
ZlibCompressor.java
|
/**
* Compression level for no compression.
*/
| 0
|
/**
* Compression level for no compression.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,600
|
ZlibCompressor.java
|
* Compression level for fastest compression.
| 0
|
* Compression level for fastest compression. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,601
|
ZlibCompressor.java
|
* Compression level 2.
| 0
|
* Compression level 2. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,602
|
ZlibCompressor.java
|
* Compression level 3.
| 0
|
* Compression level 3. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,603
|
ZlibCompressor.java
|
THREE (3),
| 0
|
THREE (3), | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,604
|
ZlibCompressor.java
|
* Compression level 4.
| 0
|
* Compression level 4. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,605
|
ZlibCompressor.java
|
* Compression level 5.
| 0
|
* Compression level 5. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,606
|
ZlibCompressor.java
|
* Compression level 6.
| 0
|
* Compression level 6. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,607
|
ZlibCompressor.java
|
* Compression level 7.
| 0
|
* Compression level 7. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,608
|
ZlibCompressor.java
|
* Compression level 8.
| 0
|
* Compression level 8. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,609
|
ZlibCompressor.java
|
* Compression level for best compression.
| 0
|
* Compression level for best compression. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,610
|
ZlibCompressor.java
|
* Default compression level.
| 0
|
* Default compression level. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,611
|
ZlibCompressor.java
|
/**
* Compression strategy best used for data consisting mostly of small
* values with a somewhat random distribution. Forces more Huffman coding
* and less string matching.
*/
| 0
|
/**
* Compression strategy best used for data consisting mostly of small
* values with a somewhat random distribution. Forces more Huffman coding
* and less string matching.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,612
|
ZlibCompressor.java
|
* Compression strategy for Huffman coding only.
| 0
|
* Compression strategy for Huffman coding only. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,613
|
ZlibCompressor.java
|
* Compression strategy to limit match distances to one
* (run-length encoding).
| 0
|
* Compression strategy to limit match distances to one
* (run-length encoding). | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,614
|
ZlibCompressor.java
|
Compression strategy to prevent the use of dynamic Huffman codes,
* allowing for a simpler decoder for special applications.
| 0
|
Compression strategy to prevent the use of dynamic Huffman codes,
* allowing for a simpler decoder for special applications. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,615
|
ZlibCompressor.java
|
* Default compression strategy.
| 0
|
* Default compression strategy. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,616
|
ZlibCompressor.java
|
* The type of header for compressed data.
| 0
|
* The type of header for compressed data. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,617
|
ZlibCompressor.java
|
* No headers/trailers/checksums.
| 0
|
* No headers/trailers/checksums. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,618
|
ZlibCompressor.java
|
* Default headers/trailers/checksums.
| 0
|
* Default headers/trailers/checksums. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,619
|
ZlibCompressor.java
|
* Simple gzip headers/trailers.
| 0
|
* Simple gzip headers/trailers. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,620
|
ZlibCompressor.java
|
// Initialize the native library
| 0
|
// Initialize the native library | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,621
|
ZlibCompressor.java
|
// Ignore failure to load/initialize native-zlib
| 0
|
// Ignore failure to load/initialize native-zlib | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,622
|
ZlibCompressor.java
|
/**
* Creates a new compressor with the default compression level.
* Compressed data will be generated in ZLIB format.
*/
| 0
|
/**
* Creates a new compressor with the default compression level.
* Compressed data will be generated in ZLIB format.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,623
|
ZlibCompressor.java
|
/**
* Creates a new compressor, taking settings from the configuration.
*/
| 0
|
/**
* Creates a new compressor, taking settings from the configuration.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,624
|
ZlibCompressor.java
|
/**
* Creates a new compressor using the specified compression level.
* Compressed data will be generated in ZLIB format.
*
* @param level Compression level #CompressionLevel
* @param strategy Compression strategy #CompressionStrategy
* @param header Compression header #CompressionHeader
* @param directBufferSize Size of the direct buffer to be used.
*/
| 0
|
/**
* Creates a new compressor using the specified compression level.
* Compressed data will be generated in ZLIB format.
*
* @param level Compression level #CompressionLevel
* @param strategy Compression strategy #CompressionStrategy
* @param header Compression header #CompressionHeader
* @param directBufferSize Size of the direct buffer to be used.
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,625
|
ZlibCompressor.java
|
/**
* Prepare the compressor to be used in a new stream with settings defined in
* the given Configuration. It will reset the compressor's compression level
* and compression strategy.
*
* @param conf Configuration storing new settings
*/
| 0
|
/**
* Prepare the compressor to be used in a new stream with settings defined in
* the given Configuration. It will reset the compressor's compression level
* and compression strategy.
*
* @param conf Configuration storing new settings
*/ | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,626
|
ZlibCompressor.java
|
// Reinitialize zlib's output direct buffer
| 0
|
// Reinitialize zlib's output direct buffer | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,627
|
ZlibCompressor.java
|
//copy enough data from userBuf to uncompressedDirectBuf
| 0
|
//copy enough data from userBuf to uncompressedDirectBuf | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,628
|
ZlibCompressor.java
|
// Consume remaining compressed data?
| 0
|
// Consume remaining compressed data? | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,629
|
ZlibCompressor.java
|
// Check if zlib has consumed all input
// compress should be invoked if keepUncompressedBuf true
| 0
|
// Check if zlib has consumed all input
// compress should be invoked if keepUncompressedBuf true | ZlibCompressor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,630
|
ZlibCompressor.java
|
// Check if we have consumed all user-input
| 0
|
// Check if we have consumed all user-input | ZlibCompressor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,631
|
ZlibCompressor.java
|
/ Check if 'zlib' says its 'finished' and
// all compressed data has been consumed
| 0
|
/ Check if 'zlib' says its 'finished' and
// all compressed data has been consumed | ZlibCompressor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,632
|
ZlibCompressor.java
|
// Check if there is compressed data
| 0
|
// Check if there is compressed data | ZlibCompressor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,633
|
ZlibCompressor.java
|
/ Check if zlib consumed all input buffer
// set keepUncompressedBuf properly
| 0
|
/ Check if zlib consumed all input buffer
// set keepUncompressedBuf properly | ZlibCompressor.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,634
|
ZlibCompressor.java
|
* Returns the total number of uncompressed bytes input so far.</p>
| 0
|
* Returns the total number of uncompressed bytes input so far.</p> | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,635
|
ZlibCompressor.java
|
* Returns the total number of compressed bytes output so far.
| 0
|
* Returns the total number of compressed bytes output so far. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,636
|
ZlibCompressor.java
|
// Get atmost 'len' bytes
| 0
|
// Get atmost 'len' bytes | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,637
|
ZlibCompressor.java
|
// zlib did not consume all input buffer
| 0
|
// zlib did not consume all input buffer | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,638
|
ZlibCompressor.java
|
// zlib consumed all input buffer
| 0
|
// zlib consumed all input buffer | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,639
|
ZlibCompressor.java
|
// Compress data
| 0
|
// Compress data | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,640
|
ZlibCompressor.java
|
// Re-initialize the zlib's output direct buffer
| 0
|
// Re-initialize the zlib's output direct buffer | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,641
|
ZlibCompressor.java
|
// copy enough data from userBuf to uncompressedDirectBuf
| 0
|
// copy enough data from userBuf to uncompressedDirectBuf | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,642
|
ZlibCompressor.java
|
// uncompressedDirectBuf is not full
| 0
|
// uncompressedDirectBuf is not full | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,643
|
ZlibCompressor.java
|
* The compression level for zlib library.
| 0
|
* The compression level for zlib library. | ZlibCompressor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,644
|
PDOMTaggable.java
|
Contributors:
* Andrew Eidsness - Initial implementation
| 0
|
Contributors:
* Andrew Eidsness - Initial implementation | PDOMTaggable.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,645
|
PDOMTaggable.java
|
* A container for things that can be tagged and then stored in the index database.
| 0
|
* A container for things that can be tagged and then stored in the index database. | PDOMTaggable.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,646
|
ConnectorResource.java
|
@version @VERSION@
| 0
|
@version @VERSION@ | ConnectorResource.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,647
|
ConnectorResource.java
|
* @since 7.0.0
| 0
|
* @since 7.0.0 | ConnectorResource.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,648
|
ConnectorResource.java
|
* @return A download stream which produces the resource content
| 0
|
* @return A download stream which produces the resource content | ConnectorResource.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,649
|
ConnectorResource.java
|
* @return the file name associated to this resource.
| 0
|
* @return the file name associated to this resource. | ConnectorResource.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,650
|
ConnectorResource.java
|
@see AbstractClientConnector#setResource(String, Resource)
| 0
|
@see AbstractClientConnector#setResource(String, Resource) | ConnectorResource.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,651
|
ConnectorResource.java
|
* @author Vaadin Ltd
| 0
|
* @author Vaadin Ltd | ConnectorResource.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,652
|
ConnectorResource.java
|
/**
* A resource that is served through the Connector that is using the resource.
*
* @see AbstractClientConnector#setResource(String, Resource)
*
* @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0
*/
| 0
|
/**
* A resource that is served through the Connector that is using the resource.
*
* @see AbstractClientConnector#setResource(String, Resource)
*
* @author Vaadin Ltd
* @version @VERSION@
* @since 7.0.0
*/ | ConnectorResource.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,653
|
ConnectorResource.java
|
/**
* Gets resource as stream.
* <p>
* Note that this method is called while the session is locked to prevent
* race conditions but the methods in the returned {@link DownloadStream}
* are assumed to be unrelated to the VaadinSession and are called without
* holding session locks (to prevent locking the session during long file
* downloads).
* </p>
*
* @return A download stream which produces the resource content
*/
| 0
|
/**
* Gets resource as stream.
* <p>
* Note that this method is called while the session is locked to prevent
* race conditions but the methods in the returned {@link DownloadStream}
* are assumed to be unrelated to the VaadinSession and are called without
* holding session locks (to prevent locking the session during long file
* downloads).
* </p>
*
* @return A download stream which produces the resource content
*/ | ConnectorResource.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
8,654
|
ConnectorResource.java
|
/**
* Gets the virtual filename for this resource.
*
* @return the file name associated to this resource.
*/
| 0
|
/**
* Gets the virtual filename for this resource.
*
* @return the file name associated to this resource.
*/ | ConnectorResource.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,655
|
FSError.java
|
/** Thrown for unexpected filesystem errors, presumed to reflect disk errors
* in the native filesystem. */
| 0
|
/** Thrown for unexpected filesystem errors, presumed to reflect disk errors
* in the native filesystem. */ | FSError.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,656
|
BuildMacroException.java
|
* @return IBuildMacroStatus[]
| 0
|
* @return IBuildMacroStatus[] | BuildMacroException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,657
|
BuildMacroException.java
|
* Returns an array of the IBuildMacroStatus statuses this exception holds
| 0
|
* Returns an array of the IBuildMacroStatus statuses this exception holds | BuildMacroException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,658
|
BuildMacroException.java
|
* @since 3.0
| 0
|
* @since 3.0 | BuildMacroException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,660
|
BuildMacroException.java
|
@param status the status object to be associated with this exception.
| 0
|
@param status the status object to be associated with this exception. | BuildMacroException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,662
|
BuildMacroException.java
|
/**
* This exception is thrown in the case of some build macros-related operation failure
* The exception typically contains one or more IBuildMacroStatus statuses
*
* @since 3.0
* @noextend This class is not intended to be subclassed by clients.
*/
| 0
|
/**
* This exception is thrown in the case of some build macros-related operation failure
* The exception typically contains one or more IBuildMacroStatus statuses
*
* @since 3.0
* @noextend This class is not intended to be subclassed by clients.
*/ | BuildMacroException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,663
|
BuildMacroException.java
|
/**
* All serializable objects should have a stable serialVersionUID
*/
| 0
|
/**
* All serializable objects should have a stable serialVersionUID
*/ | BuildMacroException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,664
|
BuildMacroException.java
|
private static final long serialVersionUID = 3976741380246681395L;
| 0
|
private static final long serialVersionUID = 3976741380246681395L; | BuildMacroException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,665
|
MultisetTestSuiteBuilder.java
|
// We mimic the order from gen.
| 0
|
// We mimic the order from gen. | MultisetTestSuiteBuilder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,666
|
MultisetTestSuiteBuilder.java
|
@code Multiset
| 0
|
@code Multiset | MultisetTestSuiteBuilder.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,667
|
MultisetTestSuiteBuilder.java
|
* @author Jared Levy
| 0
|
* @author Jared Levy | MultisetTestSuiteBuilder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,668
|
MultisetTestSuiteBuilder.java
|
* @author Louis Wasserman
| 0
|
* @author Louis Wasserman | MultisetTestSuiteBuilder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,669
|
MultisetTestSuiteBuilder.java
|
/**
* Creates, based on your criteria, a JUnit test suite that exhaustively tests
* a {@code Multiset} implementation.
*
* @author Jared Levy
* @author Louis Wasserman
*/
| 0
|
/**
* Creates, based on your criteria, a JUnit test suite that exhaustively tests
* a {@code Multiset} implementation.
*
* @author Jared Levy
* @author Louis Wasserman
*/ | MultisetTestSuiteBuilder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,670
|
LlvmProjectNature.java
|
Contributors:
* Nokia Siemens Networks - initial implementation
* Petri Tuononen - Initial implementation
| 0
|
Contributors:
* Nokia Siemens Networks - initial implementation
* Petri Tuononen - Initial implementation | LlvmProjectNature.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,671
|
LlvmProjectNature.java
|
Implements project nature for LLVM projects.
| 0
|
Implements project nature for LLVM projects. | LlvmProjectNature.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,672
|
LlvmProjectNature.java
|
* Configure the project which have this project nature.
| 0
|
* Configure the project which have this project nature. | LlvmProjectNature.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,673
|
LlvmProjectNature.java
|
* Deconfigure those projects which have this project nature.
| 0
|
* Deconfigure those projects which have this project nature. | LlvmProjectNature.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.