getFixContributors abstract method

List<FixContributor> getFixContributors(
  1. String path
)

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);