00dae2eb597404e496ee35e40f0a305157b881d7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type writer : Function<SliceOutput,Optional<Stream>> to writer : ToLongFunction<SliceOutput> in method public OutputDataStream(writer ToLongFunction<SliceOutput>, stream Stream, sizeInBytes long) in class com.facebook.presto.orc.stream.OutputDataStream | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<Stream> to void in method public writeData(sliceOutput SliceOutput) : void in class com.facebook.presto.orc.stream.OutputDataStream | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type writer : Function<SliceOutput,Optional<Stream>> to writer : ToLongFunction<SliceOutput> in class com.facebook.presto.orc.stream.OutputDataStream | From | To |