01f084f5d9b364cc0df92c4ed1071dd74a645f63
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Variable | 3 | ||
| Inline Variable idxref : DfsBlockCache.Ref<PackIndex> in method private idx(ctx DfsReader) : PackIndex from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To | |
| Inline Variable idxref : DfsBlockCache.Ref<PackBitmapIndex> in method package getBitmapIndex(ctx DfsReader) : PackBitmapIndex from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To | |
| Inline Variable revref : DfsBlockCache.Ref<PackReverseIndex> in method package getReverseIdx(ctx DfsReader) : PackReverseIndex from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type index : DfsBlockCache.Ref<PackIndex> to index : PackIndex in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To | |
| Change Attribute Type reverseIndex : DfsBlockCache.Ref<PackReverseIndex> to reverseIndex : PackReverseIndex in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To | |
| Change Attribute Type bitmapIndex : DfsBlockCache.Ref<PackBitmapIndex> to bitmapIndex : PackBitmapIndex in class org.eclipse.jgit.internal.storage.dfs.DfsPackFile | From | To |