Currently BruteForceSequenceMatcher doesn't handle multiple comma-delimited sources provided in sonar.sources. One might specify multiple comma-delimited source paths via sonar.sources in order to analyze both Scala and JavaScript, for example.
This hack doesn't fix the root issue but makes the behavior a little more straightforward, as right now it just treats a list of paths as a single path.
Currently
BruteForceSequenceMatcher
doesn't handle multiple comma-delimited sources provided insonar.sources
. One might specify multiple comma-delimited source paths viasonar.sources
in order to analyze both Scala and JavaScript, for example.This hack doesn't fix the root issue but makes the behavior a little more straightforward, as right now it just treats a list of paths as a single path.