// "Replace iteration with bulk 'Collection.addAll' call" "true" import java.util.*; public class Collect { class Person {} void collectNames(List persons){ List names = new ArrayList<>(); for(int i = 0; iadd(p); } } }