io.codemodder.codemods.MigrateFilesCommonsIOToNIOCodemod.report.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-codemods Show documentation
Show all versions of core-codemods Show documentation
Codemods for fixing common errors across many Java projects
{
"summary" : "Migrated Apache `commons-io` APIs to Java's NIO",
"change" : "Migrated Apache commons-io APIs to Java's NIO",
"reviewGuidanceJustification" : "We believe these changes present no risk and are straightforward.",
"references" : [
"https://itsallbinary.com/reading-file-to-string-in-java-with-performance-io-nio-apache-commons-io-google-guava/",
"https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/file/Files.html"
]
}