Description
A spinoff from LUCENE-7792: reThrow can be declared to return an unchecked exception so that callers can choose to use throw reThrow(...) as an idiom to let the compiler know any subsequent code will be unreachable.
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-7800 Remove code that potentially rethrows checked exceptions from methods that don't declare them ("sneaky throw" hack)
- Resolved
- relates to
-
LUCENE-7792 Add optional concurrency to OfflineSorter
- Closed