ec803d1861ac9232a3c305a2043f7d40109aabf8
Files Diff
- Added: 20
- Removed: 13
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package setFields(fields BaseFileInputField...) : void from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected setFields(fields BaseFileInputField...) : void from class org.pentaho.di.trans.steps.fileinput.text.BaseTextParsingTest | From | To | |
Move Method | 2 | ||
Move Method package check(expected Object[][]) : void from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected check(expected Object[][]) : void from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Method package getFile(filename String) : FileObject from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected getFile(filename String) : FileObject from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Attribute | 5 | ||
Move Attribute package fs : FileSystemManager from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected fs : FileSystemManager from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Attribute package errorsCount : int from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected errorsCount : int from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Attribute package log : LogChannelInterface from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected log : LogChannelInterface from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Attribute package rows : List<Object[]> from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected rows : List<Object[]> from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Move Attribute package inPrefix : String from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest to protected inPrefix : String from class org.pentaho.di.trans.steps.fileinput.BaseParsingTest | From | To | |
Extract Class | 1 | ||
Extract Class org.pentaho.di.trans.steps.fileinput.BaseParsingTest from class org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.pentaho.di.trans.steps.fileinput.text.BaseTextParsingTest from classes [org.pentaho.di.trans.steps.fileinput.text.TextFileInputContentParsingTest] | From | To |