Toggle navigation
Home
java.lang.String to org.sonar.api.rule.RuleKey
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'sonarqube'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
r.getKey()
to
r.getRuleKey()
loadedRulesByKey.containsKey(r.getKey())
to
loadedRulesByKey.containsKey(r.getRuleKey())
profileKey
to
ruleKey.toString()
RuleKey.of("repo",ruleKey)
to
ruleKey
Rename Variable
profileKeys
to
ruleKeys