d1e860b600ed1e59f9d7384dc7c5c5d1a557c88c
Files Diff
- Added: 15
- Removed: 7
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public output() : String renamed to public toString() : String in class org.pentaho.getfields.types.json.node.ArrayNode | From | To | |
Rename Method public output() : String renamed to public toString() : String in class org.pentaho.getfields.types.json.node.ValueNode | From | To | |
Move Class | 5 | ||
Move Class org.pentaho.di.trans.steps.jsoninput.sampler.JsonSamplerTest moved to org.pentaho.getfields.types.json.JsonSamplerTest | From | To | |
Move Class org.pentaho.di.trans.steps.jsoninput.sampler.JsonSampler moved to org.pentaho.getfields.types.json.JsonSampler | From | To | |
Move Class org.pentaho.di.trans.steps.jsoninput.sampler.node.ValueNode moved to org.pentaho.getfields.types.json.node.ValueNode | From | To | |
Move Class org.pentaho.di.trans.steps.jsoninput.sampler.Configuration moved to org.pentaho.getfields.types.json.Configuration | From | To | |
Move Class org.pentaho.di.trans.steps.jsoninput.sampler.node.ArrayNode moved to org.pentaho.getfields.types.json.node.ArrayNode | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.pentaho.getfields.types.json.node.Node from classes [org.pentaho.getfields.types.json.node.ArrayNode, org.pentaho.getfields.types.json.node.ValueNode] | From | To | |
Change Variable Type | 3 | ||
Change Variable Type node : Node to node : Object in method private sampleArray(jsonParser JsonParser, arrayNode ArrayNode) : void in class org.pentaho.getfields.types.json.JsonSampler | From | To | |
Change Variable Type node : Node to node : Object in method private sampleObject(jsonParser JsonParser, objectNode ObjectNode) : void in class org.pentaho.getfields.types.json.JsonSampler | From | To | |
Change Variable Type node : ObjectNode to node : Node in method public testDedupeLines() : void in class org.pentaho.getfields.types.json.JsonSamplerTest | From | To | |
Change Package | 1 | ||
Change Package org.pentaho.di.trans.steps.jsoninput.sampler to org.pentaho.getfields.types.json | From | To |