getFixContributors abstract method
Return a list containing the fix contributors that should be used to create
fixes for the file with the given path
.
Implementation
List<FixContributor> getFixContributors(String path);
Return a list containing the fix contributors that should be used to create
fixes for the file with the given path
.
List<FixContributor> getFixContributors(String path);