]> source.dussan.org Git - sonarqube.git/commit
SONAR-1988 Description of rule parameters should be optional
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 23 Nov 2010 22:11:55 +0000 (22:11 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 23 Nov 2010 22:11:55 +0000 (22:11 +0000)
commit767f520c9a10f0842bf5bc0084defbf196337230
tree3179977129e8f951406b4288a488477a51e8e6ba
parentb603701f4475d1b0b2728dedbe61cb8133eac1cf
SONAR-1988 Description of rule parameters should be optional
sonar-core/src/main/java/org/sonar/jpa/entity/SchemaMigration.java
sonar-server/src/main/webapp/WEB-INF/config/environment.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/160_nullable_rule_parameter_description.rb [new file with mode: 0644]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/ITestsPlugin.java
tests/integration/sonar-it-reference-plugin/src/main/java/itests/rules/RuleWithoutDefinition.java [new file with mode: 0644]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/rules/SampleRules.java [new file with mode: 0644]