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