aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* undo: some unit tests have been wrongly moved to sonar-deprecatedsimonbrandhof2010-09-1610-0/+494
|
* Default XML format to define rules : add the property <defaultValue> to ↵simonbrandhof2010-09-161-2/+5
| | | | <param> nodes
* SONAR-1749 MavenPlugin api, offer way to build nested xml-elementssimonbrandhof2010-09-142-15/+76
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1429-2055/+0
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1439-2944/+0
|
* improve javadoc of profile APIsimonbrandhof2010-09-141-25/+22
|
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-1318-345/+220
|
* * quality models : rename ModelProvider to ModelFindersimonbrandhof2010-09-104-4/+17
| | | | * fix some integration tests
* delete unused classsimonbrandhof2010-09-101-127/+0
|
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-1017-35/+169
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-108-71/+168
|
* fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is ↵fmallet2010-09-103-40/+81
| | | | error prone when importing Unit Test source code
* add CHARACTERISTICS.DESCRIPTIONsimonbrandhof2010-09-081-1/+16
|
* SONAR-1549 The Sonar profile creation form doesn't allow to import ↵simonbrandhof2010-09-072-8/+24
| | | | | | checkstyle,pmd and Findbugs conf files when several langages are defined SONAR-440 add warnings to checkstyle when importing configuration
* add unit tests to ProfilePrototypesimonbrandhof2010-09-071-0/+55
|
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵simonbrandhof2010-09-072-3/+23
| | | | | | PMD configuration file(s) SONAR-1229 Export/Import a given Sonar quality profile
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-0610-70/+156
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-06416-0/+34764
value of rule parameters in Q profile console