-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b15
-
generic
-
generic
-
Verified
According to the specification for BlockingQueue.drainTo(Collection c, int maxElements), this method should return "the number of elements transferred". However the implementation of this method for LinkedBlockingQueue and LinkedBlockingDeque when given a negative number returns the given negative number.