8ff08455f62f5696b718ff558507cce3709d604b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private unlink(e Slot) : void renamed to private lruRemove(e Slot) : void in class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To | |
Rename Variable | 3 | ||
Rename Variable currOldest : Slot to e : Slot in method private releaseMemory() : void in class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To | |
Rename Variable next : Slot to n : Slot in method private lruRemove(e Slot) : void in class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To | |
Rename Variable prev : Slot to p : Slot in method private lruRemove(e Slot) : void in class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To | |
Extract Variable | 1 | ||
Extract Variable n : Slot in method private lruPushHead(e Slot) : void from class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To | |
Extract Method | 1 | ||
Extract Method private lruPushHead(e Slot) : void extracted from private moveToHead(e Slot) : void in class org.eclipse.jgit.internal.storage.dfs.DeltaBaseCache | From | To |