8cd960f25e7922fdc7347c543e726e4ebd23ebde
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class net.openhft.chronicle.map.perf.MapJLBHTest.Datum renamed to net.openhft.chronicle.map.perf.MapJLBHTest.IFacade | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute sampleValue : Datum to datum : IFacade in method public init(jlbh JLBH) : void in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type sampleValue : Datum to datum : IFacade in method public init(jlbh JLBH) : void in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To | |
Change Variable Type dataRead : Datum to dataRead : IFacade in method public run(startTimeNS long) : void in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type datum : Datum to datum : IFacade in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To | |
Change Attribute Type read : ChronicleMap<Long,Datum> to read : ChronicleMap<Long,IFacade> in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To | |
Change Attribute Type write : ChronicleMap<Long,Datum> to write : ChronicleMap<Long,IFacade> in class net.openhft.chronicle.map.perf.MapJLBHTest | From | To |