50cfbb7746084dfc8208b7867ac102c4f86d2f7d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private createTestFile(encoding String, content String) : String from class org.pentaho.di.trans.steps.csvinput.CsvInputDoubleLineEndTest to package createTestFile(encoding String, content String) : File from class org.pentaho.di.trans.steps.csvinput.CsvInputUnitTestBase | From | To | |
Pull Up Method private createTestFile(encoding String, content String) : String from class org.pentaho.di.trans.steps.csvinput.CsvInputUnicodeTest to package createTestFile(encoding String, content String) : File from class org.pentaho.di.trans.steps.csvinput.CsvInputUnitTestBase | From | To | |
Change Return Type | 2 | ||
Change Return Type String to File in method package createTestFile(encoding String, content String) : File in class org.pentaho.di.trans.steps.csvinput.CsvInputUnitTestBase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.pentaho.di.trans.steps.csvinput.CsvInputUnitTestBase from classes [org.pentaho.di.trans.steps.csvinput.CsvInputDoubleLineEndTest, org.pentaho.di.trans.steps.csvinput.CsvInputUnicodeTest] | From | To |