Package io.codemodder.remediation
Interface LegacyFixCandidateSearchResults<T>
Deprecated.
The results of a fix candidate search.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The potential fix locations.List<io.codemodder.codetf.UnfixedFinding>
Deprecated.The findings that for which we could not find potential fix locations.
-
Method Details
-
unfixableFindings
List<io.codemodder.codetf.UnfixedFinding> unfixableFindings()Deprecated.The findings that for which we could not find potential fix locations. -
fixCandidates
List<LegacyFixCandidate<T>> fixCandidates()Deprecated.The potential fix locations.
-