io.codemodder.ReviewGuidance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codemodder-base Show documentation
Show all versions of codemodder-base Show documentation
Base framework for writing codemods in Java
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