100101102103104105106107108109110
))); if (sourceFiles.isEmpty()) { return; } CpdMapping mapping = mappings.getMapping(languageKey); // Create index SonarDuplicationsIndex index = indexFactory.create(project, languageKey); populateIndex(languageKey, sourceFiles, mapping, index);