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.DetectorRule
A description of the rule.Detection tool name.
-
Method Details
-
vendorName
String vendorName()Detection tool name. -
detectorRule
io.codemodder.codetf.DetectorRule detectorRule()A description of the rule.
-