5f573804f0f486db7cc594ae678adff5ae7f217c
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method protected respondAsLeader(ctx ChannelHandlerContext, routed Routed, gateway T) : void from class org.apache.flink.runtime.rest.handler.AbstractRestHandler to protected respondAsLeader(ctx ChannelHandlerContext, routed Routed, gateway T) : void from class org.apache.flink.runtime.rest.AbstractHandler | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute protected log : Logger from class org.apache.flink.runtime.rest.handler.AbstractRestHandler to protected log : Logger from class org.apache.flink.runtime.rest.AbstractHandler | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.apache.flink.runtime.rest.AbstractHandler from classes [org.apache.flink.runtime.rest.handler.AbstractRestHandler] | From | To | |
| Extract Variable | 3 | ||
| Extract Variable clusterInformation : ClusterInformation in method protected startClusterComponents(configuration Configuration, rpcService RpcService, highAvailabilityServices HighAvailabilityServices, blobServer BlobServer, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry) : void from class org.apache.flink.runtime.entrypoint.JobClusterEntrypoint | From | To | |
| Extract Variable clusterInformation : ClusterInformation in method public onRegistrationSuccess(success TaskExecutorRegistrationSuccess) : void from class org.apache.flink.runtime.taskexecutor.TaskExecutor.ResourceManagerRegistrationListener | From | To | |
| Extract Variable clusterInformation : ClusterInformation in method protected startClusterComponents(configuration Configuration, rpcService RpcService, highAvailabilityServices HighAvailabilityServices, blobServer BlobServer, heartbeatServices HeartbeatServices, metricRegistry MetricRegistry) : void from class org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders from classes [org.apache.flink.runtime.rest.messages.MessageHeaders] | From | To |