Closed ramboz closed 7 years ago
According to https://docs.oracle.com/javase/7/docs/api/java/io/File.html#listFiles(), listFiles can potentially return null. So we just add a quick test to avoid the NPE.
listFiles
null
According to https://docs.oracle.com/javase/7/docs/api/java/io/File.html#listFiles(),
listFiles
can potentially returnnull
. So we just add a quick test to avoid the NPE.