--- jsr166/src/test/tck/CopyOnWriteArrayListTest.java 2021/01/27 01:57:24 1.51 +++ jsr166/src/test/tck/CopyOnWriteArrayListTest.java 2021/01/27 02:55:18 1.52 @@ -616,6 +616,7 @@ public class CopyOnWriteArrayListTest ex * toArray throws an ArrayStoreException when the given array * can not store the objects inside the list */ + @SuppressWarnings("CollectionToArraySafeParameter") public void testToArray_ArrayStoreException() { List list = new CopyOnWriteArrayList<>(); // Items are not auto-converted to Longs