1bcf6927a3cbbb2bd49bc3583bf0584b88bc1728
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable localLockOwnerThreadId : Long to threadId : Long in method public toString() : String in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ownedLocks : Collection<ReentrantCycleDetectingLock> to ownedLocks : Collection<ReentrantCycleDetectingLock<?>> in method private getAllLockIdsAfter(threadId long, lock ReentrantCycleDetectingLock) : List<ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type locksOwnedByThread : Multimap<Long,ReentrantCycleDetectingLock> to locksOwnedByThread : Multimap<Long,ReentrantCycleDetectingLock<?>> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory | From | To | |
Change Attribute Type lockThreadIsWaitingOn : Map<Long,ReentrantCycleDetectingLock> to lockThreadIsWaitingOn : Map<Long,ReentrantCycleDetectingLock<?>> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter newLockId : ID to userLockId : ID in method package create(userLockId ID) : CycleDetectingLock<ID> in class com.google.inject.internal.CycleDetectingLock.CycleDetectingLockFactory | From | To |