Toggle navigation
Home
org.sonarqube.ws.Rules.Rule to org.sonar.batch.rule.LoadedActiveRule
No. of Instances - 21
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
RuleKey.parse(activeRule.getKey())
to
activeRule.getRuleKey()
activeRule.getLang()
to
activeRule.getLanguage()
activeRule.getTemplateKey()
to
activeRule.getTemplateRuleKey()
activeRule.getParams().getParamsList()
to
activeRule.getParams().entrySet()
r.getKey()
to
r.getRuleKey()
loadedRulesByKey.containsKey(r.getKey())
to
loadedRulesByKey.containsKey(r.getRuleKey())
r.getKey()
to
r.getRuleKey()
loadedRulesByKey.containsKey(r.getKey())
to
loadedRulesByKey.containsKey(r.getRuleKey())