dea47b9363f49b6b19964ef226f5de76da04f5e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type i : Iterator<Map.Entry<Key,Reference<Repository>>> to i : Iterator<Map.Entry<Key,Repository>> in method private clearAll() : void in class org.eclipse.jgit.lib.RepositoryCache | From | To | |
Inline Variable | 1 | ||
Inline Variable repoRef : Reference<Repository> in method package isCached(repo Repository) : boolean from class org.eclipse.jgit.lib.RepositoryCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cacheMap : ConcurrentHashMap<Key,Reference<Repository>> to cacheMap : ConcurrentHashMap<Key,Repository> in class org.eclipse.jgit.lib.RepositoryCache | From | To |