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
|
|---|---|---|---|---|---|
5,103
|
TestHarFileSystemBasics.java
|
// the metadata should *not* be reused from cache:
| 0
|
// the metadata should *not* be reused from cache: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,104
|
TestHarFileSystemBasics.java
|
// init the Har:
| 0
|
// init the Har: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,105
|
TestHarFileSystemBasics.java
|
// write an unsupported version:
| 0
|
// write an unsupported version: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,106
|
TestHarFileSystemBasics.java
|
// NB: should wait at least 1 second to ensure the timestamp of the master
// index will change upon the writing, because Linux seems to update the
// file modification
// time with 1 second accuracy:
| 0
|
// NB: should wait at least 1 second to ensure the timestamp of the master
// index will change upon the writing, because Linux seems to update the
// file modification
// time with 1 second accuracy: | TestHarFileSystemBasics.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,107
|
TestHarFileSystemBasics.java
|
// ok, expected.
| 0
|
// ok, expected. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,108
|
TestHarFileSystemBasics.java
|
// ok, expected.
| 0
|
// ok, expected. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,109
|
TestHarFileSystemBasics.java
|
// now init the HarFs:
| 0
|
// now init the HarFs: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,110
|
TestHarFileSystemBasics.java
|
// delete the index file:
| 0
|
// delete the index file: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,111
|
TestHarFileSystemBasics.java
|
// Construct a valid har file system path with authority that
// contains userinfo and port. The userinfo and port are useless
// in local fs uri. They are only used to verify har file system
// can correctly preserve the information for the underlying file system.
| 0
|
// Construct a valid har file system path with authority that
// contains userinfo and port. The userinfo and port are useless
// in local fs uri. They are only used to verify har file system
// can correctly preserve the information for the underlying file system. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,112
|
TestHarFileSystemBasics.java
|
// List contents of dir, and ensure we find all expected files
| 0
|
// List contents of dir, and ensure we find all expected files | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,113
|
TestHarFileSystemBasics.java
|
// test.har has the following contents:
// dir1/1.txt
// dir1/2.txt
| 0
|
// test.har has the following contents:
// dir1/1.txt
// dir1/2.txt | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,114
|
TestHarFileSystemBasics.java
|
/ re-initialize the har file system with host name
// make sure the qualified path name does not append ":" at the end of host name
| 0
|
/ re-initialize the har file system with host name
// make sure the qualified path name does not append ":" at the end of host name | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,115
|
TestHarFileSystemBasics.java
|
// Init HarFS with no constructor arg, so that the underlying FS object
// is created on demand or got from cache in #initialize() method.
| 0
|
// Init HarFS with no constructor arg, so that the underlying FS object
// is created on demand or got from cache in #initialize() method. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,116
|
TestHarFileSystemBasics.java
|
// The first entry should not be in the cache anymore:
| 0
|
// The first entry should not be in the cache anymore: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,117
|
TestHarFileSystemBasics.java
|
// Create more hars, until the cache is full + 1; the last creation should evict the first entry from the cache
| 0
|
// Create more hars, until the cache is full + 1; the last creation should evict the first entry from the cache | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,118
|
TestHarFileSystemBasics.java
|
// the metadata should be reused from cache:
| 0
|
// the metadata should be reused from cache: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,119
|
TestHarFileSystemBasics.java
|
// Init 2nd har file system on the same underlying FS, so the
// metadata gets reused:
| 0
|
// Init 2nd har file system on the same underlying FS, so the
// metadata gets reused: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,120
|
TestHarFileSystemBasics.java
|
// the metadata should be reused from cache:
| 0
|
// the metadata should be reused from cache: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,121
|
TestHarFileSystemBasics.java
|
// Init 2nd har file system on the same underlying FS, so the
// metadata gets reused:
| 0
|
// Init 2nd har file system on the same underlying FS, so the
// metadata gets reused: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,122
|
TestHarFileSystemBasics.java
|
// check that its impossible to reset the working directory
// (#setWorkingDirectory should have no effect):
| 0
|
// check that its impossible to reset the working directory
// (#setWorkingDirectory should have no effect): | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,123
|
TestHarFileSystemBasics.java
|
// check working directory:
| 0
|
// check working directory: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,124
|
TestHarFileSystemBasics.java
|
// check Har home path:
| 0
|
// check Har home path: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,125
|
TestHarFileSystemBasics.java
|
// check Har URI:
| 0
|
// check Har URI: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,126
|
TestHarFileSystemBasics.java
|
// check Har version:
| 0
|
// check Har version: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,127
|
TestHarFileSystemBasics.java
|
// cleanup: delete all the temporary files:
| 0
|
// cleanup: delete all the temporary files: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,128
|
TestHarFileSystemBasics.java
|
// close Har FS:
| 0
|
// close Har FS: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,129
|
TestHarFileSystemBasics.java
|
// create Har to test:
| 0
|
// create Har to test: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,130
|
TestHarFileSystemBasics.java
|
// write Har version into the master index:
| 0
|
// write Har version into the master index: | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,131
|
TestHarFileSystemBasics.java
|
* creates and returns fully initialized HarFileSystem
| 0
|
* creates and returns fully initialized HarFileSystem | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,132
|
TestHarFileSystemBasics.java
|
// NB: .har suffix is necessary
| 0
|
// NB: .har suffix is necessary | TestHarFileSystemBasics.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,133
|
TestHarFileSystemBasics.java
|
// Strip drive specifier on Windows, which would make the HAR URI invalid and
// cause tests to fail.
| 0
|
// Strip drive specifier on Windows, which would make the HAR URI invalid and
// cause tests to fail. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,134
|
TestHarFileSystemBasics.java
|
This test class checks basic operations with {@link HarFileSystem} including
* various initialization cases, getters, and modification methods.
| 0
|
This test class checks basic operations with {@link HarFileSystem} including
* various initialization cases, getters, and modification methods. | TestHarFileSystemBasics.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,135
|
TestHarFileSystemBasics.java
|
NB: to run this test from an IDE make sure the folder
* "hadoop-common-project/hadoop-common/src/main/resources/" is added as a
* source path. This will allow the system to pick up the "core-default.xml" and
* "META-INF/services/..." resources from the class-path in the runtime.
| 0
|
NB: to run this test from an IDE make sure the folder
* "hadoop-common-project/hadoop-common/src/main/resources/" is added as a
* source path. This will allow the system to pick up the "core-default.xml" and
* "META-INF/services/..." resources from the class-path in the runtime. | TestHarFileSystemBasics.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,136
|
GridInlineDataDeclarativeTest.java
|
// No headers read or written
| 0
|
// No headers read or written | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,137
|
GridInlineDataDeclarativeTest.java
|
// No headers read or written
| 0
|
// No headers read or written | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,138
|
GridInlineDataDeclarativeTest.java
|
// Remove default header
| 0
|
// Remove default header | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,139
|
GridInlineDataDeclarativeTest.java
|
// Remove default header
| 0
|
// Remove default header | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,140
|
GridInlineDataDeclarativeTest.java
|
// No headers read or written
| 0
|
// No headers read or written | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,141
|
GridInlineDataDeclarativeTest.java
|
// No headers read or written
| 0
|
// No headers read or written | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,142
|
GridInlineDataDeclarativeTest.java
|
// Remove default header
| 0
|
// Remove default header | GridInlineDataDeclarativeTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,143
|
HeartbeatResponse.java
|
@link DatanodeProtocol#sendHeartbeat
| 0
|
@link DatanodeProtocol#sendHeartbeat | HeartbeatResponse.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,144
|
HeartbeatResponse.java
|
Response to {@link DatanodeProtocol#sendHeartbeat}
| 0
|
Response to {@link DatanodeProtocol#sendHeartbeat} | HeartbeatResponse.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,145
|
HeartbeatResponse.java
|
/** Commands returned from the namenode to the datanode */
| 0
|
/** Commands returned from the namenode to the datanode */ | HeartbeatResponse.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,146
|
HeartbeatResponse.java
|
/** Information about the current HA-related state of the NN */
| 0
|
/** Information about the current HA-related state of the NN */ | HeartbeatResponse.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,147
|
InvalidQueueNameException.java
|
* Thrown when Queue Name is malformed.
| 0
|
* Thrown when Queue Name is malformed. | InvalidQueueNameException.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,148
|
IStatusChangeListener.java
|
Contributors:
* IBM Corporation - initial API and implementation
* QNX Software System
| 0
|
Contributors:
* IBM Corporation - initial API and implementation
* QNX Software System | IStatusChangeListener.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,149
|
IStatusChangeListener.java
|
* Called to announce that the given status has changed.
| 0
|
* Called to announce that the given status has changed. | IStatusChangeListener.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,150
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// use published header name
| 0
|
// use published header name | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,151
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// alternate header name
| 0
|
// alternate header name | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,152
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// use any file for signature secret
| 0
|
// use any file for signature secret | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,153
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// Test that you can authenticate with only delegation tokens
// 1. Get a delegation token using Kerberos auth(this ends up
// testing the fallback authenticator)
// 2. Submit an app without kerberos or delegation-token
// - we should get an UNAUTHORIZED response
// 3. Submit same app with delegation-token
// - we should get OK response
// - confirm owner of the app is the user whose
// delegation-token we used
| 0
|
// Test that you can authenticate with only delegation tokens
// 1. Get a delegation token using Kerberos auth(this ends up
// testing the fallback authenticator)
// 2. Submit an app without kerberos or delegation-token
// - we should get an UNAUTHORIZED response
// 3. Submit same app with delegation-token
// - we should get OK response
// - confirm owner of the app is the user whose
// delegation-token we used | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,154
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// this should fail with unauthorized because only
// auth is kerberos or delegation token
| 0
|
// this should fail with unauthorized because only
// auth is kerberos or delegation token | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,155
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// this should not fail
| 0
|
// this should not fail | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,156
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// Test to make sure that cancelled delegation tokens
// are rejected
| 0
|
// Test to make sure that cancelled delegation tokens
// are rejected | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,157
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// this should fail with unauthorized because only
// auth is kerberos or delegation token
| 0
|
// this should fail with unauthorized because only
// auth is kerberos or delegation token | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,158
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// Test to make sure that we can't do delegation token
// functions using just delegation token auth
| 0
|
// Test to make sure that we can't do delegation token
// functions using just delegation token auth | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,159
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// first test create and renew
| 0
|
// first test create and renew | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,160
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// test cancel
| 0
|
// test cancel | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,161
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// Superuser "client" should be able to get a delegation token
// for user "client2" when authenticated using Kerberos
// The request shouldn't work when authenticated using DelegationTokens
| 0
|
// Superuser "client" should be able to get a delegation token
// for user "client2" when authenticated using Kerberos
// The request shouldn't work when authenticated using DelegationTokens | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,162
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// this should not work
| 0
|
// this should not work | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,163
|
TestRMWebServicesDelegationTokenAuthentication.java
|
// this should also fail due to client2 not being a super user
| 0
|
// this should also fail due to client2 not being a super user | TestRMWebServicesDelegationTokenAuthentication.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,164
|
Suite_Remote_7_8.java
|
Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
* Jonah Graham (Kichwa Coders) - Add support for gdb's "set substitute-path" (Bug 472765)
| 0
|
Contributors:
* Marc Khouzam (Ericsson) - Initial implementation of Test cases
* Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
* Jonah Graham (Kichwa Coders) - Bug 469007 - Add MIExpressionsNonStopTest_7_8 to suite
* Jonah Graham (Kichwa Coders) - Add support for gdb's "set substitute-path" (Bug 472765) | Suite_Remote_7_8.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,165
|
Suite_Remote_7_8.java
|
This class is meant to be empty. It enables us to define
* the annotations which list all the different JUnit class we
* want to run. When creating a new test class, it should be
* added to the list below.
| 0
|
This class is meant to be empty. It enables us to define
* the annotations which list all the different JUnit class we
* want to run. When creating a new test class, it should be
* added to the list below. | Suite_Remote_7_8.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,166
|
Suite_Remote_7_8.java
|
* This suite is for tests to be run with GDB 7_8
| 0
|
* This suite is for tests to be run with GDB 7_8 | Suite_Remote_7_8.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,167
|
Suite_Remote_7_8.java
|
/* Add your test class here */
| 0
|
/* Add your test class here */ | Suite_Remote_7_8.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,169
|
AsmModelBuilderTest.java
|
Tests for the default assembly model builder.
| 0
|
Tests for the default assembly model builder. | AsmModelBuilderTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,170
|
AsmModelBuilderTest.java
|
@since 5.0
| 0
|
@since 5.0 | AsmModelBuilderTest.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,171
|
RunnableFuture.java
|
Emulation of RunnableFuture.
| 0
|
Emulation of RunnableFuture. | RunnableFuture.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,172
|
ComboBoxSQLContainerFilteredValueChange.java
|
(Re)creates the test table
| 0
|
(Re)creates the test table | ComboBoxSQLContainerFilteredValueChange.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,173
|
ComboBoxSQLContainerFilteredValueChange.java
|
* Adds test data to the test table
| 0
|
* Adds test data to the test table | ComboBoxSQLContainerFilteredValueChange.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,174
|
ComboBoxSQLContainerFilteredValueChange.java
|
* @param connectionPool
| 0
|
* @param connectionPool | ComboBoxSQLContainerFilteredValueChange.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,175
|
ComboBoxSQLContainerFilteredValueChange.java
|
* @param connectionPool
| 0
|
* @param connectionPool | ComboBoxSQLContainerFilteredValueChange.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,176
|
GetClusterNodesResponse.java
|
@link NodeReport
| 0
|
@link NodeReport | GetClusterNodesResponse.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,177
|
GetClusterNodesResponse.java
|
@see NodeReport
| 0
|
@see NodeReport | GetClusterNodesResponse.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,178
|
GetClusterNodesResponse.java
|
* @see ApplicationClientProtocol#getClusterNodes(GetClusterNodesRequest)
| 0
|
* @see ApplicationClientProtocol#getClusterNodes(GetClusterNodesRequest) | GetClusterNodesResponse.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
5,179
|
GetClusterNodesResponse.java
|
<p>The response sent by the <code>ResourceManager</code> to a client
* requesting a {@link NodeReport} for all nodes.</p>
*
* <p>The <code>NodeReport</code> contains per-node information such as
* available resources, number of containers, tracking url, rack name, health
* status etc.
| 0
|
<p>The response sent by the <code>ResourceManager</code> to a client
* requesting a {@link NodeReport} for all nodes.</p>
*
* <p>The <code>NodeReport</code> contains per-node information such as
* available resources, number of containers, tracking url, rack name, health
* status etc. | GetClusterNodesResponse.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,180
|
GetClusterNodesResponse.java
|
Get <code>NodeReport</code> for all nodes in the cluster.
| 0
|
Get <code>NodeReport</code> for all nodes in the cluster. | GetClusterNodesResponse.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,181
|
GetClusterNodesResponse.java
|
* @return <code>NodeReport</code> for all nodes in the cluster
| 0
|
* @return <code>NodeReport</code> for all nodes in the cluster | GetClusterNodesResponse.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,182
|
ArithmeticProgression.java
|
/** An arithmetic progression */
| 0
|
/** An arithmetic progression */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,183
|
ArithmeticProgression.java
|
/** A symbol */
| 0
|
/** A symbol */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,184
|
ArithmeticProgression.java
|
/** Starting value */
| 0
|
/** Starting value */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,185
|
ArithmeticProgression.java
|
/** Difference between terms */
| 0
|
/** Difference between terms */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,186
|
ArithmeticProgression.java
|
/** Ending value */
| 0
|
/** Ending value */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,188
|
ArithmeticProgression.java
|
/** Not supported */
| 0
|
/** Not supported */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,189
|
ArithmeticProgression.java
|
/** Does this contain that? */
| 0
|
/** Does this contain that? */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,190
|
ArithmeticProgression.java
|
/** Skip some steps */
| 0
|
/** Skip some steps */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,191
|
ArithmeticProgression.java
|
/** Get the number of steps */
| 0
|
/** Get the number of steps */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,192
|
ArithmeticProgression.java
|
/** Convert a String to an ArithmeticProgression. */
| 0
|
/** Convert a String to an ArithmeticProgression. */ | ArithmeticProgression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,196
|
MutableRates.java
|
* Helper class to manage a group of mutable rate metrics
| 0
|
* Helper class to manage a group of mutable rate metrics | MutableRates.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,197
|
MutableRates.java
|
Initialize the registry with all the methods in a protocol
* so they all show up in the first snapshot.
* Convenient for JMX implementations.
| 0
|
Initialize the registry with all the methods in a protocol
* so they all show up in the first snapshot.
* Convenient for JMX implementations. | MutableRates.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,198
|
MutableRates.java
|
* Add a rate sample for a rate metric
| 0
|
* Add a rate sample for a rate metric | MutableRates.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,199
|
MutableRates.java
|
@param protocol the protocol class
| 0
|
@param protocol the protocol class | MutableRates.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,200
|
MutableRates.java
|
* @param name of the rate metric
| 0
|
* @param name of the rate metric | MutableRates.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,201
|
MutableRates.java
|
* @param elapsed time
| 0
|
* @param elapsed time | MutableRates.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,202
|
IASTProblemHolder.java
|
Contributors:
* John Camelon (IBM) - Initial API and implementation
| 0
|
Contributors:
* John Camelon (IBM) - Initial API and implementation | IASTProblemHolder.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
5,203
|
IASTProblemHolder.java
|
This interface represents a base interface to represent a problem owner or
* holder.
| 0
|
This interface represents a base interface to represent a problem owner or
* holder. | IASTProblemHolder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,204
|
IASTProblemHolder.java
|
* Get the problem.
| 0
|
* Get the problem. | IASTProblemHolder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,205
|
IASTProblemHolder.java
|
* Set the problem.
| 0
|
* Set the problem. | IASTProblemHolder.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
5,206
|
IASTProblemHolder.java
|
@return <code>IASTProblem</code>
| 0
|
@return <code>IASTProblem</code> | IASTProblemHolder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
5,207
|
IASTProblemHolder.java
|
@param p
* <code>IASTProblem</code>
| 0
|
@param p
* <code>IASTProblem</code> | IASTProblemHolder.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.