db9381442349a64fb48f1d9e36479c2d220315e0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 3 | ||
| Change Return Type void to boolean in method public unregisterChannel(channelId UUID) : boolean in class alluxio.security.authentication.AuthenticationServer | From | To | |
| Change Return Type void to boolean in method public unregisterChannel(channelId UUID) : boolean in class alluxio.security.authentication.DefaultAuthenticationServer | From | To | |
| Change Return Type Channel to AuthenticatedChannel in method public authenticate(serverAddress GrpcServerAddress, managedChannel ManagedChannel) : AuthenticatedChannel in class alluxio.security.authentication.ChannelAuthenticator | From | To | |
| Rename Class | 1 | ||
| Rename Class alluxio.security.authentication.ChannelAuthenticator.AuthenticatedManagedChannel renamed to alluxio.security.authentication.ChannelAuthenticator.DefaultAuthenticatedChannel | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute clientDriver : SaslStreamClientDriver to mClientDriver : SaslStreamClientDriver in method public authenticate() : void in class alluxio.security.authentication.ChannelAuthenticator.DefaultAuthenticatedChannel | From | To | |
| Extract Variable | 1 | ||
| Extract Variable response : SaslMessage in method public onNext(saslMessage SaslMessage) : void from class alluxio.security.authentication.SaslStreamServerDriver | From | To | |
| Extract Method | 1 | ||
| Extract Method public close() : void extracted from public onCompleted() : void in class alluxio.security.authentication.SaslStreamServerDriver | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mAuthenticated : SettableFuture<Boolean> to mAuthenticated : AtomicBoolean in class alluxio.security.authentication.SaslStreamClientDriver | From | To | |
| Change Attribute Type mAuthenticated : boolean to mAuthenticated : AtomicBoolean in class alluxio.security.authentication.ChannelAuthenticator.DefaultAuthenticatedChannel | From | To | |
| Inline Variable | 1 | ||
| Inline Variable clientChannel : Channel in method public build() : GrpcChannel from class alluxio.grpc.GrpcChannelBuilder | From | To |