dx42 / MockFtpServer

Apache License 2.0
14 stars 3 forks source link

NullPointerException when getting list of files #20

Closed setuper closed 1 month ago

setuper commented 1 year ago
java.lang.NullPointerException
    at org.mockftpserver.fake.filesystem.AbstractFakeFileSystem.listNames(AbstractFakeFileSystem.java:252)

If at the time of calling the listNames method the file was deleted or renamed, then we get NullPointerException because "getEntry" return null.

chrismair commented 1 year ago

Interesting. Thanks.

chrismair commented 1 month ago

Fixed in v3.2.0