final class AddToPC extends EditClass
Our AddToPC edit class from the ESEC/FSE'22 paper.
Author:
Paul Bittner, Sören Viegener
  • Constructor Details

    • AddToPC

      AddToPC()
  • Method Details

    • matchesArtifactNode

      protected boolean matchesArtifactNode(DiffNode<?> node)
      Description copied from class: EditClass
      Returns true iff the given node matches this edit class.
      Specified by:
      matchesArtifactNode in class EditClass
      Parameters:
      node - Node which has node type ARTIFACT and whose DiffType is the same as EditClass.getDiffType().