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

    • Refactoring

      Refactoring()
  • Method Details

    • matchesArtifactNode

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