Class RenameValidator


  • public class RenameValidator
    extends Object
    Validates rename mappings before application.
    • Constructor Detail

      • RenameValidator

        public RenameValidator​(ClassPool classPool,
                               MappingStore mappings)
        Creates a validator for one mapping store.
        Parameters:
        classPool - the classes the mappings are checked against
        mappings - the mappings to validate
    • Method Detail

      • validate

        public ValidationResult validate()
        Validates all mappings in the store.
        Returns:
        ValidationResult containing any errors or warnings