Closed centic9 closed 9 months ago
There is now a reproducer test and a first stab at supporting this case at https://github.com/centic9/file-leak-detector/commits/master
Instead of adding a new "PathRecord", we could probably switch to "Path" fully in FileRecord as it seems the object is only used for dumping the path, but it might be a "breaking" change, but as it is only runtime information, it likely would be fine.
@centic9 would it be possible to submit a patch PR to upstream? Just to ensure we do not forget about it
With "upstream" you mean file-leak-detector?
Sure, can try to put the changes into a branch.
@oleg-nenashev I have submitted PR #169 with changes to switch from File to Path to avoid this problem.
Jenkins and plugins versions report
Environment
```text IntelliJ IDEA 2023.2.3 Gradle build JDK 17 (Temurin) - jdk-17.0.5+8 ```What Operating System are you using (both controller, and any agents involved in the problem)?
Windows 11
Reproduction steps
It seems file-leak-detector gracefully handles this and execution continues. So likely only file-leak-detector itself is affected.
Expected Results
No exception is reported
Actual Results
Anything else?
No response