]> source.dussan.org Git - sonarqube.git/commit
SONAR-3432 Support Regular expressions
authorDavid Gageot <david@gageot.net>
Fri, 6 Jul 2012 12:24:23 +0000 (14:24 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 6 Jul 2012 12:51:51 +0000 (14:51 +0200)
commit794e495aaa2cb8c848a3fd0cb48c502abdb72963
tree2029d15cbe4c8a0c440a146300ce7c8e7c824e06
parentb7fb648be56f846c25b70716f713805a9adb4653
SONAR-3432 Support Regular expressions
18 files changed:
plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
plugins/sonar-pmd-plugin/src/main/resources/org/sonar/plugins/pmd/rules.xml
sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldDeleteActiveRuleParametersFromARuleParameter-result.xml
sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldDeleteActiveRuleParametersFromARuleParameter.xml
sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldGetRuleParams.xml
sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldGetRules.xml
sonar-plugin-api/src/main/java/org/sonar/api/PropertyType.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetPropertyType.java
sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_type_REGULAR_EXPRESSION.html.erb [new file with mode: 0644]
sonar-server/src/test/resources/org/sonar/server/configuration/InheritedProfilesTest/shouldActivateInChildren-result.xml
sonar-server/src/test/resources/org/sonar/server/configuration/InheritedProfilesTest/shouldActivateInChildren.xml
sonar-server/src/test/resources/org/sonar/server/configuration/RuleChangeTest/changeParentProfile.xml
sonar-server/src/test/resources/org/sonar/server/configuration/RuleChangeTest/initialData.xml
sonar-server/src/test/resources/org/sonar/server/configuration/RuleChangeTest/ruleReverted.xml