Ashley
Ashley
Is this likely to be the cause of missing method errors when running ErrorProne, or is this a separate unrelated issue? Just want to check before I raise a new...
Ah that is a pain, this is likely the Maven dependencies that I have to depend on to build plugins if that is the case... Thanks for the quick reply....
I'm just using the latest chart off of the releases with the settings above (other settings are present that I would need to redact when I am at my work...
I will have to check next week when I am at my work machine! I will let you know.
Looks like it is working now... that is really bizarre! Thanks for the support.
I can reproduce the same issue(s). It seems in my case to be related to the fact Windows does not appear to always immediately close file handles after Java requests...
Is it possible to label this as a bug in the meantime?
Thanks for the info, @sormuras. In my case, the only resources that are in use in the code under test are those created by URL handlers provided by the JDK....
In my case the snippet that is under test that reproducing this issue is the following: ```java var conn = url.openConnection(); conn.setConnectTimeout(TIMEOUT); conn.setReadTimeout(TIMEOUT); conn.setAllowUserInteraction(false); conn.connect(); try ( var responseStream =...
Related OpenJDK bug: https://bugs.openjdk.org/browse/JDK-8239054