4b6523ea39b8e476471e98a132335623a63e59f6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package separatingAppendable(delegate Appendable, separator String, afterEveryChars int) : Appendable renamed to package separatingOutput(delegate CharOutput, separator String, afterEveryChars int) : CharOutput in class com.google.common.io.BaseEncoding | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type delegate : Appendable to delegate : CharOutput in method package separatingOutput(delegate CharOutput, separator String, afterEveryChars int) : CharOutput in class com.google.common.io.BaseEncoding | From | To | |
Change Parameter Type output : Writer to output : CharOutput in method package encodingStream(output CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding.SeparatedBaseEncoding | From | To | |
Change Parameter Type out : Writer to out : CharOutput in method package encodingStream(out CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding.StandardBaseEncoding | From | To | |
Change Parameter Type writer : Writer to charOutput : CharOutput in method package abstract encodingStream(charOutput CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding | From | To | |
Change Return Type | 4 | ||
Change Return Type OutputStream to ByteOutput in method package encodingStream(out CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding.StandardBaseEncoding | From | To | |
Change Return Type OutputStream to ByteOutput in method package encodingStream(output CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding.SeparatedBaseEncoding | From | To | |
Change Return Type OutputStream to ByteOutput in method package abstract encodingStream(charOutput CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding | From | To | |
Change Return Type Appendable to CharOutput in method package separatingOutput(delegate CharOutput, separator String, afterEveryChars int) : CharOutput in class com.google.common.io.BaseEncoding | From | To | |
Change Variable Type | 1 | ||
Change Variable Type b : int to b : byte in method package encodingStream(out CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding.StandardBaseEncoding | From | To | |
Extract Method | 1 | ||
Extract Method package encodingStream(output CharOutput) : ByteOutput extracted from public encodingStream(output Writer) : OutputStream in class com.google.common.io.BaseEncoding.SeparatedBaseEncoding | From | To | |
Rename Parameter | 1 | ||
Rename Parameter writer : Writer to charOutput : CharOutput in method package abstract encodingStream(charOutput CharOutput) : ByteOutput in class com.google.common.io.BaseEncoding | From | To |