|
Change Parameter Type delta : int to delta : long in method public getAndAdd(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type update : int to update : long in method public abstract weakCompareAndSet(obj T, expect long, update long) : boolean in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type update : long to update : int in method public abstract weakCompareAndSet(obj T, expect int, update int) : boolean in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type delta : long to delta : int in method public addAndGet(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type expect : int to expect : long in method public abstract weakCompareAndSet(obj T, expect long, update long) : boolean in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type delta : int to delta : long in method public addAndGet(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type newValue : int to newValue : long in method public abstract set(obj T, newValue long) : void in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type newValue : int to newValue : long in method public abstract lazySet(obj T, newValue long) : void in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type update : int to update : long in method public abstract compareAndSet(obj T, expect long, update long) : boolean in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type newValue : long to newValue : int in method public getAndSet(obj T, newValue int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type update : long to update : int in method public abstract compareAndSet(obj T, expect int, update int) : boolean in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type expect : long to expect : int in method public abstract weakCompareAndSet(obj T, expect int, update int) : boolean in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type expect : int to expect : long in method public abstract compareAndSet(obj T, expect long, update long) : boolean in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Parameter Type expect : long to expect : int in method public abstract compareAndSet(obj T, expect int, update int) : boolean in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type newValue : long to newValue : int in method public abstract set(obj T, newValue int) : void in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type newValue : long to newValue : int in method public abstract lazySet(obj T, newValue int) : void in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type delta : long to delta : int in method public getAndAdd(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Parameter Type newValue : int to newValue : long in method public getAndSet(obj T, newValue long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndAdd() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : int to prev : long in method public incrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type current : int to prev : long in method public getAndSet(obj T, newValue long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type current : int to prev : long in method public addAndGet(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testGetAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type current : int to prev : long in method public decrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type current : int to prev : long in method public getAndDecrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testCompareAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testGetSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testConstructor() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to a : AtomicLongArray in method public testCompareAndSetInMultipleThreads() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testCompareAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testGetAndDecrement() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testWeakCompareAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testDecrementAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndIncrement() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type bout : ByteArrayOutputStream to x : AtomicLongArray in method public testSerialization() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public getAndIncrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testGetAndIncrement() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type bin : ByteArrayInputStream to x : AtomicIntegerArray in method public testSerialization() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public getAndSet(obj T, newValue int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndDecrement() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testDecrementAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public getAndAdd(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type current : int to prev : long in method public getAndAdd(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testIncrementAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testGetAndAdd() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testIncrementAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testConstructor() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public incrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type current : long to prev : int in method public addAndGet(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testAddAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type ai : AtomicLong to aa : AtomicLongArray in method public testAddAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Change Variable Type current : int to prev : long in method public getAndIncrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testWeakCompareAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public decrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Change Variable Type current : long to prev : int in method public getAndDecrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Variable Type ai : AtomicInteger to a : AtomicIntegerArray in method public testCompareAndSetInMultipleThreads() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndIncrement() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndDecrement() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testDecrementAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicReferenceArray to aa : AtomicReferenceArray in method public testCompareAndSet() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable ai : AtomicReferenceArray<Integer> to aa : AtomicReferenceArray<Integer> in method public testConstructor() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public incrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testConstructor() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public addAndGet(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testGetAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicReferenceArray<Integer> to aa : AtomicReferenceArray<Integer> in method public testConstructor2() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public decrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable current : int to prev : long in method public getAndDecrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicReferenceArray<Integer> to aa : AtomicReferenceArray<Integer> in method public testIndexing() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable ai : AtomicReferenceArray<Integer> to aa : AtomicReferenceArray<Integer> in method public testToString() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testDecrementAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testGetAndDecrement() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testGetAndIncrement() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable bin : ByteArrayInputStream to x : AtomicIntegerArray in method public testSerialization() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicReferenceArray to aa : AtomicReferenceArray in method public testGetSet() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable ai : AtomicInteger to a : AtomicIntegerArray in method public testCompareAndSetInMultipleThreads() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public getAndAdd(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndAdd() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : long to prev : int in method public incrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testIncrementAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testGetSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testAddAndGet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable l : AtomicBoolean to x : AtomicBoolean in method public testSerialization() : void in class jsr166.AtomicBooleanTest |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testCompareAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public getAndIncrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : long to prev : int in method public decrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testGetSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : long to prev : int in method public getAndDecrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable current : long to prev : int in method public getAndAdd(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testIncrementAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable current : long to prev : int in method public addAndGet(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testAddAndGet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testCompareAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testConstructor() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to a : AtomicLongArray in method public testCompareAndSetInMultipleThreads() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testWeakCompareAndSet() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable bout : ByteArrayOutputStream to x : AtomicLongArray in method public testSerialization() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable current : long to prev : int in method public getAndIncrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable current : long to prev : int in method public getAndSet(obj T, newValue int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicReferenceArray to aa : AtomicReferenceArray in method public testWeakCompareAndSet() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Rename Variable ai : AtomicInteger to aa : AtomicIntegerArray in method public testWeakCompareAndSet() : void in class jsr166.AtomicIntegerArrayTest |
From |
To |
|
Rename Variable ai : AtomicLong to aa : AtomicLongArray in method public testGetAndAdd() : void in class jsr166.AtomicLongArrayTest |
From |
To |
|
Rename Variable current : int to prev : long in method public getAndSet(obj T, newValue long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Rename Variable ai : AtomicReferenceArray to aa : AtomicReferenceArray in method public testGetAndSet() : void in class jsr166.AtomicReferenceArrayTest |
From |
To |
|
Change Return Type long to int in method public incrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type int to long in method public addAndGet(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type AtomicIntegerFieldUpdater<U> to AtomicLongFieldUpdater<U> in method public newUpdater(tclass Class<U>, fieldName String) : AtomicLongFieldUpdater<U> in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type int to long in method public abstract get(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type AtomicLongFieldUpdater<U> to AtomicIntegerFieldUpdater<U> in method public newUpdater(tclass Class<U>, fieldName String) : AtomicIntegerFieldUpdater<U> in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type long to int in method public abstract get(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type int to long in method public getAndSet(obj T, newValue long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type int to long in method public incrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type long to int in method public getAndIncrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type long to int in method public getAndAdd(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type long to int in method public getAndSet(obj T, newValue int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type int to long in method public decrementAndGet(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type int to long in method public getAndDecrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type long to int in method public getAndDecrement(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type long to int in method public decrementAndGet(obj T) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type long to int in method public addAndGet(obj T, delta int) : int in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater |
From |
To |
|
Change Return Type int to long in method public getAndAdd(obj T, delta long) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |
|
Change Return Type int to long in method public getAndIncrement(obj T) : long in class java.util.concurrent.atomic.AtomicLongFieldUpdater |
From |
To |