6cb2d66a2a993792f7a7f63d7c372db4ab26b2fe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public newReplayCache(maxSize long, expireMs long) : ReplayCache<V> renamed to public newInstance(maxSize long, expireMs long) : ReplayCache<V> in class tachyon.replay.ReplayCache | From | To | |
Rename Attribute | 3 | ||
Rename Attribute TIMEOUT_MS : Long to TEST_TIMEOUT_MS : Long in class tachyon.replay.ReplayCacheTest | From | To | |
Rename Attribute ERROR_MESSAGE : String to TEST_ERROR_MESSAGE : String in class tachyon.replay.ReplayCacheTest | From | To | |
Rename Attribute MAX_SIZE : Long to TEST_MAX_SIZE : Long in class tachyon.replay.ReplayCacheTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter rpcId : String to key : String in method public run(key String, replayCallable ReplayCallable<V>) : V in class tachyon.replay.ReplayCache | From | To | |
Rename Parameter rpcId : String to key : String in method public run(key String, replayCallable ReplayCallableThrowsIOException<V>) : V in class tachyon.replay.ReplayCache | From | To |