]> source.dussan.org Git - sonarqube.git/commit
in fact Java 1.5 should support enum in annotations if the enum is defined before...
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 11 Oct 2010 21:06:03 +0000 (21:06 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 11 Oct 2010 21:06:03 +0000 (21:06 +0000)
commitd516294a9dd52572f60d0ae977ef5a0c85973356
treebf7af5852c6c33eac2bf8c512065c7718a6f1dab
parent4400a7bd8870b92293ffd446db12fa52c116433c
in fact Java 1.5 should support enum in annotations if the enum is defined before the field declaration
sonar-plugin-api/src/main/java/org/sonar/api/rules/Rule.java
sonar-plugin-api/src/main/java/org/sonar/api/rules/XMLRuleParser.java
sonar-plugin-api/src/test/java/org/sonar/api/rules/XMLRuleParserTest.java