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

io.codemodder.ReviewGuidance Maven / Gradle / Ivy

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

/** Represents a codemod author's confidence that changes wll be safe and effective. */
public enum ReviewGuidance {
  MERGE_AFTER_REVIEW,
  MERGE_AFTER_CURSORY_REVIEW,
  MERGE_WITHOUT_REVIEW
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy