Interface FixCandidateSearchResults<T>


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

    Modifier and Type
    Method
    Description
    The potential fix locations.
    List<io.codemodder.codetf.UnfixedFinding>
    The findings that for which we could not find potential fix locations.
    Issues that were not matched by this searcher
  • Method Details

    • unfixableFindings

      List<io.codemodder.codetf.UnfixedFinding> unfixableFindings()
      The findings that for which we could not find potential fix locations.
    • unmatchedIssues

      List<T> unmatchedIssues()
      Issues that were not matched by this searcher
      Returns:
    • fixCandidates

      List<FixCandidate<T>> fixCandidates()
      The potential fix locations.