9bcbcf4a5d75de65671bf4cc4e1e3129d386a29b
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testListener() : void renamed to public testReporterNotifications() : void in class org.apache.flink.runtime.metrics.MetricRegistryTest | From | To | |
| Rename Method public getReporter() : MetricReporter renamed to public getReporters() : List<MetricReporter> in class org.apache.flink.runtime.metrics.MetricRegistry | From | To | |
| Rename Variable | 2 | ||
| Rename Variable reporter : MetricReporter to reporterInstance : MetricReporter in method public MetricRegistry(config Configuration) in class org.apache.flink.runtime.metrics.MetricRegistry | From | To | |
| Rename Variable arguments : String[] to namedReporters : String[] in method public MetricRegistry(config Configuration) in class org.apache.flink.runtime.metrics.MetricRegistry | From | To | |
| Inline Method | 1 | ||
| Inline Method package createReporterConfig(config Configuration) : MetricConfig inlined to public MetricRegistry(config Configuration) in class org.apache.flink.runtime.metrics.MetricRegistry | From | To | |
| Change Return Type | 1 | ||
| Change Return Type MetricReporter to List<MetricReporter> in method public getReporters() : List<MetricReporter> in class org.apache.flink.runtime.metrics.MetricRegistry | From | To | |
| Move Class | 2 | ||
| Move Class org.apache.flink.runtime.util.DelegatingConfigurationTest moved to org.apache.flink.configuration.DelegatingConfigurationTest | From | To | |
| Move Class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration moved to org.apache.flink.configuration.DelegatingConfiguration | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute METRICS_REPORTER_CLASS : String to METRICS_REPORTERS_LIST : String in class org.apache.flink.configuration.ConfigConstants | From | To | |
| Rename Attribute METRICS_REPORTER_INTERVAL : String to METRICS_REPORTER_INTERVAL_SUFFIX : String in class org.apache.flink.configuration.ConfigConstants | From | To | |
| Rename Attribute METRICS_REPORTER_CLASS : String to METRICS_REPORTER_CLASS_SUFFIX : String in class org.apache.flink.configuration.ConfigConstants | From | To | |
| Rename Attribute METRICS_REPORTER_ARGUMENTS : String to METRICS_REPORTERS_LIST : String in class org.apache.flink.configuration.ConfigConstants | From | To | |
| Extract Variable | 1 | ||
| Extract Variable definedReporters : String in method public MetricRegistry(config Configuration) from class org.apache.flink.runtime.metrics.MetricRegistry | From | To |