--- jsr166/src/test/tck/VectorTest.java 2021/01/27 01:57:25 1.12 +++ jsr166/src/test/tck/VectorTest.java 2021/01/27 02:55:18 1.13 @@ -351,6 +351,7 @@ public class VectorTest extends JSR166Te * 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 Vector<>(); // Items are not auto-converted to Longs