39cbf0e8b688a5fd6a12a9f4c577bf795964861b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public run() : void renamed to package runLoop() : void in class net.openhft.chronicle.queue.JDBCService | From | To | |
Rename Variable | 1 | ||
Rename Variable service : JDBCStatement to writer : JDBCStatement in method public doCreateTable(repeats int, noUpdates int) : void in class net.openhft.chronicle.queue.JDBCServiceTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.openhft.chronicle.queue.JDBCService.JSImpl moved and renamed to net.openhft.chronicle.queue.JDBCComponent | From | To | |
Rename Attribute | 1 | ||
Rename Attribute connection : Connection to connectionSupplier : ThrowingSupplier<Connection,SQLException> in class net.openhft.chronicle.queue.JDBCService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type connection : Connection to connectionSupplier : ThrowingSupplier<Connection,SQLException> in class net.openhft.chronicle.queue.JDBCService | From | To | |
Inline Variable | 1 | ||
Inline Variable name : String in method public JDBCService(in ChronicleQueue, out ChronicleQueue, connectionSupplier ThrowingSupplier<Connection,SQLException>) from class net.openhft.chronicle.queue.JDBCService | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public createWriter() : JDBCStatement extracted from public doCreateTable(repeats int, noUpdates int) : void in class net.openhft.chronicle.queue.JDBCServiceTest & moved to class net.openhft.chronicle.queue.JDBCService | From | To | |
Extract And Move Method public createReader(result JDBCResult) : MethodReader extracted from public doCreateTable(repeats int, noUpdates int) : void in class net.openhft.chronicle.queue.JDBCServiceTest & moved to class net.openhft.chronicle.queue.JDBCService | From | To |