0657551ce26c5c1e2f43c3e191f05f238fdd2acf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public transformX(x double) : double renamed to public transform(x double) : double in class com.google.common.math.LinearTransformation.NaNLinearTransformation | From | To | |
Rename Method public abstract transformX(x double) : double renamed to public abstract transform(x double) : double in class com.google.common.math.LinearTransformation | From | To | |
Rename Method public transformX(x double) : double renamed to public transform(x double) : double in class com.google.common.math.LinearTransformation.VerticalLinearTransformation | From | To | |
Rename Method public transformX(x double) : double renamed to public transform(x double) : double in class com.google.common.math.LinearTransformation.RegularLinearTransformation | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public transformY(y double) : double moved from class com.google.common.math.LinearTransformation.VerticalLinearTransformation to class com.google.common.math.StatsTesting & inlined to package assertVerticalLinearTransformation(transformation LinearTransformation, x double) : void | From | To |