Fix StringIndexOutOfBoundsException in readRangeInFile (#11881)
* Fix StringIndexOutOfBoundsException in readRangeInFile * fix: clamp endLine relative to startLine to ensure invariant Ensures endLine >= startLine after clamping, preventing a potential IllegalArgumentException from subList if both values were clamped independently to conflicting bounds. --------- Co-authored-by: Dallin Romney <dallinromney@gmail.com>
I
Ivan L committed
44ca86002b3983e2994b9df987f814f8cbefd318
Parent: 7f32540
Committed by GitHub <noreply@github.com>
on 3/26/2026, 5:46:33 PM