aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/resources
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-10-19 12:28:40 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-10-19 12:28:40 +0000
commit21d609df3a50bc7252d383ece40413ba3baac6ff (patch)
tree7af3758860a429f97ca666c7facdbd716e136ca9 /sonar-plugin-api/src/test/resources
parent2ca3e28c0bc9990f774b7c927e04f100894b1004 (diff)
downloadsonarqube-21d609df3a50bc7252d383ece40413ba3baac6ff.tar.gz
sonarqube-21d609df3a50bc7252d383ece40413ba3baac6ff.zip
SONAR-1852 Add the analysis date to the Java web service client libray
Diffstat (limited to 'sonar-plugin-api/src/test/resources')
-rw-r--r--sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml
index 4d807407097..3ae3d4d86a6 100644
--- a/sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml
+++ b/sonar-plugin-api/src/test/resources/org/sonar/api/rules/XMLRuleParserTest/rules.xml
@@ -6,7 +6,7 @@
<description>
<![CDATA[Checks that local, non-final variable names conform to a format specified by the format property.]]>
</description>
- <isoCategory>Efficiency</isoCategory>
+ <category name="Efficiency" />
<configKey>Checker/TreeWalker/LocalVariableName</configKey>
<priority>BLOCKER</priority>
<cardinality>MULTIPLE</cardinality>
@@ -35,6 +35,6 @@
<description>
<![CDATA[Checks for magic numbers.]]>
</description>
- <isoCategory>Maintainability</isoCategory>
+ <category name="Maintainability" />
</rule>
</rules> \ No newline at end of file