0828e59e9d92fe2dfb21f41288596cc655a5597a
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type results : List<Object[]> to results : List<List<?>> in method public TransposedRowSet(results List<List<?>>) in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader.TransposedRowSet | From | To | |
Rename Variable | 2 | ||
Rename Variable input : List<Object> to result : List<Object> in method private evalCombinedResult() : List<List<?>> in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader | From | To | |
Rename Variable inputs : List<List<?>> to results : List<List<?>> in method private evalCombinedResult() : List<List<?>> in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Object[]> to List<List<?>> in method private evalCombinedResult() : List<List<?>> in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader | From | To | |
Change Variable Type | 1 | ||
Change Variable Type results : List<Object[]> to results : List<List<?>> in method public parse(in InputStream) : RowSet in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader | From | To | |
Extract Variable | 1 | ||
Extract Variable len : int in method public parse(in InputStream) : RowSet from class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type results : List<Object[]> to results : List<List<?>> in class org.pentaho.di.trans.steps.jsoninput.reader.FastJsonReader.TransposedRowSet | From | To |