jenkinsci / lib-file-leak-detector

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

Partial forward compatibility for mockito upgrade #128

Closed timja closed 1 year ago

timja commented 1 year ago

see https://github.com/jenkinsci/lib-file-leak-detector/pull/126#issuecomment-1426891279

The existing code doesn't work on new mockito, this change fixes one issue, I wasn't able to track down the other but given this works on the existing version may as fix this part now.