Package io.codemodder
Interface FixOnlyCodeChanger
public interface FixOnlyCodeChanger
A codemod that only fixes issues and does not perform its own detection, instead relying on
external analysis from other tools.
This is often provided via SARIF but can be provided by other means.
-
Method Summary
Modifier and TypeMethodDescriptionio.codemodder.codetf.DetectionTool
Detection tool metadata for this codemod.
-
Method Details
-
getDetectionTool
io.codemodder.codetf.DetectionTool getDetectionTool()Detection tool metadata for this codemod.
-