return ImmutableList.of(outputPath); | return ImmutableSet.of(outputPath); | ImmutableList.of(outputPath) | ImmutableSet.of(outputPath) | bazel | 182be8376e01687de6861effd76a462b1d7a7498 | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.OutputSymlink | | _1 | getLinkPaths |
---|
_2 | getLinkPaths |
---|
| | - com.google.common.collect.ImmutableSet
| | Returns | True |
return ImmutableList.of(execRoot); | return ImmutableSet.of(execRoot); | ImmutableList.of(execRoot) | ImmutableSet.of(execRoot) | bazel | 182be8376e01687de6861effd76a462b1d7a7498 | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.ExecRootSymlink | | _1 | getLinkPaths |
---|
_2 | getLinkPaths |
---|
| | - com.google.common.collect.ImmutableSet
| | Returns | True |
columns = ImmutableList.of(column) | columns = ImmutableSet.of(column) | ImmutableList.of(column) | ImmutableSet.of(column) | presto | dfb0423219192c4da62ac276b76e8f755e6654c7 | com.facebook.presto.decoder.raw.TestRawDecoder | | | | - com.google.common.collect.ImmutableSet
| | AssignedTo | True |