f8bea4435ba41d5a840fce2e8ec7a437e47e87bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public get(filename String) : FileStreamsValue renamed to public getStream(filename String) : FileStream in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Rename Method public put(filename String, fileWriterOutputStream FileStreamsValue) : void renamed to public add(filename String, fileWriterOutputStream FileStream) : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fileWriterOutputStream : FileStreamsValue to fileWriterOutputStream : FileStream in method public add(filename String, fileWriterOutputStream FileStream) : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Rename Variable | 1 | ||
Rename Variable fileExists : boolean to writingToFileForFirstTime : boolean in method public initFileStreamWriter(filename String) : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutput | From | To | |
Inline Method | 1 | ||
Inline Method public getFileStreams(filename String) : TextFileOutputData.FileStreamsValue inlined to public initFileStreamWriter(filename String) : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutput | From | To | |
Change Return Type | 2 | ||
Change Return Type FileStreamsValue to FileStream in method private remove(filename String) : FileStream in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Change Return Type FileStreamsValue to FileStream in method public getStream(filename String) : FileStream in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Rename Class | 1 | ||
Rename Class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsValue renamed to org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStream | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fileWriterMap : FileStreamsMap to fileStreamsCollection : IFileStreamsCollection in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData | From | To | |
Extract Variable | 1 | ||
Extract Variable rowData : Object[] in method public testProcessRule_2FileNameInField() : void from class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type streams : TextFileOutputData.FileStreamsValue to streams : TextFileOutputData.FileStream in method public testProcessRule_2() : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fileWriterMap : FileStreamsMap to fileStreamsCollection : IFileStreamsCollection in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public closeFile(filename String) : void extracted from protected closeFile(filename String) : boolean in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutput & moved to class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To | |
Extract And Move Method public flushOpenFiles(closeAfterFlush boolean) : void extracted from public flushOpenFiles(closeAfterFlush boolean) : void in class org.pentaho.di.trans.steps.textfileoutput.TextFileOutput & moved to class org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsMap | From | To |