a13f917768a57f9e9c4e47158b3f215ce5031c3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRead() : void renamed to public testFileDoesNotChange() : void in class org.pentaho.di.trans.steps.excelinput.PoiWorkBookTest | From | To | |
Rename Variable | 1 | ||
Rename Variable workbook : KWorkbook to randomAccessFile : RandomAccessFile in method public testRead() : void in class org.pentaho.di.trans.steps.excelinput.StaxWorkBookTest | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute pkg : OPCPackage to opcpkg : OPCPackage in method public StaxPoiWorkbook(filename String, encoding String) in class org.pentaho.di.trans.steps.excelinput.staxpoi.StaxPoiWorkbook | From | To | |
Replace Variable With Attribute pkg : OPCPackage to opcpkg : OPCPackage in method public StaxPoiWorkbook(inputStream InputStream, encoding String) in class org.pentaho.di.trans.steps.excelinput.staxpoi.StaxPoiWorkbook | From | To | |
Change Variable Type | 1 | ||
Change Variable Type workbook : KWorkbook to randomAccessFile : RandomAccessFile in method public testRead() : void in class org.pentaho.di.trans.steps.excelinput.StaxWorkBookTest | From | To | |
Extract Method | 1 | ||
Extract Method private readData() : void extracted from public testRead() : void in class org.pentaho.di.trans.steps.excelinput.PoiWorkBookTest | From | To |