70094a1818b532f4e0ff31f5debc550ed4336286
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method protected replaceInvalidChars(metricName String) : String from class org.apache.flink.metrics.reporter.AbstractReporter to public filterCharacters(input String) : String from class org.apache.flink.metrics.util.TestReporter | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected replaceInvalidChars(metricName String) : String from class org.apache.flink.metrics.statsd.StatsDReporter to public filterCharacters(metricName String) : String from class org.apache.flink.dropwizard.ScheduledDropwizardReporter | From | To | |
Extract Method | 2 | ||
Extract Method public concat(filter CharacterFilter, delimiter Character, components String...) : String extracted from public concat(delimiter Character, components String...) : String in class org.apache.flink.metrics.groups.scope.ScopeFormat | From | To | |
Extract Method public getMetricIdentifier(metricName String, filter CharacterFilter) : String extracted from public getMetricIdentifier(metricName String) : String in class org.apache.flink.metrics.groups.AbstractMetricGroup | From | To | |
Rename Parameter | 1 | ||
Rename Parameter metricName : String to input : String in method public filterCharacters(input String) : String in class org.apache.flink.metrics.util.TestReporter | From | To |