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

"Strong" property should be documented #21

Closed kmatveev closed 2 years ago

kmatveev commented 9 years ago

Thanks for a great tool, it saved me a lot of time. I had a problem with file being referenced by object to be garbage collected (so, without any references from other live objects), and leak detector was not showing the file to me. I've set "strong" property and it worked for me. Please add a documentation for this property.

basil commented 2 years ago

Fixed in #61.