b941cf2d091bb38b9a45e1f2412136acae2b0f3f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type canceledByUser : boolean to cause : ExecutionErrorCause in method public JobExecutionException(msg String, cause ExecutionErrorCause) in class org.apache.flink.runtime.client.JobExecutionException | From | To | |
Rename Variable | 1 | ||
Rename Variable jex : JobExecutionException to e : JobExecutionException in method public run(jobGraph JobGraph, wait boolean) : JobExecutionResult in class org.apache.flink.client.program.Client | From | To | |
Rename Attribute | 2 | ||
Rename Attribute configMock : Configuration to config : Configuration in class org.apache.flink.client.program.ClientTest | From | To | |
Rename Attribute canceledByUser : boolean to cause : ExecutionErrorCause in class org.apache.flink.runtime.client.JobExecutionException | From | To | |
Extract Variable | 3 | ||
Extract Variable actorSystem : ActorSystem in method public run(jobGraph JobGraph, wait boolean) : JobExecutionResult from class org.apache.flink.client.program.Client | From | To | |
Extract Variable message : String in method public run(jobGraph JobGraph, wait boolean) : JobExecutionResult from class org.apache.flink.client.program.Client | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type canceledByUser : boolean to cause : ExecutionErrorCause in class org.apache.flink.runtime.client.JobExecutionException | From | To | |
Rename Parameter | 1 | ||
Rename Parameter canceledByUser : boolean to cause : ExecutionErrorCause in method public JobExecutionException(msg String, cause ExecutionErrorCause) in class org.apache.flink.runtime.client.JobExecutionException | From | To |