OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
activeRuleById = from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getId)activeRuleByUuid = from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getUuid)from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getId)from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getUuid)sonarqube34d010c997b9829a3b1e62344b907b445166fa79org.sonar.server.rule.RuleUpdater
_1233
_2233
_1activeRuleById
_2activeRuleByUuid
v0from(activeRuleDtos)
v0from(activeRuleDtos)
AssignedToTrue
Map<Integer,OrgActiveRuleDto> activeRuleById=from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getId);Map<String,OrgActiveRuleDto> activeRuleByUuid=from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getUuid);from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getId)from(activeRuleDtos).uniqueIndex(ActiveRuleDto::getUuid)sonarqube34d010c997b9829a3b1e62344b907b445166fa79org.sonar.server.rule.RuleUpdater
_1233
_2233
_1activeRuleById
_2activeRuleByUuid
v0from(activeRuleDtos)
v0from(activeRuleDtos)
AssignedToTrue