| 
                                Rename Variable	currentThreadId : long to currentThread : Thread in method public lockOrDetectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	threadId : Long to thread : Thread in method public toString() : String in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	currentThreadId : long to currentThread : Thread in method private detectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	currentThreadId : long to currentThread : Thread in method public unlock() : void in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Rename Variable	currentThreadId : long to currentThread : Thread in method package checkState() : void in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	ListMultimap<Long,ID> to ListMultimap<Thread,ID> in method public lockOrDetectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	Future<ListMultimap<Long,T>> to Future<ListMultimap<Thread,T>> in method private grabLocksInThread(lock1 CycleDetectingLock<T>, lock2 CycleDetectingLock<T>, barrier CyclicBarrier) : Future<ListMultimap<Thread,T>> in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ListMultimap<Long,ID> to ListMultimap<Thread,ID> in method private detectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ListMultimap<Long,ID> to ListMultimap<Thread,ID> in method public lockOrDetectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	currentThreadId : long to currentThread : Thread in method private detectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	future : Future<ListMultimap<Long,String>> to future : Future<ListMultimap<Thread,String>> in method public testCycleReporting() : void in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	threadId : Long to thread : Thread in method public toString() : String in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	value : ListMultimap<Long,String> to value : ListMultimap<Thread,String> in method public testCycleReporting() : void in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	locksInCycle : ListMultimap<Long,ID> to locksInCycle : ListMultimap<Thread,ID> in method public lockOrDetectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	future : FutureTask<ListMultimap<Long,T>> to future : FutureTask<ListMultimap<Thread,T>> in method private grabLocksInThread(lock1 CycleDetectingLock<T>, lock2 CycleDetectingLock<T>, barrier CyclicBarrier) : Future<ListMultimap<Thread,T>> in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	locksCycle : ListMultimap<Long,Key<?>> to locksCycle : ListMultimap<Thread,Key<?>> in method public get() : T in class com.google.inject.internal.SingletonScope.scope | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	potentialLocksCycle : ListMultimap<Long,ID> to potentialLocksCycle : ListMultimap<Thread,ID> in method private detectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	futures : ImmutableList<Future<ListMultimap<Long,String>>> to futures : ImmutableList<Future<ListMultimap<Thread,String>>> in method public testCycleReporting() : void in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cycle : ListMultimap<Long,T> to cycle : ListMultimap<Thread,T> in method public call() : ListMultimap<Thread,T> in class com.google.inject.internal.CycleDetectingLockTest.grabLocksInThread.future | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	cycle : ListMultimap<Long,String> to cycle : ListMultimap<Thread,String> in method public testCycleReporting() : void in class com.google.inject.internal.CycleDetectingLockTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	currentThreadId : long to currentThread : Thread in method public unlock() : void in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	currentThreadId : long to currentThread : Thread in method public lockOrDetectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	currentThreadId : long to currentThread : Thread in method package checkState() : void in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	threadOwnerThreadWaits : Long to threadOwnerThreadWaits : Thread in method private detectPotentialLocksCycle() : ListMultimap<Thread,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | 
                                From | 
                                To |