}
actionDetectorMap.put(key, mergedActionDetector);
}
public Analysis buildAnalysis(List<RowDetector> rowDetectorList) {
Analysis analysis = new Analysis();
detectImpossibleMatch(analysis);
detectMultipleValuesForOneAction(analysis);
for (RowDetector otherRowDetector : rowDetectorList) {
if (this != otherRowDetector) {
detectConflict(analysis, otherRowDetector);