All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.examples.CommunityCodemods Maven / Gradle / Ivy

There is a newer version: 0.97.6
Show newest version
package io.codemodder.examples;

import io.codemodder.Runner;
import java.util.List;

/** Runs the community codemods. */
public final class CommunityCodemods {

  /**
   * @param args the arguments to pass to the runner
   */
  public static void main(final String[] args) {
    Runner.run(List.of(MakeJUnit5TestsFinalCodemod.class, MakeJUnit5TestsFinalCodemod.class), args);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy