| return new ArrayList<>(effectivePolicy.values()); | return ImmutableList.copyOf(effectivePolicy.values()); | new ArrayList<>(effectivePolicy.values()) | ImmutableList.copyOf(effectivePolicy.values()) | bazel | 7c7255ec8d6da20526c2c4078c57aadaf3dd3612 | com.google.devtools.common.options.InvocationPolicyEnforcer | | | _1 | getEffectivePolicy |
|---|
| _2 | getEffectivePolicies |
|---|
| | v0 | effectivePolicy.values() |
|---|
| - com.google.common.collect.ImmutableList
- java.util.ArrayList
| | v0 | effectivePolicy.values() |
|---|
| Returns | True |