e128cb1e9ce9dc3860bef98b07e211e5f35745b0
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ChronicleWire to Wire in method private createWire(wireType Class<? extends Wire>, bytes Bytes) : Wire in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Extract Method | 1 | ||
Extract Method package byteToWireFor(wireType Class<? extends Wire>) : Function<Bytes,Wire> extracted from private createWire(wireType Class<? extends Wire>, bytes Bytes) : ChronicleWire in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type wire : ChronicleWire to wire : Wire in class net.openhft.chronicle.queue.impl.SingleChronicleQueue | From | To |