args.add(STR0).add(optimizationPasses.get().toString()); | args.add(STR0).add(String.valueOf(optimizationPasses.getAsInt())); | optimizationPasses.get() | optimizationPasses.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.android.ProGuardObfuscateStep.CommandLineHelperStep | | _1 | optimizationPasses |
---|
_2 | optimizationPasses |
---|
| | | | Uses | True |
return Optional.of(new WebServer(port.get(),filesystem)); | return Optional.of(new WebServer(port.getAsInt(),filesystem)); | port.get() | port.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.cli.Daemon | | | | | | Uses | True |
return cachedHashCode.get(); | return cachedHashCode.getAsInt(); | cachedHashCode.get() | cachedHashCode.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.core.model.targetgraph.TargetGraph | | _1 | cachedHashCode |
---|
_2 | cachedHashCode |
---|
| | | | Uses | True |
newThread.setPriority(optionalPriority.get()); | newThread.setPriority(optionalPriority.getAsInt()); | optionalPriority.get() | optionalPriority.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.log.CommandThreadFactory | | _1 | optionalPriority |
---|
_2 | optionalPriority |
---|
| | | | Uses | True |
Files.write(filePath,String.valueOf(port.get()).getBytes(StandardCharsets.UTF_8)); | Files.write(filePath,String.valueOf(port.getAsInt()).getBytes(StandardCharsets.UTF_8)); | port.get() | port.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.httpserver.WebServer | | | | | | Uses | True |
LOG.debug(STR0,port.get()); | LOG.debug(STR0,port.getAsInt()); | port.get() | port.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.httpserver.WebServer | | | | | | Uses | True |
columns.add(String.format(locale,STR0 + convertToAllCapsIfNeeded(STR1),numRulesCompleted.get(),ruleCount.get())); | columns.add(String.format(locale,STR0 + convertToAllCapsIfNeeded(STR1),numRulesCompleted.get(),ruleCount.getAsInt())); | ruleCount.get() | ruleCount.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.event.listener.AbstractConsoleEventBusListener | | | | | | Uses | True |
finishedStats.setExitCode(exitCode.get()); | finishedStats.setExitCode(exitCode.getAsInt()); | exitCode.get() | exitCode.getAsInt() | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.event.listener.DistBuildSlaveEventBusListener | | | | | | Uses | True |
this.probeHashBlock=hashChannel.isPresent() ? Optional.of(page.getBlock(hashChannel.get())) : Optional.empty(); | this.probeHashBlock=probeHashChannel.isPresent() ? Optional.of(page.getBlock(probeHashChannel.getAsInt())) : Optional.empty(); | hashChannel.get() | hashChannel.getAsInt() | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.operator.SimpleJoinProbe | | _1 | hashChannel |
---|
_2 | probeHashChannel |
---|
| | | | Uses | True |
return channelBuilders.get(precomputedHashChannel.get()).get(sliceIndex).getLong(position,0); | return channelBuilders.get(precomputedHashChannel.getAsInt()).get(sliceIndex).getLong(position,0); | precomputedHashChannel.get() | precomputedHashChannel.getAsInt() | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.operator.MultiChannelGroupByHash | | _1 | precomputedHashChannel |
---|
_2 | precomputedHashChannel |
---|
| TCIVar | precomputedHashChannel |
---|
| | TCIVar | precomputedHashChannel |
---|
| Uses | True |
BIGINT.writeLong(currentPageBuilder.getBlockBuilder(precomputedHashChannel.get()),rawHash); | BIGINT.writeLong(currentPageBuilder.getBlockBuilder(precomputedHashChannel.getAsInt()),rawHash); | precomputedHashChannel.get() | precomputedHashChannel.getAsInt() | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.operator.MultiChannelGroupByHash | | _1 | precomputedHashChannel |
---|
_2 | precomputedHashChannel |
---|
| TCIVar | precomputedHashChannel |
---|
| | TCIVar | precomputedHashChannel |
---|
| Uses | True |