return PythonPackageComponents.of(modules.build(),resources.build(),nativeLibraries.build(),prebuiltLibraries.build(),zipSafe); | return PythonPackageComponents.of(ImmutableMap.copyOf(modules),ImmutableMap.copyOf(resources),ImmutableMap.copyOf(nativeLibraries),ImmutableSet.copyOf(prebuiltLibraries),zipSafe); | nativeLibraries.build() | ImmutableMap.copyOf(nativeLibraries) | buck | 6838deae4369b83ba7456576a69f8addaa9c78b1 | com.facebook.buck.python.AbstractPythonPackageComponents.Builder | | _1 | nativeLibraries |
---|
_2 | nativeLibraries |
---|
| | - com.google.common.collect.ImmutableMap
| | Uses | True |
return PythonPackageComponents.of(modules.build(),resources.build(),nativeLibraries.build(),prebuiltLibraries.build(),zipSafe); | return PythonPackageComponents.of(ImmutableMap.copyOf(modules),ImmutableMap.copyOf(resources),ImmutableMap.copyOf(nativeLibraries),ImmutableSet.copyOf(prebuiltLibraries),zipSafe); | resources.build() | ImmutableMap.copyOf(resources) | buck | 6838deae4369b83ba7456576a69f8addaa9c78b1 | com.facebook.buck.python.AbstractPythonPackageComponents.Builder | | | | - com.google.common.collect.ImmutableMap
| | Uses | True |
return PythonPackageComponents.of(modules.build(),resources.build(),nativeLibraries.build(),prebuiltLibraries.build(),zipSafe); | return PythonPackageComponents.of(ImmutableMap.copyOf(modules),ImmutableMap.copyOf(resources),ImmutableMap.copyOf(nativeLibraries),ImmutableSet.copyOf(prebuiltLibraries),zipSafe); | modules.build() | ImmutableMap.copyOf(modules) | buck | 6838deae4369b83ba7456576a69f8addaa9c78b1 | com.facebook.buck.python.AbstractPythonPackageComponents.Builder | | | | - com.google.common.collect.ImmutableMap
| | Uses | True |
return new Variables(variables.build(),expandables.build()); | return new Variables(ImmutableMap.copyOf(variables),ImmutableMap.copyOf(expandables)); | expandables.build() | ImmutableMap.copyOf(expandables) | bazel | b6fd4ed25b6201eaaabb14c389c02819184ad4a6 | com.google.devtools.build.lib.rules.cpp.CcToolchainFeatures.Variables.Builder | | _1 | expandables |
---|
_2 | expandables |
---|
| | - com.google.common.collect.ImmutableMap
| | Uses | True |
nativeOptionsParser.setStarlarkOptions(parsedOptions.build()); | nativeOptionsParser.setStarlarkOptions(ImmutableMap.copyOf(parsedOptions)); | parsedOptions.build() | ImmutableMap.copyOf(parsedOptions) | bazel | a13f590b69bcbcaa10b1a49bfd9a4607dfbd8f47 | com.google.devtools.build.lib.runtime.StarlarkOptionsParser | | _1 | parsedOptions |
---|
_2 | parsedOptions |
---|
| | - com.google.common.collect.ImmutableMap
| | Uses | True |