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

io.codemodder.ReviewGuidance Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy