ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ArrayDequeTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ArrayDequeTest.java (file contents):
Revision 1.60 by jsr166, Wed Jan 27 01:57:24 2021 UTC vs.
Revision 1.61 by jsr166, Wed Jan 27 02:55:18 2021 UTC

# Line 745 | Line 745 | public class ArrayDequeTest extends JSR1
745      /**
746       * toArray(incompatible array type) throws ArrayStoreException
747       */
748 +    @SuppressWarnings("CollectionToArraySafeParameter")
749      public void testToArray_incompatibleArrayType() {
750          ArrayDeque<Item> l = new ArrayDeque<>();
751          l.add(five);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines