Skip to content

Check whether File#listFiles() returns null

akwizgran requested to merge check-if-listfiles-returns-null into master

The docs say this can happen if there's an I/O error. Also fixed a throw-in-finally-block warning and renamed an IoUtils method to make its contract clearer.

Merge request reports