• D
    [JENKINS-48405] Use NIO in tryOnceDeleteFile and makeWritable (#3169) · 1270ba3b
    Devin Nusbaum 提交于
    * Use NIO in tryOnceDeleteFile and makeWritable
    
    * Don't try to set PosixFileAttributes on Windows
    
    * Do not create arbitrary exceptions in makeWritable to fix test failures on Windows
    
    * Remove unhelpful layer of exception wrapping
    
    * Add test exercising Util#makeWritable in Util#tryOnceDeleteFile
    
    * Add test for deleting a non-existant file
    
    * Return early if changing permissions with NIO succeeds
    1270ba3b
Util.java 62.8 KB