3f294aa962dc9e31ffe19200f78623590eb68a36
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type replacePtr : ImmutableBytesWritable to rStrBytes : byte[] in method public abstract replaceAll(srcPtr ImmutableBytesWritable, rStrBytes byte[], rStrOffset int, rStrLen int) : void in class org.apache.phoenix.expression.util.regex.AbstractBasePattern | From | To | |
| Change Parameter Type replacePtr : ImmutableBytesWritable to rStrBytes : byte[] in method public replaceAll(srcPtr ImmutableBytesWritable, rStrBytes byte[], rStrOffset int, rStrLen int) : void in class org.apache.phoenix.expression.util.regex.JavaPattern | From | To | |
| Rename Variable | 3 | ||
| Rename Variable patternStr : String to pattern : String in method public evaluate(tuple Tuple, ptr ImmutableBytesWritable) : boolean in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Rename Variable patternValue : Object to pattern : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Rename Variable patternString : Object to patternStr : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpReplaceFunction | From | To | |
| Split Parameter | 1 | ||
| Split Parameter replacePtr : ImmutableBytesWritable to [rStrLen : int, rStrBytes : byte[], rStrOffset : int] in method public replaceAll(srcPtr ImmutableBytesWritable, rStrBytes byte[], rStrOffset int, rStrLen int) : void in class org.apache.phoenix.expression.util.regex.JONIPattern | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type patternValue : Object to pattern : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Change Variable Type patternString : Object to patternStr : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpReplaceFunction | From | To | |
| Extract Method | 3 | ||
| Extract Method private getPatternStrExpression() : Expression extracted from public evaluate(tuple Tuple, ptr ImmutableBytesWritable) : boolean in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Extract Method private getSourceStrExpression() : Expression extracted from public evaluate(tuple Tuple, ptr ImmutableBytesWritable) : boolean in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Extract Method private getPatternStrExpression() : Expression extracted from private init() : void in class org.apache.phoenix.expression.function.RegexpSplitFunction | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter replacePtr : ImmutableBytesWritable to rStrBytes : byte[] in method public replaceAll(srcPtr ImmutableBytesWritable, rStrBytes byte[], rStrOffset int, rStrLen int) : void in class org.apache.phoenix.expression.util.regex.JavaPattern | From | To | |
| Rename Parameter replacePtr : ImmutableBytesWritable to rStrBytes : byte[] in method public abstract replaceAll(srcPtr ImmutableBytesWritable, rStrBytes byte[], rStrOffset int, rStrLen int) : void in class org.apache.phoenix.expression.util.regex.AbstractBasePattern | From | To |