Uses of Class
org.variantsync.diffdetective.editclass.Pattern
Package
Description
-
Uses of Pattern in org.variantsync.diffdetective.editclass
Modifier and TypeClassDescriptionclass
Abstract edit class according to our ESEC/FSE'22 paper. -
Uses of Pattern in org.variantsync.diffdetective.editclass.proposed
Modifier and TypeClassDescription(package private) final class
Our AddToPC edit class from the ESEC/FSE'22 paper.(package private) final class
Our AddWithMapping edit class from the ESEC/FSE'22 paper.(package private) final class
Our Generalization edit class from the ESEC/FSE'22 paper.(package private) final class
Our Reconfiguration edit class from the ESEC/FSE'22 paper.(package private) final class
Our Refactoring edit class from the ESEC/FSE'22 paper.(package private) final class
Our RemFromPC edit class from the ESEC/FSE'22 paper.(package private) final class
Our RemWithMapping edit class from the ESEC/FSE'22 paper.(package private) final class
Our Specialization edit class from the ESEC/FSE'22 paper.(package private) final class
Our Untouched edit class from the ESEC/FSE'22 paper.