Uses of Enum Class
org.variantsync.diffdetective.diff.result.DiffError
Packages that use DiffError
Package
Description
-
Uses of DiffError in org.variantsync.diffdetective.analysis
Fields in org.variantsync.diffdetective.analysis with type parameters of type DiffErrorMethod parameters in org.variantsync.diffdetective.analysis with type arguments of type DiffErrorModifier and TypeMethodDescriptionvoidAnalysisResult.reportDiffErrors(List<DiffError> errors) Report errors (that for example occurred when parsing VariationDiffs). -
Uses of DiffError in org.variantsync.diffdetective.diff.result
Fields in org.variantsync.diffdetective.diff.result declared as DiffErrorFields in org.variantsync.diffdetective.diff.result with type parameters of type DiffErrorModifier and TypeFieldDescriptionCommitDiffResult.errorsThe field for theerrorsrecord component.Methods in org.variantsync.diffdetective.diff.result that return DiffErrorModifier and TypeMethodDescriptionDiffParseException.getError()static DiffErrorReturns the enum constant of this class with the specified name.static DiffError[]DiffError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.variantsync.diffdetective.diff.result that return types with arguments of type DiffErrorModifier and TypeMethodDescriptionCommitDiffResult.errors()Returns the value of theerrorsrecord component.DiffError.fromMessage(String message) Methods in org.variantsync.diffdetective.diff.result with parameters of type DiffErrorModifier and TypeMethodDescriptionstatic CommitDiffResultCreates a result that indicates failure from a single error.Constructors in org.variantsync.diffdetective.diff.result with parameters of type DiffErrorModifierConstructorDescriptionprivateDiffParseException(Exception exception, DiffError error, DiffLineNumber lineNumber) DiffParseException(DiffError error, DiffLineNumber lineNumber) Constructor parameters in org.variantsync.diffdetective.diff.result with type arguments of type DiffErrorModifierConstructorDescriptionCommitDiffResult(Optional<CommitDiff> diff, List<DiffError> errors) Creates an instance of aCommitDiffResultrecord class. -
Uses of DiffError in org.variantsync.diffdetective.variation.diff
Methods in org.variantsync.diffdetective.variation.diff that return types with arguments of type DiffErrorModifier and TypeMethodDescriptionstatic org.variantsync.functjonal.Result<VariationDiff<DiffLinesLabel>, List<DiffError>> VariationDiff.fromPatch(PatchReference patchReference, Repository repository) Parses a patch of a Git repository. -
Uses of DiffError in org.variantsync.diffdetective.variation.diff.parse
Fields in org.variantsync.diffdetective.variation.diff.parse declared as DiffErrorMethods in org.variantsync.diffdetective.variation.diff.parse that return DiffErrorModifier and TypeMethodDescriptionIllFormedAnnotationException.getType()Returns the error that is reported by this exception.Constructors in org.variantsync.diffdetective.variation.diff.parse with parameters of type DiffErrorModifierConstructorDescriptionprivateIllFormedAnnotationException(DiffError errorType, String msg) Create an exception for reporting the given error.