dc7ddf45a2747796b3448a05a24993f95225c4fe
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public tailFileFrom(basePath String, regex String, index long, stopAtEnd boolean) : void renamed to package execute() : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Move Method | 1 | ||
Move Method public main(args String...) : void from class net.openhft.chronicle.queue.ChronicleReader to public main(args String...) : void from class net.openhft.chronicle.queue.ChronicleReaderMain | From | To | |
Rename Variable | 4 | ||
Rename Variable ic : ChronicleQueue to inputQueue : ChronicleQueue in method package execute() : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Rename Variable bytes2 : Bytes to textConversionTarget : Bytes in method package execute() : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Rename Variable b0 : byte to dataFormatIndicator : byte in method package execute() : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Rename Variable bytes : Bytes<?> to serialisedMessage : Bytes<?> in method package execute() : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Move Attribute | 1 | ||
Move Attribute package excludes : String from class net.openhft.chronicle.queue.ChronicleReader to package excludes : String from class net.openhft.chronicle.queue.ChronicleReaderMain | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute index : long to startIndex : long in method private moveToSpecifiedPosition(ic ChronicleQueue, tailer ExcerptTailer) : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Replace Variable With Attribute index : long to startIndex : long in method private isSet(configValue long) : boolean in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Extract Method | 4 | ||
Extract Method private applyFiltersAndLog(text String, index long) : void extracted from public tailFileFrom(basePath String, regex String, index long, stopAtEnd boolean) : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Extract Method private moveToSpecifiedPosition(ic ChronicleQueue, tailer ExcerptTailer) : void extracted from public tailFileFrom(basePath String, regex String, index long, stopAtEnd boolean) : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Extract Method private isSet(configValue long) : boolean extracted from public tailFileFrom(basePath String, regex String, index long, stopAtEnd boolean) : void in class net.openhft.chronicle.queue.ChronicleReader | From | To | |
Extract Method private isBinaryFormat(dataFormatIndicator byte) : boolean extracted from public tailFileFrom(basePath String, regex String, index long, stopAtEnd boolean) : void in class net.openhft.chronicle.queue.ChronicleReader | From | To |