0ba53558f9b56b1e17c84ab8e4ee639ca09b9133
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public hanleNonSerializableException() : void renamed to public handleNonSerializableException() : void in class org.apache.flink.runtime.taskmanager.TaskExecutionStateTest | From | To | |
| Rename Variable | 2 | ||
| Rename Variable deserialized : Throwable to cause : Throwable in method public submitJobAndWait(actorSystem ActorSystem, jobManagerGateway ActorGateway, jobGraph JobGraph, timeout FiniteDuration, sysoutLogUpdates boolean, userCodeClassloader ClassLoader) : JobExecutionResult in class org.apache.flink.runtime.client.JobClient | From | To | |
| Rename Variable serializedThrowable : SerializedThrowable to serThrowable : SerializedThrowable in method public submitJobAndWait(actorSystem ActorSystem, jobManagerGateway ActorGateway, jobGraph JobGraph, timeout FiniteDuration, sysoutLogUpdates boolean, userCodeClassloader ClassLoader) : JobExecutionResult in class org.apache.flink.runtime.client.JobClient | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type accumulatorLock : Object to accumulatorLock : SerializableObject in class org.apache.flink.runtime.executiongraph.Execution | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter usercodeClassloader : ClassLoader to userCodeClassloader : ClassLoader in method public getError(userCodeClassloader ClassLoader) : Throwable in class org.apache.flink.runtime.taskmanager.TaskExecutionState | From | To | |
| Rename Parameter error : Throwable to exception : Throwable in method public SerializedThrowable(exception Throwable) in class org.apache.flink.runtime.util.SerializedThrowable | From | To |