a0703ebc3486c62ceed8ae5602ceb7cff11d020c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private calculate(string_dataA String, string_dataB String, string_dataC String, valueMetaInterfaceTypeA int, valueMetaInterfaceTypeB int, valueMetaInterfaceTypeC int, calculatorMetaFunction int) : Object extracted from private calculate(string_dataA String, string_dataB String, string_dataC String, valueMetaInterfaceType int, calculatorMetaFunction int) : Object in class org.pentaho.di.core.row.ValueDataUtilTest | From | To | |
Extract Method private createObject(string_value String, valueMetaInterfaceType int, parameterValueMeta ValueMetaInterface) : Object extracted from private calculate(string_dataA String, string_dataB String, string_dataC String, valueMetaInterfaceType int, calculatorMetaFunction int) : Object in class org.pentaho.di.core.row.ValueDataUtilTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter string_dataA : String to string_value : String in method private createObject(string_value String, valueMetaInterfaceType int, parameterValueMeta ValueMetaInterface) : Object in class org.pentaho.di.core.row.ValueDataUtilTest | From | To | |
Rename Parameter valueMetaInterfaceType : int to valueMetaInterfaceTypeABC : int in method private calculate(string_dataA String, string_dataB String, string_dataC String, valueMetaInterfaceTypeABC int, calculatorMetaFunction int) : Object in class org.pentaho.di.core.row.ValueDataUtilTest | From | To |