]> source.dussan.org Git - sonarqube.git/commit
SONAR-4908 New API to declare coding rules
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 8 Jan 2014 23:25:50 +0000 (00:25 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 8 Jan 2014 23:25:50 +0000 (00:25 +0100)
commit5917f884d758cd4947a6e793ac3310372b4fcae7
treedc30d0e82dbb7d914616ec6abf6d50e0bc7412b2
parente054dc1c096dfd7593d6cf9ff36ce0faa021525d
SONAR-4908 New API to declare coding rules

The extension point RuleDefinitions is not used yet.
sonar-plugin-api/src/main/java/org/sonar/api/rule/RuleDefinitions.java [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/rule/RuleTagFormat.java [new file with mode: 0644]
sonar-plugin-api/src/test/java/org/sonar/api/rule/RuleDefinitionsTest.java [new file with mode: 0644]
sonar-plugin-api/src/test/java/org/sonar/api/rule/RuleTagFormatTest.java [new file with mode: 0644]