55f28bff9b2c0ab0384f360400566b03dd980fb8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public withMaxSegmentSize(entries int) : Builder renamed to public withMaxEntries(maxEntries int) : Builder in class net.kuujo.copycat.raft.log.SegmentDescriptor.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type int to long in method public maxSegmentSize() : long in class net.kuujo.copycat.raft.log.SegmentDescriptor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type maxSegmentSize : int to maxSegmentSize : long in class net.kuujo.copycat.raft.log.SegmentDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter entries : int to maxEntries : int in method public withMaxEntries(maxEntries int) : Builder in class net.kuujo.copycat.raft.log.SegmentDescriptor.Builder | From | To |