159da6dacc6b60fde77cf10e82312a277c787a3f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable hits : long to hit : AtomicLong[] in method public getHitRatio() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type | 6 | ||
Change Return Type long to long[] in method public getMissCount() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type long to long[] in method public getTotalRequestCount() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type long to long[] in method public getEvictions() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type long to long[] in method public getCurrentSize() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type long to long[] in method public getHitCount() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Return Type long to long[] in method public getHitRatio() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type miss : long to miss : AtomicLong[] in method public getHitRatio() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Variable Type hits : long to hit : AtomicLong[] in method public getHitRatio() : long[] in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type statHit : AtomicLong to statHit : AtomicReference<AtomicLong[]> in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Attribute Type statEvict : long to statEvict : AtomicReference<AtomicLong[]> in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Attribute Type liveBytes : long to liveBytes : AtomicReference<AtomicLong[]> in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To | |
Change Attribute Type statMiss : AtomicLong to statMiss : AtomicReference<AtomicLong[]> in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache | From | To |