132b129a0edfeb3ee1fd2653dfc6f10b3e0f90ab
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From io.airlift:slice 0.10 To 0.11-SNAPSHOT | 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable result : List<String> to parts : List<Slice> in method public split(string Slice, delimiter Slice, limit long) : Slice in class com.facebook.presto.operator.scalar.StringFunctions | From | To | |
| Inline Method | 1 | ||
| Inline Method private codePointChars(codepoint long) : char[] inlined to public chr(codepoint long) : Slice in class com.facebook.presto.operator.scalar.StringFunctions | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type result : List<String> to parts : List<Slice> in method public split(string Slice, delimiter Slice, limit long) : Slice in class com.facebook.presto.operator.scalar.StringFunctions | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter slice : Slice to utf8 : Slice in method public substr(utf8 Slice, start long) : Slice in class com.facebook.presto.operator.scalar.StringFunctions | From | To | |
| Rename Parameter slice : Slice to utf8 : Slice in method public substr(utf8 Slice, start long, length long) : Slice in class com.facebook.presto.operator.scalar.StringFunctions | From | To |