c3aeb5b4086d04e2109779be9933ce8aeec3969f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type baseDir : String to baseDir : File in method private checkOneFile(baseDir File) : void in class net.openhft.chronicle.queue.impl.single.ToEndTest | From | To | |
Move Method | 1 | ||
Move Method private deleteDir(dir File) : void from class net.openhft.chronicle.queue.ChronicleQueueTestBase to package deleteDir(dir File) : void from class net.openhft.chronicle.queue.impl.single.Utils | From | To | |
Rename Variable | 1 | ||
Rename Variable baseDir : String to file : File in method public toEndAfterWriteTest() : void in class net.openhft.chronicle.queue.impl.single.ToEndTest | From | To | |
Move Class | 1 | ||
Move Class net.openhft.chronicle.queue.ChronicleQueueTestBase.DeleteStatic moved to net.openhft.chronicle.queue.impl.single.Utils.DeleteStatic | From | To | |
Change Variable Type | 1 | ||
Change Variable Type baseDir : String to file : File in method public toEndAfterWriteTest() : void in class net.openhft.chronicle.queue.impl.single.ToEndTest | From | To | |
Extract Method | 3 | ||
Extract Method public builder(file File, wireType WireType) : SingleChronicleQueueBuilder extracted from public text(name File) : SingleChronicleQueueBuilder in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To | |
Extract Method public builder(file File, wireType WireType) : SingleChronicleQueueBuilder extracted from public defaultZeroBinary(basePathFile File) : SingleChronicleQueueBuilder in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To | |
Extract Method public builder(file File, wireType WireType) : SingleChronicleQueueBuilder extracted from public binary(basePathFile File) : SingleChronicleQueueBuilder in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To | |
Rename Parameter | 3 | ||
Rename Parameter basePathFile : File to file : File in method public builder(file File, wireType WireType) : SingleChronicleQueueBuilder in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To | |
Rename Parameter name : File to file : File in method public builder(file File, wireType WireType) : SingleChronicleQueueBuilder in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder | From | To |