Uses of Class
io.codemodder.codetf.CodeTFChange
Packages that use CodeTFChange
-
Uses of CodeTFChange in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFChangeMethods in io.codemodder.codetf that return types with arguments of type CodeTFChangeMethods in io.codemodder.codetf with parameters of type CodeTFChangeModifier and TypeMethodDescriptionstatic CodeTFChange.Builder
CodeTFChange.basedOn
(CodeTFChange change) Create a newCodeTFChange
builder based on an existing instance.Constructor parameters in io.codemodder.codetf with type arguments of type CodeTFChangeModifierConstructorDescriptionCodeTFChangesetEntry
(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)