spawnResults = ImmutableSet.of(spawnResult) | spawnResults = ImmutableList.of(spawnResult) | ImmutableSet.of(spawnResult) | ImmutableList.of(spawnResult) | bazel | 7967f3387e63723bb36b974f83a816265d404c38 | com.google.devtools.build.lib.actions.ActionResultTest | | _1 | spawnResults |
---|
_2 | spawnResults |
---|
| | - com.google.common.collect.ImmutableList
| | AssignedTo | True |
spawnResults=ImmutableSet.of(e.getSpawnResult()); | spawnResults=ImmutableList.of(e.getSpawnResult()); | ImmutableSet.of(e.getSpawnResult()) | ImmutableList.of(e.getSpawnResult()) | bazel | 7967f3387e63723bb36b974f83a816265d404c38 | com.google.devtools.build.lib.exec.StandaloneTestStrategy | | _1 | spawnResults |
---|
_2 | spawnResults |
---|
| | - com.google.common.collect.ImmutableList
| | AssignedTo | True |
return ImmutableSet.of(spawnResult); | return ImmutableList.of(spawnResult); | ImmutableSet.of(spawnResult) | ImmutableList.of(spawnResult) | bazel | 7967f3387e63723bb36b974f83a816265d404c38 | com.google.devtools.build.lib.exec.AbstractSpawnStrategy | | | | - com.google.common.collect.ImmutableList
| | Returns | True |
return ImmutableSet.of(Iterables.getFirst(results,null)); | return ImmutableList.of(Iterables.getFirst(results,null)); | ImmutableSet.of(Iterables.getFirst(results,null)) | ImmutableList.of(Iterables.getFirst(results,null)) | bazel | 0bd2102ea33f8c1bc40fbfb2acabcd46895011f3 | com.google.devtools.build.lib.rules.ExternalPackageUtil | | | v0 | Iterables.getFirst(results,null) |
---|
| - com.google.common.collect.ImmutableList
| v0 | Iterables.getFirst(results,null) |
---|
| Returns | True |