430fa7b0bd24b79a11c221f54f899b8d2bc4b47f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getRunning() : Collection<JobDetails> renamed to public getJobs() : Collection<JobDetails> in class org.apache.flink.runtime.messages.webmonitor.MultipleJobsDetails | From | To | |
Rename Variable | 2 | ||
Rename Variable finished : ArrayNode to jobs : ArrayNode in method public testArchiver() : void in class org.apache.flink.runtime.rest.handler.legacy.JobsOverviewHandlerTest | From | To | |
Rename Variable activeJobs : ArrayList<String> to toRetain : ArrayList<String> in method private fetchMetrics() : void in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcher | From | To | |
Rename Attribute | 1 | ||
Rename Attribute FIELD_NAME_JOBS_RUNNING : String to FIELD_NAME_JOBS : String in class org.apache.flink.runtime.messages.webmonitor.MultipleJobsDetails | From | To |