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

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

# Line 712 | Line 712 | public class ArrayBlockingQueueTest exte
712      /**
713       * toArray(incompatible array type) throws ArrayStoreException
714       */
715 +    @SuppressWarnings("CollectionToArraySafeParameter")
716      public void testToArray_incompatibleArrayType() {
717          ArrayBlockingQueue<Item> q = populatedQueue(SIZE);
718          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines