7163ad74c24ee9ac405a94dd424db7644d453426
Files Diff
- Added: 0
 - Removed: 1
 - Renamed: 0
 - Modified: 7
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public readFully(input InputStream, buffer byte[], offset int, length int) : void from class com.facebook.presto.orc.stream.OrcStreamUtils to public readFully(buffer byte[], offset int, length int) : void from class com.facebook.presto.orc.stream.OrcInputStream | From | To | |
| Move Method public skipFully(input InputStream, length long) : void from class com.facebook.presto.orc.stream.OrcStreamUtils to public skipFully(length long) : void from class com.facebook.presto.orc.stream.OrcInputStream | From | To | |
| Move Attribute | 3 | ||
| Move Attribute public MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.OrcStreamUtils to private MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.ByteInputStream | From | To | |
| Move Attribute public MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.OrcStreamUtils to private MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.LongInputStreamV1 | From | To | |
| Move Attribute public MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.OrcStreamUtils to private MIN_REPEAT_SIZE : int from class com.facebook.presto.orc.stream.LongInputStreamV2 | From | To |