aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/rules/DeprecatedProfilesTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2469 refactor Modulesimonbrandhof2011-05-251-55/+0
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-4/+3
|
* API: improve the pattern to define quality profiles. The extension point is ↵simonbrandhof2010-10-081-2/+1
| | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.
* SONAR-1776 - Add a page Permalinks to the profile consolesimonbrandhof2010-09-131-6/+7
|
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-101-2/+3
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-101-2/+2
|
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-061-0/+55