efc7edc81a0d9da486ca37b8314baf5a7e75bc86
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public init(conf Configuration) : void moved from class org.apache.hadoop.hbase.security.HBaseSaslRpcServer to class org.apache.hadoop.hbase.ipc.RpcServer & inlined to public RpcServer(server Server, name String, services List<BlockingServiceAndInterface>, bindAddress InetSocketAddress, conf Configuration, scheduler RpcScheduler) | From | To | |
Move Attribute | 2 | ||
Move Attribute private attemptingUser : UserGroupInformation from class org.apache.hadoop.hbase.ipc.ServerRpcConnection to private attemptingUser : UserGroupInformation from class org.apache.hadoop.hbase.security.HBaseSaslRpcServer | From | To | |
Move Attribute private saslProps : Map<String,String> from class org.apache.hadoop.hbase.security.HBaseSaslRpcServer to protected saslProps : Map<String,String> from class org.apache.hadoop.hbase.ipc.RpcServer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type saslServer : SaslServer to saslServer : HBaseSaslRpcServer in class org.apache.hadoop.hbase.ipc.ServerRpcConnection | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public getNegotiatedQop() : String extracted from public saslReadAndProcess(saslToken ByteBuff) : void in class org.apache.hadoop.hbase.ipc.ServerRpcConnection & moved to class org.apache.hadoop.hbase.security.HBaseSaslRpcServer | From | To | |
Extract And Move Method public getNegotiatedQop() : String extracted from protected setupCryptoCipher(header ConnectionHeader, chrBuilder RPCProtos.ConnectionHeaderResponse.Builder) : void in class org.apache.hadoop.hbase.ipc.ServerRpcConnection & moved to class org.apache.hadoop.hbase.security.HBaseSaslRpcServer | From | To |