Package io.codemodder.codetf
Class Finding
java.lang.Object
io.codemodder.codetf.Finding
- Direct Known Subclasses:
FixedFinding
,UnfixedFinding
Describes a detected finding that served as input to the codemod.
When a codemod is able to fix a finding, it should create a FixedFinding
instance. If
a codemod would typically fix findings of this type but cannot, it can create an UnfixedFinding
instance to explain why.
Findings typically have some ID specified in the detector results.
-
Method Summary