annotations = new ArrayList<>(annotationMirrors.size()) | annotations = ImmutableList.builder() | new ArrayList<>(annotationMirrors.size()) | ImmutableList.builder() | error-prone | f8db75144462c034a929ffaddcec95ff860a4b67 | com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer.ClassAndMethod | | _1 | annotations |
---|
_2 | annotations |
---|
| xyz | new ArrayList<>(annotationMirrors.size()) |
---|
| - com.google.common.collect.ImmutableList
- java.util.ArrayList
| xyz | ImmutableList.builder() |
---|
| AssignedTo | False |