Uses of Interface
org.variantsync.diffdetective.editclass.EditClassCatalogue
Packages that use EditClassCatalogue
Package
Description
-
Uses of EditClassCatalogue in org.variantsync.diffdetective.editclass.proposed
Classes in org.variantsync.diffdetective.editclass.proposed that implement EditClassCatalogueModifier and TypeClassDescriptionclass
The catalog of edit classes proposed in our ESEC/FSE'22 paper. -
Uses of EditClassCatalogue in org.variantsync.diffdetective.experiments.thesis_bm
Fields in org.variantsync.diffdetective.experiments.thesis_bm declared as EditClassCatalogueModifier and TypeFieldDescriptionprivate final EditClassCatalogue
ConstructionValidation.editClasses
Constructors in org.variantsync.diffdetective.experiments.thesis_bm with parameters of type EditClassCatalogueModifierConstructorDescriptionConstructionValidation
(com.github.gumtreediff.matchers.Matcher matcher, EditClassCatalogue editClasses) -
Uses of EditClassCatalogue in org.variantsync.diffdetective.metadata
Constructors in org.variantsync.diffdetective.metadata with parameters of type EditClassCatalogueModifierConstructorDescriptionEditClassCount
(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
Constructors in org.variantsync.diffdetective.variation.diff.transform with parameters of type EditClassCatalogueModifierConstructorDescriptionLabelWithEditClass
(EditClassCatalogue editClasses) Creates a new transformation that will use the given catalog of edit classes to relabelartifact
nodes.