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

Add support for `Files#newByteChannel` and `Files#newDirectoryStream` #76

Closed basil closed 2 years ago

basil commented 2 years ago

Completes the excellent work started in #42 (thanks @centic9!)

Fixes #20 Fixes #35