Uses of Enum Class
org.variantsync.diffdetective.diff.result.DiffError
Package
Description
-
Uses of DiffError in org.variantsync.diffdetective.analysis
Modifier and TypeMethodDescriptionvoid
AnalysisResult.reportDiffErrors
(List<DiffError> errors) Report errors (that for example occurred when parsing VariationDiffs). -
Uses of DiffError in org.variantsync.diffdetective.diff.result
Modifier and TypeFieldDescriptionCommitDiffResult.errors
The field for theerrors
record component.Modifier and TypeMethodDescriptionDiffParseException.getError()
static DiffError
Returns 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.Modifier and TypeMethodDescriptionCommitDiffResult.errors()
Returns the value of theerrors
record component.DiffError.fromMessage
(String message) Modifier and TypeMethodDescriptionstatic CommitDiffResult
Creates a result that indicates failure from a single error.ModifierConstructorDescriptionprivate
DiffParseException
(Exception exception, DiffError error, DiffLineNumber lineNumber) DiffParseException
(DiffError error, DiffLineNumber lineNumber) ModifierConstructorDescriptionCommitDiffResult
(Optional<CommitDiff> diff, List<DiffError> errors) Creates an instance of aCommitDiffResult
record class. -
Uses of DiffError in org.variantsync.diffdetective.variation.diff
Modifier 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
Modifier and TypeMethodDescriptionIllFormedAnnotationException.getType()
Returns the error that is reported by this exception.ModifierConstructorDescriptionprivate
IllFormedAnnotationException
(DiffError errorType, String msg) Create an exception for reporting the given error.