Commit ac8166d
Align RecoveryScan and PreadWindow ordering
RecoveryScan's constructor takes four same-typed longs, so its
parameter order now matches the alphabetical field declaration order
(baseSeq, frameCount, lastGood, tornTailBytes) to remove the
positional-swap hazard; scanFile's call site follows. The nested
classes also swap places so PreadWindow precedes RecoveryScan,
keeping members alphabetically sorted per the repo convention.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 58bb7c8 commit ac8166d
1 file changed
Lines changed: 16 additions & 16 deletions
Lines changed: 16 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | 655 | | |
671 | 656 | | |
672 | 657 | | |
| |||
721 | 706 | | |
722 | 707 | | |
723 | 708 | | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
724 | 724 | | |
0 commit comments