b77d66d9028135a8ab9eaef78155ade0d597df4e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method protected createTransport(host String, port int) : TTransport from class com.facebook.presto.hive.HiveMetastoreClientFactory to public create(host String, port int, socksProxy HostAndPort, timeoutMillis int) : TTransport from class com.facebook.presto.hive.thrift.Transport | From | To | |
Move And Rename Method protected createRawTransport(host String, port int) : TTransport from class com.facebook.presto.hive.HiveMetastoreClientFactory to private createRaw(host String, port int, socksProxy HostAndPort, timeoutMillis int) : TTransport from class com.facebook.presto.hive.thrift.Transport | From | To | |
Move Method | 3 | ||
Move Method private rewriteException(e TTransportException, host String) : TTransportException from class com.facebook.presto.hive.HiveMetastoreClientFactory to private rewriteException(e TTransportException, host String) : TTransportException from class com.facebook.presto.hive.thrift.Transport | From | To | |
Move Method private createSocksSocket(proxy HostAndPort) : Socket from class com.facebook.presto.hive.HiveMetastoreClientFactory to private createSocksSocket(proxy HostAndPort) : Socket from class com.facebook.presto.hive.thrift.Transport | From | To | |
Move Method private closeQuietly(closeable Closeable) : void from class com.facebook.presto.hive.HiveMetastoreClientFactory to private closeQuietly(closeable Closeable) : void from class com.facebook.presto.hive.thrift.Transport | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.hive.thrift.Transport from class com.facebook.presto.hive.HiveMetastoreClientFactory | From | To | |
Move Class | 1 | ||
Move Class com.facebook.presto.hive.HiveMetastoreClientFactory.TTransportWrapper moved to com.facebook.presto.hive.thrift.Transport.TTransportWrapper | From | To |