Uses of Class
org.variantsync.diffdetective.editclass.EditClass
Packages that use EditClass
Package
Description
-
Uses of EditClass in org.variantsync.diffdetective.editclass
Methods in org.variantsync.diffdetective.editclass that return EditClassModifier and TypeMethodDescriptiondefault EditClassReturns the edit class that matches the given node.Methods in org.variantsync.diffdetective.editclass that return types with arguments of type EditClass -
Uses of EditClass in org.variantsync.diffdetective.editclass.proposed
Subclasses of EditClass in org.variantsync.diffdetective.editclass.proposedModifier and TypeClassDescription(package private) final classOur AddToPC edit class from the ESEC/FSE'22 paper.(package private) final classOur AddWithMapping edit class from the ESEC/FSE'22 paper.(package private) final classOur Generalization edit class from the ESEC/FSE'22 paper.(package private) final classOur Reconfiguration edit class from the ESEC/FSE'22 paper.(package private) final classOur Refactoring edit class from the ESEC/FSE'22 paper.(package private) final classOur RemFromPC edit class from the ESEC/FSE'22 paper.(package private) final classOur RemWithMapping edit class from the ESEC/FSE'22 paper.(package private) final classOur Specialization edit class from the ESEC/FSE'22 paper.(package private) final classOur Untouched edit class from the ESEC/FSE'22 paper.Fields in org.variantsync.diffdetective.editclass.proposed declared as EditClassModifier and TypeFieldDescriptionstatic final EditClassProposedEditClasses.AddToPCstatic final EditClassProposedEditClasses.AddWithMappingstatic final EditClassProposedEditClasses.Generalizationstatic final EditClassProposedEditClasses.Reconfigurationstatic final EditClassProposedEditClasses.Refactoringstatic final EditClassProposedEditClasses.RemFromPCstatic final EditClassProposedEditClasses.RemWithMappingstatic final EditClassProposedEditClasses.Specializationstatic final EditClassProposedEditClasses.UntouchedFields in org.variantsync.diffdetective.editclass.proposed with type parameters of type EditClassModifier and TypeFieldDescriptionProposedEditClasses.AllA list of all nine edit classes in their order of appearance in the paper.ProposedEditClasses.EditClassesByTypeA map of all nine edit classes, indexed by their DiffType.Methods in org.variantsync.diffdetective.editclass.proposed that return EditClassMethods in org.variantsync.diffdetective.editclass.proposed that return types with arguments of type EditClass -
Uses of EditClass in org.variantsync.diffdetective.experiments.thesis_bm
Fields in org.variantsync.diffdetective.experiments.thesis_bm with type parameters of type EditClassModifier and TypeFieldDescriptionorg.variantsync.functjonal.map.MergeMap<EditClass, org.variantsync.functjonal.map.MergeMap<EditClass, Integer>> ConstructionValidation.ComparisonResult.editClassMovementsCounts of edit class flows (edit class pair of a projection of the compared variation diffs)org.variantsync.functjonal.map.MergeMap<EditClass, org.variantsync.functjonal.map.MergeMap<EditClass, Integer>> ConstructionValidation.ComparisonResult.editClassMovementsCounts of edit class flows (edit class pair of a projection of the compared variation diffs) -
Uses of EditClass in org.variantsync.diffdetective.metadata
Fields in org.variantsync.diffdetective.metadata with type parameters of type EditClassModifier and TypeFieldDescriptionprivate final LinkedHashMap<EditClass, EditClassCount.Occurrences> EditClassCount.occurrencesMethods in org.variantsync.diffdetective.metadata that return types with arguments of type EditClassModifier and TypeMethodDescriptionEditClassCount.getOccurrences()Returns the current occurrence count for each considered edit class.Methods in org.variantsync.diffdetective.metadata with parameters of type EditClassModifier and TypeMethodDescriptionvoidEditClassCount.reportOccurrenceFor(EditClass editClass, CommitDiff commit) Report the match of the given edit class in the given commit diff. -
Uses of EditClass in org.variantsync.diffdetective.mining.formats
Methods in org.variantsync.diffdetective.mining.formats that return EditClassModifier and TypeMethodDescriptionprivate static EditClassReleaseMiningDiffNodeFormat.fromId(int id) Methods in org.variantsync.diffdetective.mining.formats with parameters of type EditClass -
Uses of EditClass in org.variantsync.diffdetective.tablegen.styles
Methods in org.variantsync.diffdetective.tablegen.styles that return types with arguments of type EditClassModifier and TypeMethodDescriptionprivate static Stream<Map.Entry<EditClass, EditClassCount.Occurrences>> VariabilityShare.getVariationalEditClasses(ContentRow row) Returns the number of occurrences of edit classes present in the table.Methods in org.variantsync.diffdetective.tablegen.styles with parameters of type EditClassModifier and TypeMethodDescriptionprivate static StringShortTable.absoluteCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the absolute number of occurrences ofeditClassinrow.private StringVariabilityShare.getRelativeShareOf(EditClass editClass, ContentRow row) Compute the number of occurrences ofeditClassrelative to the edit classes actually present in this table.private static booleanVariabilityShare.isEditToVariability(EditClass c) Returns if the edit classcshould be present in this table.private static StringShortTable.relativeCountOf(ShortTable t, EditClass editClass, ContentRow row) Returns a formatted string of the relative number of occurrences ofeditClassinrow.Method parameters in org.variantsync.diffdetective.tablegen.styles with type arguments of type EditClassModifier and TypeMethodDescriptionprivate static List<ColumnDefinition> ShortTable.columns(ShortTable t, org.apache.commons.lang3.function.TriFunction<ShortTable, EditClass, ContentRow, String> getEditClassCount) Returns a list of all columns contained in this table.