|
Change Variable Type full : CopyOnWriteArrayList to full : Collection<Integer> in method public testToArray() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Variable Type task : PublicFutureTask to f : Future<?> in method package checkNotDone(f Future<?>) : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll3() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type wt : Thread to wt : ForkJoinWorkerThread in method private tryTerminate(now boolean, enable boolean) : int in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Change Variable Type ks : KeySet<K> to ks : KeySet<K,V> in method public keySet() : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testIteratorRemove() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection<Integer> in method public testToArray() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type q : Index<K,V> to cmp : Comparator<? super K> in method private findNode(key Object) : Node<K,V> in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Change Variable Type q : ArrayBlockingQueue to q : ArrayBlockingQueue<Integer> in method private populatedQueue(n int) : ArrayBlockingQueue<Integer> in class jsr166.ArrayBlockingQueueTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny3() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAnyNullTimeUnit() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type vs : Values<V> to vs : Values<K,V> in method public values() : Collection<V> in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Change Variable Type callable : TrackedCallable to task : Callable in method public testSchedule1() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetPoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll3() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type q : LinkedBlockingQueue to q : BlockingQueue in method public testRemainingCapacity() : void in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Set in method public testAdd2() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type n : Node<K,V> to v : V in method public next() : V in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator |
From |
To |
|
Change Variable Type empty : CopyOnWriteArraySet to empty : Collection in method public testSize() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type q : ArrayBlockingQueue to q : BlockingQueue in method public testRemainingCapacity() : void in class jsr166.ArrayBlockingQueueTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type e : Map.Entry<E,?> to e : Map.Entry<K,V> in method public pollLast() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Set in method public testAddAll2() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type a : ForkJoinTask<?>[] to thread : ForkJoinWorkerThread in method package runTask(task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny3() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAnyNullTimeUnit() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type i : int to offset : long in method private helpStealer(w WorkQueue, task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Set in method public testAddAll() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type task : FutureTask to task : PublicFutureTask in method public testCancelBeforeRun() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type e : Map.Entry<E,?> to e : Map.Entry<K,V> in method public pollFirst() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection<Integer> in method public testToArray2() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection<Integer> in method public testIterator() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminated() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny3() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type q : LinkedBlockingQueue to q : LinkedBlockingQueue<Integer> in method private populatedQueue(n int) : LinkedBlockingQueue<Integer> in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type a : CopyOnWriteArrayList to a : CopyOnWriteArrayList<Integer> in method package populatedArray(n int) : CopyOnWriteArrayList<Integer> in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Variable Type q : LinkedList to q : LinkedList<Integer> in method private populatedQueue(n int) : LinkedList<Integer> in class jsr166.LinkedListTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Set in method public testAdd3() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type a : CopyOnWriteArraySet to a : CopyOnWriteArraySet<Integer> in method package populatedSet(n int) : CopyOnWriteArraySet<Integer> in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type q : PriorityQueue to q : PriorityQueue<Integer> in method private populatedQueue(n int) : PriorityQueue<Integer> in class jsr166.PriorityQueueTest |
From |
To |
|
Change Variable Type p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCorePoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type q : CopyOnWriteArrayList to x : List in method public testSerialization() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Variable Type task : FutureTask to task : PublicFutureTask in method public testCancelAfterRun() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type runnable : TrackedShortRunnable to task : Runnable in method public testExecute() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type mr : TrackedLongRunnable to blocker : Runnable in method public testSaturatedExecute2() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testSize() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testContains() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type j : int to offset : long in method package poll() : ForkJoinTask<?> in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testToString() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetTaskCount() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type ks : KeySet<K> to ks : KeySet<K,V> in method public navigableKeySet() : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll3() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testClear() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll3() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArrayList to full : Collection<Integer> in method public testToArray2() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type q : LinkedBlockingQueue to q : LinkedBlockingQueue<Integer> in method public testTimedPoll() : void in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminating() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type p2 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetLargestPoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type p2 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCompletedTaskCount() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type ft : FutureTask to task : PublicFutureTask in method public testTimedGet_ExecutionException2() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type q : LinkedBlockingQueue to q : LinkedBlockingQueue<Integer> in method public testToArray2() : void in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Change Variable Type c : long to rs : int in method public isTerminating() : boolean in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAll5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAllNullTimeUnit() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type r : CopyOnWriteArrayList to y : List in method public testSerialization() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll3() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAllNullTimeUnit() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAllNullTimeUnit() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type ks : KeySet<K> to ks : KeySet<K,V> in method public keySet() : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.SubMap |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testRemove() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAnyNullTimeUnit() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Set in method public testRemoveAll() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type full : CopyOnWriteArraySet to full : Collection in method public testContainsAll() : void in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Variable Type task : FutureTask to task : PublicFutureTask in method public testCancelBeforeRun2() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type oldj : int to offset : long in method package growArray() : ForkJoinTask<?>[] in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Change Variable Type ft : FutureTask to task : PublicFutureTask in method public testTimedGet_Cancellation(mayInterruptIfRunning boolean) : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type counter : RunnableCounter to task : Runnable in method public testFixedDelaySequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testTimedInvokeAny5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type n : int to checkSum : long in method private tryTerminate(now boolean, enable boolean) : int in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Change Variable Type p : ThreadPoolExecutor to p : ExecutorService in method public testInterruptedSubmit() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Change Variable Type q : PriorityQueue to q : PriorityQueue<Integer> in method public testToArray2() : void in class jsr166.PriorityQueueTest |
From |
To |
|
Change Variable Type task : FutureTask to task : PublicFutureTask in method public testIsDone() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAll3() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Change Variable Type task : FutureTask to f : Future<T> in method package checkCompletedNormally(f Future<T>, expected T) : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type q : LinkedList to q : LinkedList<Integer> in method public testToArray2() : void in class jsr166.LinkedListTest |
From |
To |
|
Change Variable Type ks : KeySet<K> to ks : KeySet<K,V> in method public navigableKeySet() : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.SubMap |
From |
To |
|
Change Variable Type ft : FutureTask to task : PublicFutureTask in method public testGet_ExecutionException() : void in class jsr166.FutureTaskTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny3() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type l : ArrayList<Callable<String>> to l : List<Callable<String>> in method public testInvokeAny4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Variable Type counter : RunnableCounter to task : Runnable in method public testFixedRateSequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable I : Integer to x : Integer in method public testRemoveAll() : void in class jsr166.LinkedListTest |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testScheduleAtFixedRate1_RejectedExecutionException() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable callable : TrackedCallable to task : Callable in method public testSchedule1() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable rs : String to runState : String in method public toString() : String in class java.util.concurrent.ThreadPoolExecutor |
From |
To |
|
Rename Variable tf : ThreadFactory to threadFactory : ThreadFactory in method public testGetThreadFactory() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testRemove() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable a : ForkJoinTask<?>[] to thread : ForkJoinWorkerThread in method package runTask(task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable tf : ThreadFactory to threadFactory : ThreadFactory in method public testSetThreadFactory() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable m : int to wl : int in method package commonSubmitterQueue() : WorkQueue in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable I : Integer to x : Integer in method public testRemoveAll() : void in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule1() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testScheduleNull() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testKeepAliveTimeIllegalArgumentException() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCompletedTaskCount() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminating() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p2 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCompletedTaskCount() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable mr : TrackedLongRunnable to blocker : Runnable in method public testSaturatedExecute2() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule3_RejectedExecutionException() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable h : RejectedExecutionHandler to handler : RejectedExecutionHandler in method public testGetRejectedExecutionHandler() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule3() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable ft : FutureTask to task : PublicFutureTask in method public testTimedGet_ExecutionException2() : void in class jsr166.FutureTaskTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Rename Variable i : int to offset : long in method private helpStealer(w WorkQueue, task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule2_RejectedExecutionException() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable n : int to checkSum : long in method private tryTerminate(now boolean, enable boolean) : int in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule1_RejectedExecutionException() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testExecute() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable ft : FutureTask to task : PublicFutureTask in method public testGet_ExecutionException() : void in class jsr166.FutureTaskTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminated() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testSchedule5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testPrestartCoreThread() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable m : int to al : int in method package isEmpty() : boolean in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable n : Node<K,V> to v : V in method public next() : V in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator |
From |
To |
|
Rename Variable k : int to c : int in method private doPut(key K, value V, onlyIfAbsent boolean) : V in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testMaximumPoolSizeIllegalArgumentException2() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetActiveCount() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable m : int to al : int in method package pop() : ForkJoinTask<?> in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetQueue() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable ps : int to rs : int in method package externalPush(task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable c : long to rs : int in method public isTerminating() : boolean in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetTaskCount() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable tf : ThreadFactory to threadFactory : ThreadFactory in method public testGetThreadFactory() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetPoolSize() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledExecutorService to p : ScheduledExecutorService in method public testNewSingleThreadScheduledExecutor() : void in class jsr166.ExecutorsTest |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testExecuteNull() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable t0 : long to startTime : long in method public realRun() : void in class jsr166.LinkedTransferQueueTest.testTimedPollAfterInterrupt.t.newStartedThread |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testRemove() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable oldj : int to offset : long in method package growArray() : ForkJoinTask<?>[] in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testPurge() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable ft : FutureTask to task : PublicFutureTask in method public testTimedGet_Cancellation(mayInterruptIfRunning boolean) : void in class jsr166.FutureTaskTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCorePoolSize() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable j : int to offset : long in method package poll() : ForkJoinTask<?> in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testRejectedExecutionExceptionOnShutdown() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testIsShutdown() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testMaximumPoolSizeIllegalArgumentException() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetMaximumPoolSize() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable t0 : long to startTime : long in method public testTryTransfer8() : void in class jsr166.LinkedTransferQueueTest |
From |
To |
|
Rename Variable q : CopyOnWriteArrayList to x : List in method public testSerialization() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Rename Variable q : Index<K,V> to cmp : Comparator<? super K> in method private findNode(key Object) : Node<K,V> in class java.util.concurrent.ConcurrentSkipListMap |
From |
To |
|
Rename Variable ne : int to ns : int in method package signalWork() : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetLargestPoolSize() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetKeepAliveTime() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable h : ScheduledFuture to periodicTask : ScheduledFuture in method public testFixedRateSequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsShutdown() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable counter : RunnableCounter to task : Runnable in method public testFixedDelaySequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable w : WorkQueue to v : WorkQueue in method package signalWork() : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testFixedDelaySequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminating() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll4() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testExecuteNull() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable e : int to sp : int in method package signalWork() : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll4() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable h : ScheduledFuture to f : ScheduledFuture in method public testSchedule4() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable ft : FutureTask to task : FutureTask in method public testGet_TimeoutException() : void in class jsr166.FutureTaskTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable I : Integer to x : Integer in method public testRemoveAll() : void in class jsr166.ArrayBlockingQueueTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetCorePoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable runnable : TrackedShortRunnable to task : Runnable in method public testExecute() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p2 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetLargestPoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable k : int to j : int in method private compareSets(snapshot Object[], set Set<?>) : int in class java.util.concurrent.CopyOnWriteArraySet |
From |
To |
|
Rename Variable h : ScheduledFuture to f : ScheduledFuture in method public testSchedule5() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable counter : RunnableCounter to task : Runnable in method public testFixedRateSequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable I : Integer to x : Integer in method public testRemoveAll() : void in class jsr166.PriorityQueueTest |
From |
To |
|
Rename Variable m : int to al : int in method package peek() : ForkJoinTask<?> in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable r : CopyOnWriteArrayList to y : List in method public testSerialization() : void in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Rename Variable se : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testScheduleWithFixedDelay1_RejectedExecutionException() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable j : long to offset : long in method package pop() : ForkJoinTask<?> in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testGetQueue() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable md : int to ns : int in method package runTask(task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable r : int to i : int in method package registerWorker(wt ForkJoinWorkerThread) : WorkQueue in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable h : RejectedExecutionHandler to handler : RejectedExecutionHandler in method public testSetRejectedExecutionHandler() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetTaskCount() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable tpe : ExtendedTPE to p : ExtendedTPE in method public testTerminated() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p2 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testPrestartAllCoreThreads() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ThreadPoolExecutor in method public testGetPoolSize() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable tpe : ExtendedTPE to p : ExtendedTPE in method public testBeforeAfter() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable m : int to wl : int in method public awaitQuiescence(timeout long, unit TimeUnit) : boolean in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testPurge() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable e : ExecutorService to p : ExecutorService in method public testTimedInvokeAll6() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable i : long to offset : long in method package localPopAndExec() : void in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Rename Variable e : ExecutorService to p : ExecutorService in method public testTimedInvokeAll6() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testExecute() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testIsTerminated() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable tpe : ThreadPoolExecutor to p : ThreadPoolExecutor in method public testCorePoolSizeIllegalArgumentException() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable tf : ThreadFactory to threadFactory : ThreadFactory in method public testSetThreadFactory() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p2 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testGetActiveCount() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable n : int to stat : int in method package externalPush(task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Rename Variable l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testInvokeAll5() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Rename Variable result : List<Future<String>> to futures : List<Future<String>> in method public testTimedInvokeAll5() : void in class jsr166.ThreadPoolExecutorTest |
From |
To |
|
Rename Variable l : ArrayList<Callable<String>> to tasks : List<Callable<String>> in method public testTimedInvokeAll6() : void in class jsr166.AbstractExecutorServiceTest |
From |
To |
|
Rename Variable h : ScheduledFuture to periodicTask : ScheduledFuture in method public testFixedDelaySequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Rename Variable p1 : ScheduledThreadPoolExecutor to p : ScheduledThreadPoolExecutor in method public testFixedRateSequence() : void in class jsr166.ScheduledExecutorTest |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public tailSet(fromElement K) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public subSet(fromElement K, toElement K) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type int to void in method private helpStealer(w WorkQueue, task ForkJoinTask<?>) : void in class java.util.concurrent.ForkJoinPool |
From |
To |
|
Change Return Type Iterator<E> to Iterator<K> in method public iterator() : Iterator<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public tailSet(fromElement K, inclusive boolean) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type E to K in method public ceiling(e K) : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type V to Map.Entry<K,V> in method public next() : Map.Entry<K,V> in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapEntryIterator |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public descendingSet() : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type CopyOnWriteArrayList to CopyOnWriteArrayList<Integer> in method package populatedArray(n int) : CopyOnWriteArrayList<Integer> in class jsr166.CopyOnWriteArrayListTest |
From |
To |
|
Change Return Type K to V in method public next() : V in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator |
From |
To |
|
Change Return Type Comparator<? super E> to Comparator<? super K> in method public comparator() : Comparator<? super K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type ArrayList<E> to Object[] in method public toArray() : Object[] in class java.util.concurrent.ConcurrentLinkedDeque |
From |
To |
|
Change Return Type PriorityQueue to PriorityQueue<Integer> in method private populatedQueue(n int) : PriorityQueue<Integer> in class jsr166.PriorityQueueTest |
From |
To |
|
Change Return Type E to K in method public higher(e K) : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type CopyOnWriteArraySet to CopyOnWriteArraySet<Integer> in method package populatedSet(n int) : CopyOnWriteArraySet<Integer> in class jsr166.CopyOnWriteArraySetTest |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public headSet(toElement K) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type E to K in method public last() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type boolean to int in method package pollAndExecCC(task CountedCompleter<?>) : int in class java.util.concurrent.ForkJoinPool.WorkQueue |
From |
To |
|
Change Return Type Iterator<E> to Iterator<V> in method public iterator() : Iterator<V> in class java.util.concurrent.ConcurrentSkipListMap.Values |
From |
To |
|
Change Return Type E to K in method public floor(e K) : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type Iterator<E> to Iterator<K> in method public descendingIterator() : Iterator<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type ArrayBlockingQueue to ArrayBlockingQueue<Integer> in method private populatedQueue(n int) : ArrayBlockingQueue<Integer> in class jsr166.ArrayBlockingQueueTest |
From |
To |
|
Change Return Type E to K in method public lower(e K) : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type E to K in method public pollFirst() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type E to K in method public pollLast() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public headSet(toElement K, inclusive boolean) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type NavigableSet<E> to NavigableSet<K> in method public subSet(fromElement K, fromInclusive boolean, toElement K, toInclusive boolean) : NavigableSet<K> in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type ConcurrentHashMap to ConcurrentHashMap<Integer,String> in method private map5() : ConcurrentHashMap<Integer,String> in class jsr166.ConcurrentHashMapTest |
From |
To |
|
Change Return Type E to K in method public first() : K in class java.util.concurrent.ConcurrentSkipListMap.KeySet |
From |
To |
|
Change Return Type LinkedBlockingQueue to LinkedBlockingQueue<Integer> in method private populatedQueue(n int) : LinkedBlockingQueue<Integer> in class jsr166.LinkedBlockingQueueTest |
From |
To |
|
Change Return Type LinkedList to LinkedList<Integer> in method private populatedQueue(n int) : LinkedList<Integer> in class jsr166.LinkedListTest |
From |
To |
|
Change Return Type boolean to int in method private tryTerminate(now boolean, enable boolean) : int in class java.util.concurrent.ForkJoinPool |
From |
To |