Io

Composite Recipes

Recipes that include further recipes, often including the individual recipes below.

  • ApacheCommonsFileUtils Refaster recipes

  • Prefer java.nio.charset.StandardCharsets

Recipes

  • Prefer System.lineSeparator()

  • Prefer java.nio.file.Files

  • Relocate org.apache.commons:commons-io to commons-io:commons-io

  • Replace FileUtils.getFile(String...) with JDK provided API

  • Replace FileUtils.writeStringToFile(File, String) with JDK provided API

  • Use IOUtils method that include their charset encoding

Last updated