return inheritedAnnotations.build().stream().map(Object::toString).collect(Collectors.toList()); | return inheritedAnnotations.build().stream().map(Object::toString).collect(ImmutableList.toImmutableList()); | inheritedAnnotations.build().stream().map(Object::toString).collect(Collectors.toList()) | inheritedAnnotations.build().stream().map(Object::toString).collect(ImmutableList.toImmutableList()) | error-prone | d018bda069c529ccefff0e3dcbff7a4a98b24314 | com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer | | _1 | inheritedAnnotations |
---|
_2 | inheritedAnnotations |
---|
| v0 | inheritedAnnotations.build().stream().map(Object::toString) |
---|
| | v0 | inheritedAnnotations.build().stream().map(Object::toString) |
---|
| Returns | True |