Table of Contents

Class CodeCloneGroup

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll
public sealed class CodeCloneGroup
Inheritance
CodeCloneGroup
Inherited Members

Properties

CloneType

public CodeCloneType CloneType { get; set; }

Property Value

CodeCloneType

Instances

public List<CodeCloneInstance> Instances { get; set; }

Property Value

List<CodeCloneInstance>

MatchType

public CodeMatchType MatchType { get; set; }

Property Value

CodeMatchType

NormalizationSummary

public string? NormalizationSummary { get; set; }

Property Value

string

Provenance

public CodeProvenance? Provenance { get; set; }

Property Value

CodeProvenance

RefactorSuggestions

public List<string> RefactorSuggestions { get; set; }

Property Value

List<string>

Similarity

public double Similarity { get; set; }

Property Value

double