cc0f72131a139c8bbcb6317d02daaaefd7354a8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock) : List<ID> renamed to private addAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock<?>, potentialLocksCycle ListMultimap<Long,ID>) : ReentrantCycleDetectingLock<?> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type lock : ReentrantCycleDetectingLock to lock : ReentrantCycleDetectingLock<?> in method private addAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock<?>, potentialLocksCycle ListMultimap<Long,ID>) : ReentrantCycleDetectingLock<?> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Rename Variable | 2 | ||
Rename Variable addNextLine : boolean to inSingletonsList : boolean in method public testUnresolvableSingletonCircularDependencyErrorMessage() : void in class com.google.inject.ScopesTest | From | To | |
Rename Variable firstErrorLineForThread : List<String> to errors : List<Message> in method public testUnresolvableSingletonCircularDependencyErrorMessage() : void in class com.google.inject.ScopesTest | From | To | |
Change Return Type | 1 | ||
Change Return Type List<ID> to ReentrantCycleDetectingLock<?> in method private addAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock<?>, potentialLocksCycle ListMultimap<Long,ID>) : ReentrantCycleDetectingLock<?> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Variable Type | 3 | ||
Change Variable Type lockOwnerWaitingOn : ReentrantCycleDetectingLock to lockOwnerWaitingOn : ReentrantCycleDetectingLock<?> in method private detectPotentialLocksCycle() : ListMultimap<Long,ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Variable Type ownedLock : ReentrantCycleDetectingLock to ownedLock : ReentrantCycleDetectingLock<?> in method private addAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock<?>, potentialLocksCycle ListMultimap<Long,ID>) : ReentrantCycleDetectingLock<?> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Variable Type firstErrorLineForThread : List<String> to errors : List<Message> in method public testUnresolvableSingletonCircularDependencyErrorMessage() : void in class com.google.inject.ScopesTest | From | To | |
Extract Method | 3 | ||
Extract Method private fetchClass(injector Injector, clazz Class<T>) : Callable<T> extracted from public testUnresolvableSingletonCircularDependencyErrorMessage() : void in class com.google.inject.ScopesTest | From | To |