소스 검색

the rule.setUniqueKey(String repositoryKey, String key) also feed the mandatory configKey property with the value of the key

tags/2.6
fmallet 13 년 전
부모
커밋
d5ad02bdab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      sonar-plugin-api/src/main/java/org/sonar/api/rules/Rule.java

+ 1
- 1
sonar-plugin-api/src/main/java/org/sonar/api/rules/Rule.java 파일 보기

@@ -332,7 +332,7 @@ public final class Rule {
}
public Rule setUniqueKey(String repositoryKey, String key) {
return setRepositoryKey(repositoryKey).setKey(key);
return setRepositoryKey(repositoryKey).setKey(key).setConfigKey(key);
}
public Cardinality getCardinality() {

Loading…
취소
저장