Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.3.0
Description
Unfortunately, redundant throws declarations are not caught by Checkstyle and there are quite a few in the current Java codebase.
In one case `ShuffleExternalSorter#closeAndGetSpills` this hides some dead code too.
I think it's worthwhile to do a sweep for these and remove them.