Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JarFileUtils.delete(File f) throw actual exception (instead of FileNotFound) when file cannot be deleted #2825 #2826

Merged
merged 6 commits into from Nov 7, 2022

Commits on Nov 6, 2022

  1. Update JarFileUtils.java

    Updated JarFileUtils delete method to provide more informative exception information (SonarQube RSPEC-4042)
    speedythesnail committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b79d5d7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.txt

    speedythesnail committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    b6ec53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0af1bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42fcdfe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from speedythesnail/Improve_JarUtils_Delete_Exc…

    …eption
    
    Fixed: GITHUB-2825: JarFileUtils.delete(File f) throw actual exception (instead of FileNotFound) when file cannot be deleted
    speedythesnail committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    e1b9895 View commit details
    Browse the repository at this point in the history
  6. Update JarFileUtils.java

    Removed logging
    speedythesnail committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    890ecd9 View commit details
    Browse the repository at this point in the history