Uses of Interface
org.variantsync.diffdetective.editclass.EditClassCatalogue
Package
Description
-
Uses of EditClassCatalogue in org.variantsync.diffdetective.editclass.proposed
Modifier and TypeClassDescriptionclass
The catalog of edit classes proposed in our ESEC/FSE'22 paper. -
Uses of EditClassCatalogue in org.variantsync.diffdetective.experiments.thesis_bm
Modifier and TypeFieldDescriptionprivate final EditClassCatalogue
ConstructionValidation.editClasses
ModifierConstructorDescriptionConstructionValidation
(com.github.gumtreediff.matchers.Matcher matcher, EditClassCatalogue editClasses) -
Uses of EditClassCatalogue in org.variantsync.diffdetective.metadata
ModifierConstructorDescriptionEditClassCount
(EditClassCatalogue editClasses) Create a new empty count that reports occurrences of the given edit class. -
Uses of EditClassCatalogue in org.variantsync.diffdetective.variation.diff.transform
ModifierConstructorDescriptionLabelWithEditClass
(EditClassCatalogue editClasses) Creates a new transformation that will use the given catalog of edit classes to relabelartifact
nodes.