gjoseph / BarbaryWatchService

An implementation of Java 7’s WatchService for OS X
41 stars 10 forks source link

MacOSX WatchService check for null file in recursiveListFiles #7

Closed Zillode closed 2 years ago

Zillode commented 9 years ago

I did not run into this problem (yet?) but when looking for the most up-to-date source code, I found a downstream patch to fix a potential NPE: https://github.com/ReactiveX/RxJavaFileUtils/commit/87a68e4e69cc0a96adaf169fc1a9f9a02f1a6054

Maybe you can cherry-pick this? Thanks for the library, it works pretty well:)

gjoseph commented 2 years ago

Hi @Zillode sorry for the slow response -- as you may have gathered, I haven't had capacity to maintain this project in a long time. I'm finally officially retiring it. See README for possible alternatives, if you're still needing this. ✌️

Zillode commented 2 years ago

No problem! Thank you for your work and sharing the code 👍 ❤️