Interface LegacyFixCandidateSearchResults<T>


@Deprecated public interface LegacyFixCandidateSearchResults<T>
Deprecated.
The results of a fix candidate search.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    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.