jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Files.newDirectoryStream() is not observed to leak #35

Closed idodeclare closed 2 years ago

idodeclare commented 6 years ago

Hello,

Just raising an issue to note that file-descriptor leaks from Files.newDirectoryStream() are not observed.

Thank you.