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 file filters to FLD #49

Open Temennigru opened 4 years ago

Temennigru commented 4 years ago

I think it would be interested to add the ability to filter file names in FLD so we don't end up with a giant log to go through.

For instance, if you only want files with the path /intermediates//classes.jar you could do filter= /intermediates//classes.jar