5780ba8aa124c5f931f15c4a67ad50997050f6e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type wholeWord : int[] to wholeWord : boolean[] in method public setWholeWord(wholeWord boolean[]) : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Parameter Type useRegEx : int[] to useRegEx : boolean[] in method public setUseRegEx(useRegEx boolean[]) : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Parameter Type isUnicode : int[] to isUnicode : boolean[] in method public setIsUnicode(isUnicode boolean[]) : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Parameter Type caseSensitive : int[] to caseSensitive : boolean[] in method public setCaseSensitive(caseSensitive boolean[]) : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Rename Variable | 1 | ||
Rename Variable rtnIntArrays : int[][] to rtnBooleanArrays : boolean[][] in method public afterInjectionSynchronization() : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Return Type | 4 | ||
Change Return Type int[] to boolean[] in method public getUseRegEx() : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Return Type int[] to boolean[] in method public getCaseSensitive() : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Return Type int[] to boolean[] in method public isUnicode() : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Return Type int[] to boolean[] in method public getWholeWord() : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Variable Type | 1 | ||
Change Variable Type rtnIntArrays : int[][] to rtnBooleanArrays : boolean[][] in method public afterInjectionSynchronization() : void in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Extract Method | 5 | ||
Extract Method private checkFlagDescriptor(text String) : boolean extracted from private getInfo(inf ReplaceStringMeta) : void in class org.pentaho.di.ui.trans.steps.replacestring.ReplaceStringDialog | From | To | |
Change Attribute Type | 8 | ||
Change Attribute Type useRegEx : int[] to useRegEx : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringData | From | To | |
Change Attribute Type wholeWord : int[] to wholeWord : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringData | From | To | |
Change Attribute Type isUnicode : int[] to isUnicode : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Attribute Type caseSensitive : int[] to caseSensitive : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Attribute Type useRegEx : int[] to useRegEx : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Attribute Type isUnicode : int[] to isUnicode : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringData | From | To | |
Change Attribute Type wholeWord : int[] to wholeWord : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringMeta | From | To | |
Change Attribute Type caseSensitive : int[] to caseSensitive : boolean[] in class org.pentaho.di.trans.steps.replacestring.ReplaceStringData | From | To |