| executionEndOrder=Optional.of(atomicExecutionOrder.getAndIncrement()); | executionEndOrder=OptionalInt.of(atomicExecutionOrder.getAndIncrement()); | Optional.of(atomicExecutionOrder.getAndIncrement()) | OptionalInt.of(atomicExecutionOrder.getAndIncrement()) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.step.ExecutionOrderAwareFakeStep | | | _1 | executionEndOrder |
|---|
| _2 | executionEndOrder |
|---|
| | v0 | atomicExecutionOrder.getAndIncrement() |
|---|
| | | v0 | atomicExecutionOrder.getAndIncrement() |
|---|
| AssignedTo | True |
| executionBeginOrder=Optional.of(atomicExecutionOrder.getAndIncrement()); | executionBeginOrder=OptionalInt.of(atomicExecutionOrder.getAndIncrement()); | Optional.of(atomicExecutionOrder.getAndIncrement()) | OptionalInt.of(atomicExecutionOrder.getAndIncrement()) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.step.ExecutionOrderAwareFakeStep | | | _1 | executionBeginOrder |
|---|
| _2 | executionBeginOrder |
|---|
| | v0 | atomicExecutionOrder.getAndIncrement() |
|---|
| | | v0 | atomicExecutionOrder.getAndIncrement() |
|---|
| AssignedTo | True |
| webServerPort=Optional.of(9000); | webServerPort=OptionalInt.of(9000); | Optional.of(9000) | OptionalInt.of(9000) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.cli.ServerStatusCommandTest | | | _1 | webServerPort |
|---|
| _2 | webServerPort |
|---|
| | | | AssignedTo | True |
| webServerPort=Optional.of(9000); | webServerPort=OptionalInt.of(9000); | Optional.of(9000) | OptionalInt.of(9000) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.cli.ServerStatusCommandTest | | | _1 | webServerPort |
|---|
| _2 | webServerPort |
|---|
| | | | AssignedTo | True |
| totalMinionCount=Optional.of(DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements())); | totalMinionCount=OptionalInt.of(DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements())); | Optional.of(DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements())) | OptionalInt.of(DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements())) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.distributed.build_slave.CoordinatorEventListener | | | _1 | totalMinionCount |
|---|
| _2 | totalMinionCount |
|---|
| | v0 | DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements()) |
|---|
| | | v0 | DistBuildUtil.countMinions(buildModeInfo.getMinionRequirements()) |
|---|
| AssignedTo | True |
| ruleCount=Optional.of(calculated.getNumRules()); | ruleCount=OptionalInt.of(calculated.getNumRules()); | Optional.of(calculated.getNumRules()) | OptionalInt.of(calculated.getNumRules()) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.event.listener.AbstractConsoleEventBusListener | | | | v0 | calculated.getNumRules() |
|---|
| | | v0 | calculated.getNumRules() |
|---|
| AssignedTo | True |
| ruleCount=Optional.of(updated.getNumRules()); | ruleCount=OptionalInt.of(updated.getNumRules()); | Optional.of(updated.getNumRules()) | OptionalInt.of(updated.getNumRules()) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.event.listener.AbstractConsoleEventBusListener | | | | | | AssignedTo | True |
| port=Optional.of(((ServerConnector)connector).getLocalPort()); | port=OptionalInt.of(((ServerConnector)connector).getLocalPort()); | Optional.of(((ServerConnector)connector).getLocalPort()) | OptionalInt.of(((ServerConnector)connector).getLocalPort()) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.httpserver.WebServer | | | | v0 | ((ServerConnector)connector).getLocalPort() |
|---|
| | | v0 | ((ServerConnector)connector).getLocalPort() |
|---|
| AssignedTo | True |
| return Optional.of((int)value); | return OptionalInt.of((int)value); | Optional.of((int)value) | OptionalInt.of((int)value) | buck | 419c18025998e57d3a1e89c7ff19d90d29d1f00c | com.facebook.buck.event.listener.SuperConsoleConfig | | | _1 | getPositiveInt |
|---|
| _2 | getPositiveInt |
|---|
| | | | Returns | True |
| hashChannel=Optional.of(2); | hashChannel=OptionalInt.of(2); | Optional.of(2) | OptionalInt.of(2) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.sql.gen.TestJoinProbeCompiler | | | _1 | hashChannel |
|---|
| _2 | hashChannel |
|---|
| | | | AssignedTo | True |
| hashChannel=Optional.of(6); | hashChannel=OptionalInt.of(6); | Optional.of(6) | OptionalInt.of(6) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.sql.gen.TestJoinCompiler | | | _1 | hashChannel |
|---|
| _2 | hashChannel |
|---|
| | | | AssignedTo | True |
| hashChannel=Optional.of(1); | hashChannel=OptionalInt.of(1); | Optional.of(1) | OptionalInt.of(1) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.sql.gen.TestJoinCompiler | | | _1 | hashChannel |
|---|
| _2 | hashChannel |
|---|
| | | | AssignedTo | True |
| this.precomputedHashChannel=Optional.of(hashChannels.length); | this.precomputedHashChannel=OptionalInt.of(hashChannels.length); | Optional.of(hashChannels.length) | OptionalInt.of(hashChannels.length) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.operator.MultiChannelGroupByHash | | | _1 | precomputedHashChannel |
|---|
| _2 | precomputedHashChannel |
|---|
| | | | AssignedTo | True |
| hashChannel=Optional.of(2); | hashChannel=OptionalInt.of(2); | Optional.of(2) | OptionalInt.of(2) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.benchmark.HashBuildAndJoinBenchmark | | | _1 | hashChannel |
|---|
| _2 | hashChannel |
|---|
| | | | AssignedTo | True |
| hashChannel=Optional.of(2); | hashChannel=OptionalInt.of(2); | Optional.of(2) | OptionalInt.of(2) | presto | 3ed413c9760c7e0e9a18ae0ab8c7cb21827a5415 | com.facebook.presto.benchmark.HashBuildAndJoinBenchmark | | | _1 | hashChannel |
|---|
| _2 | hashChannel |
|---|
| | | | AssignedTo | True |
| return Optional.of(numberOfReplicas); | return OptionalInt.of(numberOfReplicas); | Optional.of(numberOfReplicas) | OptionalInt.of(numberOfReplicas) | crate | 9762fa550ff559e702a452b50f4c34846d68643d | org.elasticsearch.cluster.metadata.AutoExpandReplicas | | | _1 | getDesiredNumberOfReplicas |
|---|
| _2 | getDesiredNumberOfReplicas |
|---|
| | | | Returns | True |