Package io.codemodder.codetf
Class CodeTFChangesetEntry
java.lang.Object
io.codemodder.codetf.CodeTFChangesetEntry
Describes an individual changeset entry.
-
Constructor Summary
ConstructorsConstructorDescriptionCodeTFChangesetEntry
(String path, String diff, List<CodeTFChange> changes) CodeTFChangesetEntry
(String path, String diff, List<CodeTFChange> changes, CodeTFAiMetadata ai, Strategy strategy, boolean provisional, List<FixedFinding> fixedFindings, FixQuality fixQuality) -
Method Summary
-
Constructor Details
-
CodeTFChangesetEntry
public CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes, CodeTFAiMetadata ai, Strategy strategy, boolean provisional, List<FixedFinding> fixedFindings, FixQuality fixQuality) -
CodeTFChangesetEntry
-
-
Method Details
-
getPath
-
getDiff
-
getChanges
-
getAi
-
usesAi
public boolean usesAi() -
getStrategy
-
isProvisional
public boolean isProvisional() -
getFixQuality
-
getFixedFindings
Fixed findings that are not associated with any particular change -
equals
-
hashCode
public int hashCode() -
toString
-