Package org.openrewrite.java.security.internal
@NonNullApi
package org.openrewrite.java.security.internal
-
ClassesClassDescriptionFixes the
File(String)constructor call to use the multi-argument constructor when relevant.Replaces constructor calls likeFileOutputStream(String)withFileOutputStream(java.io.File)by adding the requiredFileconstructor call.