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

Use StandardCharsets instead of charset names #10077

Merged
merged 15 commits into from
Aug 13, 2024

Commits on Jun 18, 2024

  1. Use StandardCharsets.UTF_8

    And do not try to catch UnsupportedEncodingException
    bencomp committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e1edaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ad92c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    088b5fc View commit details
    Browse the repository at this point in the history
  4. Use StandardCharsets.US_ASCII

    bencomp committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    db5b91f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    641bb32 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ca40d70 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports, replace charset literal

    Co-authored-by: Steven Winship <39765413+stevenwinship@users.noreply.github.com>
    bencomp and stevenwinship committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6544a93 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Create FileOutputStream for copy destination

    I made a copy-paste error when rewriting code with try-with-resources.
    Also:
    
    - fix duplication in variable assignment in SearchIT
    - remove unused imports
    bencomp committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a82c6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933d52f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    ab1cda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c7f840 View commit details
    Browse the repository at this point in the history
  3. Use FileUtils.writeStringToFile that is not deprecated

    The supported version takes a Charset argument
    bencomp committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    dcca831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e41c48 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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