Class RemWithMapping
java.lang.Object
org.variantsync.diffdetective.editclass.Pattern<DiffNode<?>>
org.variantsync.diffdetective.editclass.EditClass
org.variantsync.diffdetective.editclass.proposed.RemWithMapping
Our RemWithMapping edit class from the ESEC/FSE'22 paper.
- Author:
- Paul Bittner, Sören Viegener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
matchesArtifactNode
(DiffNode<?> artifactNode) Returns true iff the given node matches this edit class.Methods inherited from class org.variantsync.diffdetective.editclass.EditClass
anyMatch, getDiffType, matches
-
Constructor Details
-
RemWithMapping
RemWithMapping()
-
-
Method Details
-
matchesArtifactNode
Description copied from class:EditClass
Returns true iff the given node matches this edit class.- Specified by:
matchesArtifactNode
in classEditClass
- Parameters:
artifactNode
- Node which has node type ARTIFACT and whose DiffType is the same asEditClass.getDiffType()
.
-