cdebb0ef100179e810f6e110b974632bd49c653f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable key : Object in method public testExceptionOnSet() : void from class org.apache.flink.configuration.UnmodifiableConfigurationTest | From | To | |
Extract Method | 5 | ||
Extract Method private convertToLong(o Object, defaultValue long) : long extracted from public getLong(key String, defaultValue long) : long in class org.apache.flink.configuration.Configuration | From | To | |
Extract Method private convertToInt(o Object, defaultValue int) : int extracted from public getInteger(key String, defaultValue int) : int in class org.apache.flink.configuration.Configuration | From | To | |
Extract Method private convertToDouble(o Object, defaultValue double) : double extracted from public getDouble(key String, defaultValue double) : double in class org.apache.flink.configuration.Configuration | From | To | |
Extract Method private convertToFloat(o Object, defaultValue float) : float extracted from public getFloat(key String, defaultValue float) : float in class org.apache.flink.configuration.Configuration | From | To | |
Extract Method private convertToBoolean(o Object) : boolean extracted from public getBoolean(key String, defaultValue boolean) : boolean in class org.apache.flink.configuration.Configuration | From | To |