e25d7d098c7d537fe8f3ee36838664c26f52a5ac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable patternString : Object to patternStr : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpSubstrFunction | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to void in method public substr(ptr ImmutableBytesWritable, offsetInStr int) : void in class org.apache.phoenix.expression.util.regex.JavaPattern | From | To | |
Change Return Type boolean to void in method public abstract substr(srcPtr ImmutableBytesWritable, offsetInStr int) : void in class org.apache.phoenix.expression.util.regex.AbstractBasePattern | From | To | |
Change Return Type boolean to void in method public substr(ptr ImmutableBytesWritable, offsetInStr int) : void in class org.apache.phoenix.expression.util.regex.JONIPattern | From | To | |
Change Variable Type | 1 | ||
Change Variable Type patternString : Object to patternStr : String in method private init() : void in class org.apache.phoenix.expression.function.RegexpSubstrFunction | From | To | |
Rename Parameter | 2 | ||
Rename Parameter srcPtr : ImmutableBytesWritable to ptr : ImmutableBytesWritable in method public substr(ptr ImmutableBytesWritable, offsetInStr int) : void in class org.apache.phoenix.expression.util.regex.JONIPattern | From | To | |
Rename Parameter srcPtr : ImmutableBytesWritable to ptr : ImmutableBytesWritable in method public substr(ptr ImmutableBytesWritable, offsetInStr int) : void in class org.apache.phoenix.expression.util.regex.JavaPattern | From | To |