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

Close file lists #1191

Merged
merged 2 commits into from Jun 17, 2020
Merged

Close file lists #1191

merged 2 commits into from Jun 17, 2020

Commits on Jun 16, 2020

  1. Close file lists

    Though we could not reproduce an error even with real big file
    structures (100 directories, containing each another 100 directories
    with 100 files each), it may be safer to make sure the streams will
    really be closed in the end and recommended in the javadoc description
    for Files#list
    (https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#list-java.nio.file.Path-)
    pfeuffer committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    7f3f47c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    296dc81 View commit details
    Browse the repository at this point in the history