95e318f803ebd6506c909daab36cbc59c80b2359
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type databaseProductName : String to usingBackslashAsEscapeCharForQuotation : boolean in method public SqlScriptParser(usingBackslashAsEscapeCharForQuotation boolean) in class org.pentaho.di.core.database.SqlScriptParser | From | To | |
Inline Method | 3 | ||
Inline Method private testRemoveComments(input String, databaseProductName String, expected String) : void inlined to public testRemoveComments() : void in class org.pentaho.di.core.database.SqlScriptParserTest | From | To | |
Inline Method private testSplit(sql String, databaseProductName String, result String...) : void inlined to public testSplit() : void in class org.pentaho.di.core.database.SqlScriptParserTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createSqlScriptParser() : SqlScriptParser extracted from public execStatements(script String, params RowMetaInterface, data Object[]) : Result in class org.pentaho.di.core.database.Database & moved to class org.pentaho.di.core.database.DatabaseInterface | From | To | |
Rename Parameter | 1 | ||
Rename Parameter databaseProductName : String to usingBackslashAsEscapeCharForQuotation : boolean in method public SqlScriptParser(usingBackslashAsEscapeCharForQuotation boolean) in class org.pentaho.di.core.database.SqlScriptParser | From | To |