Package io.codemodder.remediation
Interface FixCandidateSearcher<T>
public interface FixCandidateSearcher<T>
Searches for potential fix locations in the source code.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionsearch
(com.github.javaparser.ast.CompilationUnit cu, String path, io.codemodder.codetf.DetectorRule rule, List<T> issuesForFile, Function<T, String> getKey, Function<T, Integer> getLine, Function<T, Integer> getColumn) Searches for potential fix locations in the source code.
-
Method Details
-
search
FixCandidateSearchResults<T> search(com.github.javaparser.ast.CompilationUnit cu, String path, io.codemodder.codetf.DetectorRule rule, List<T> issuesForFile, Function<T, String> getKey, Function<T, Integer> getLine, Function<T, Integer> getColumn) Searches for potential fix locations in the source code.
-