13bb21b1bd83b4f9e434f735ba7517ffd03478d3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public ensureNoExceptionsInLogFiles() : void renamed to public ensureNoProhibitedStringInLogFiles(prohibited String[]) : void in class org.apache.flink.yarn.YarnTestBase | From | To | |
| Move Method | 2 | ||
| Move Method public addTestAppender() : void from class org.apache.flink.yarn.YARNSessionFIFOITCase to public addTestAppender(target Class, level Level) : void from class org.apache.flink.yarn.UtilsTest | From | To | |
| Move Method public checkForLogString(expected String) : void from class org.apache.flink.yarn.YARNSessionFIFOITCase to public checkForLogString(expected String) : void from class org.apache.flink.yarn.UtilsTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private testAppender : TestAppender from class org.apache.flink.yarn.YARNSessionFIFOITCase to private testAppender : TestAppender from class org.apache.flink.yarn.UtilsTest | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute protected NUM_NODEMANAGERS : int in class org.apache.flink.yarn.YarnTestBase | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.flink.yarn.YARNSessionFIFOITCase.TestAppender moved to org.apache.flink.yarn.UtilsTest.TestAppender | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute port : int to assignedPort : int in class org.apache.flink.runtime.jobmanager.web.WebInfoServer | From | To | |
| Extract Variable | 2 | ||
| Extract Variable host : String in method public start() : void from class org.apache.flink.runtime.jobmanager.web.WebInfoServer | From | To | |
| Extract Variable appState : YarnApplicationState in method public hasFailed() : boolean from class org.apache.flink.yarn.FlinkYarnCluster | From | To | |
| Extract Method | 1 | ||
| Extract Method public sleep(time int) : void extracted from protected runWithArgs(args String[], expect String, type RunTypes) : void in class org.apache.flink.yarn.YarnTestBase | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter expect : String to terminateAfterString : String in method protected runWithArgs(args String[], terminateAfterString String, type RunTypes) : void in class org.apache.flink.yarn.YarnTestBase | From | To |