|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueRemoveAll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueRetainAll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueContains() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue : RBlockingFairQueue<String> to queue : RBlockingQueue<String> in method public testDealyedQueuePoll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueReadAll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueuePollLastAndOfferFirstTo() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type blockingFairQueue : RBlockingFairQueue<String> to blockingFairQueue : RBlockingQueue<String> in method public testRemove() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue : RBlockingFairQueue<String> to queue : RBlockingQueue<String> in method public testDealyedQueue() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type blockingFairQueue : RBlockingFairQueue<String> to blockingFairQueue : RBlockingQueue<String> in method public testRemoveAll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueuePeek() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueRemove() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue : RBlockingFairQueue<String> to queue : RBlockingQueue<String> in method public testDelayedQueueOrder() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |
|
Change Variable Type queue1 : RBlockingFairQueue<Integer> to queue1 : RBlockingQueue<Integer> in method public testDealyedQueueContainsAll() : void in class org.redisson.RedissonDelayedQueueTest |
From |
To |