44fa979de68757040f4373ed3f227bd56df3ada5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 93
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testTachyonExceptionRethrow1() : void renamed to public testAlluxioExceptionRethrow1() : void in class alluxio.replay.ReplayCacheTest | From | To | |
Rename Method public testTachyonExceptionRethrow2() : void renamed to public testAlluxioExceptionRethrow2() : void in class alluxio.replay.ReplayCacheTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type rpc : RpcCallableThrowsTachyonTException<V> to rpc : RpcCallableThrowsAlluxioTException<V> in method protected retryRPC(rpc RpcCallableThrowsAlluxioTException<V>) : V in class alluxio.ClientBase | From | To | |
Rename Variable | 2 | ||
Rename Variable tachyonHome : String to alluxioHome : String in method public masterDefaultTest() : void in class alluxio.ConfigurationTest | From | To | |
Rename Variable tachyonHome : String to home : String in method public commonDefaultTest() : void in class alluxio.ConfigurationTest | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.ClientBase.RpcCallableThrowsTachyonTException renamed to alluxio.ClientBase.RpcCallableThrowsAlluxioTException | From | To | |
Rename Attribute | 5 | ||
Rename Attribute TACHYON_CONF_SITE : String to CONF_SITE : String in class alluxio.Constants | From | To | |
Rename Attribute TACHYON_JAR : String to ALLUXIO_JAR : String in class alluxio.Version | From | To | |
Rename Attribute MASTER_TTLCHECKER_INTERVAL_MS : String to MASTER_TTL_CHECKER_INTERVAL_MS : String in class alluxio.Constants | From | To | |
Rename Attribute TACHYON_HOME : String to HOME : String in class alluxio.Constants | From | To | |
Rename Attribute FUSE_PATHCACHE_SIZE : String to FUSE_CACHED_PATHS_MAX : String in class alluxio.Constants | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type DEBUG : boolean to DEBUG : String in class alluxio.Constants | From | To |