125cd9552d
Motivation: java.io.File.listFiles() may return null and cause a unexpected NPE. Modification: Extract a local variable from the return value of File.listFiles() and do a null check. Result: Fix the potential NPE. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml |