LOG.info(STR0 + runCount.intValue()); | LOG.info(STR0 + runCount); | runCount.intValue() | runCount | hadoop | bee9f57f5ca9f037ade932c6fd01b0dad47a1296 | org.apache.hadoop.hdfs.server.diskbalancer.TestDiskBalancerWithMockMover.TestMover | | | | | | Uses | True |
return SourceVersion.valueOf(majorVersion.intValue()); | return SourceVersion.valueOf(majorVersion); | majorVersion.intValue() | majorVersion | j2objc | c025bffe13d3184a9e802795d844fa0af4bd1c45 | com.google.devtools.j2objc.util.SourceVersion | | _1 | majorVersion |
---|
_2 | majorVersion |
---|
| | | | Uses | True |
dest.writeInt(mIntProp.intValue()); | dest.writeInt(mIntProp); | mIntProp.intValue() | mIntProp | platform_frameworks_base | ba6b4b400d850ba18fcb9d5bf9789d490f390acc | android.media.audiopolicy.AudioMixingRule.AttributeMatchCriterion | | | | | | Uses | True |
PoolImpl p=(PoolImpl)PoolManager.createFactory().addServer(host,port1.intValue()).setSubscriptionEnabled(false).setThreadLocalConnections(true).setMinConnections(1).setReadTimeout(20000).setPingInterval(10000).setRetryAttempts(1).create(STR0); | PoolImpl pool=(PoolImpl)PoolManager.createFactory().addServer(host,port).setSubscriptionEnabled(false).setThreadLocalConnections(true).setMinConnections(1).setReadTimeout(20000).setPingInterval(10000).setRetryAttempts(1).create(getClass().getSimpleName()); | port1.intValue() | port1 | geode | e55082a280ad65d47933400dcc4a575834fe7cae | org.apache.geode.cache.CacheRegionClearStatsDUnitTest | | | | | | Uses | True |
PoolImpl p=(PoolImpl)PoolManager.createFactory().addServer(host,port1.intValue()).setSubscriptionEnabled(false).setThreadLocalConnections(true).setMinConnections(1).setReadTimeout(20000).setPingInterval(10000).setRetryAttempts(1).create(STR0); | PoolImpl pool=(PoolImpl)PoolManager.createFactory().addServer(host,port).setSubscriptionEnabled(false).setThreadLocalConnections(true).setMinConnections(1).setReadTimeout(20000).setPingInterval(10000).setRetryAttempts(1).create(getClass().getSimpleName()); | port1.intValue() | port1 | geode | e55082a280ad65d47933400dcc4a575834fe7cae | org.apache.geode.cache.CacheRegionClearStatsDUnitTest | | | | | | Uses | True |
executors.execute(new Runnable(){ public void run(){ try { for (int j=0; j < SIZE / POOL; j++) { producer.sendBody(STR0,STR1 + idx.intValue() * j + j); } } finally { latch.countDown(); } }}); | executors.execute(new Runnable(){ public void run(){ try { for (int j=0; j < SIZE / POOL; j++) { producer.sendBody(STR0,STR1 + idx * j + j); } } finally { latch.countDown(); } }}); | idx.intValue() | idx | camel | 06f0a6c0974ae98cd2680ab06d73a6cac699551e | org.apache.camel.example.client.CamelClient | | | | | | Uses | True |
Pool p=PoolManager.createFactory().addServer(host,port1.intValue()).addServer(host,port2.intValue()).setSubscriptionEnabled(true).setMinConnections(4).create(STR0); | Pool pool=PoolManager.createFactory().addServer(hostName,port1).addServer(hostName,port2).setSubscriptionEnabled(true).setMinConnections(4).create(uniqueName); | port2.intValue() | port2 | geode | 3968b947adca6e88b5edc3478d32b54432577941 | org.apache.geode.internal.cache.tier.sockets.Bug36457DUnitTest | | | | | | Uses | True |
Pool p=PoolManager.createFactory().addServer(host,port1.intValue()).addServer(host,port2.intValue()).setSubscriptionEnabled(true).setMinConnections(4).create(STR0); | Pool pool=PoolManager.createFactory().addServer(hostName,port1).addServer(hostName,port2).setSubscriptionEnabled(true).setMinConnections(4).create(uniqueName); | port1.intValue() | port1 | geode | 3968b947adca6e88b5edc3478d32b54432577941 | org.apache.geode.internal.cache.tier.sockets.Bug36457DUnitTest | | | | | | Uses | True |
if((expectedResult.intValue() == NOTAUTHZ_EXCEPTION) && (ex.getCause() instanceof NotAuthorizedException)) | if((expectedResult == NOTAUTHZ_EXCEPTION) && (ex.getCause() instanceof NotAuthorizedException)) | expectedResult.intValue() | expectedResult | geode | 22ca5ef829fee20024d44264b3839ee745916975 | com.gemstone.gemfire.security.SecurityTestUtil | | _1 | expectedResult |
---|
_2 | expectedResult |
---|
| | | | Uses | True |
if((expectedResult.intValue() == NOTAUTHZ_EXCEPTION) && (ex.getCause() instanceof NotAuthorizedException)) | if((expectedResult == NOTAUTHZ_EXCEPTION) && (ex.getCause() instanceof NotAuthorizedException)) | expectedResult.intValue() | expectedResult | geode | 22ca5ef829fee20024d44264b3839ee745916975 | com.gemstone.gemfire.security.SecurityTestUtil | | _1 | expectedResult |
---|
_2 | expectedResult |
---|
| | | | Uses | True |