Record Class PatchDiffParseOptions

java.lang.Object
java.lang.Record
org.variantsync.diffdetective.datasets.PatchDiffParseOptions
Record Components:
diffStoragePolicy - Decides if and how unix diffs should be remembered in a parsed PatchDiff when parsing commits.
variationDiffParseOptions - Options for parsing a patch to a VariationDiff. For more information, see VariationDiffParseOptions.

public record PatchDiffParseOptions(PatchDiffParseOptions.DiffStoragePolicy diffStoragePolicy, VariationDiffParseOptions variationDiffParseOptions) extends Record
Parse options that should be used when parsing commits and patches within a commit history.
Author:
Paul Bittner