098a7a847875623fb4e80155cf8dd4399cbcbb11
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public pause() : void from class org.pentaho.di.trans.step.filestream.TailFileStreamSource to public pause() : void from class org.pentaho.di.trans.streaming.common.BlockingQueueStreamSource | From | To | |
| Pull Up Method public resume() : void from class org.pentaho.di.trans.step.filestream.TailFileStreamSource to public resume() : void from class org.pentaho.di.trans.streaming.common.BlockingQueueStreamSource | From | To | |
| Move Method | 2 | ||
| Move Method private getBatchSize() : int from class org.pentaho.di.trans.step.filestream.FileStream to protected getBatchSize() : int from class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To | |
| Move Method private getDuration() : long from class org.pentaho.di.trans.step.filestream.FileStream to protected getDuration() : long from class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private paused : AtomicBoolean from class org.pentaho.di.trans.step.filestream.TailFileStreamSource to private paused : AtomicBoolean from class org.pentaho.di.trans.streaming.common.BlockingQueueStreamSource | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private subtransExecutor : SubtransExecutor from class org.pentaho.di.trans.step.filestream.FileStream to protected subtransExecutor : SubtransExecutor from class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.pentaho.di.trans.streaming.common.BlockingQueueStreamSource from classes [org.pentaho.di.trans.step.filestream.TailFileStreamSource] | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type source : StreamSource<I> to source : StreamSource<List<Object>> in class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To | |
| Change Attribute Type window : StreamWindow<I,Result> to window : StreamWindow<List<Object>,Result> in class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public init(stepMetaInterface StepMetaInterface, stepDataInterface StepDataInterface) : boolean extracted from public init(stepMetaInterface StepMetaInterface, stepDataInterface StepDataInterface) : boolean in class org.pentaho.di.trans.step.filestream.FileStream & moved to class org.pentaho.di.trans.streaming.common.BaseStreamStep | From | To |