3270c565c437b564464da0b4bbe8c5e93d32e291
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable builder : ImmutableList.Builder<String> to matches : List<String> in method public regexpExtractAll(source Slice, pattern Pattern, group long) : Slice in class com.facebook.presto.operator.scalar.RegexpFunctions | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type builder : ImmutableList.Builder<String> to matches : List<String> in method public regexpExtractAll(source Slice, pattern Pattern, group long) : Slice in class com.facebook.presto.operator.scalar.RegexpFunctions | From | To | |
| Extract Method | 1 | ||
| Extract Method public regexpExtractAll(source Slice, pattern Pattern, group long) : Slice extracted from public regexpExtractAll(source Slice, pattern Pattern) : Slice in class com.facebook.presto.operator.scalar.RegexpFunctions | From | To |