935c00d15fdbdff2fc8247734cc5f0b7b61dc84a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type HSSFWorkbook to Workbook in method private createWorkbook(file FileObject) : Workbook in class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type wb : HSSFWorkbook to wb : Workbook in method private createWorkbook(file FileObject) : Workbook in class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepTest | From | To | |
| Extract Variable | 4 | ||
| Extract Variable outputFieldName : String in method public processRow(smi StepMetaInterface, sdi StepDataInterface) : boolean from class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStep | From | To | |
| Extract Variable commentField : String in method public processRow(smi StepMetaInterface, sdi StepDataInterface) : boolean from class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStep | From | To | |
| Extract Variable commentAuthorField : String in method public processRow(smi StepMetaInterface, sdi StepDataInterface) : boolean from class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStep | From | To | |
| Extract Variable hyperlinkField : String in method public processRow(smi StepMetaInterface, sdi StepDataInterface) : boolean from class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStep | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type wb : HSSFWorkbook to wb : Workbook in class org.pentaho.di.trans.steps.excelwriter.ExcelWriterStepTest | From | To |