Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | undo: some unit tests have been wrongly moved to sonar-deprecated | simonbrandhof | 2010-09-16 | 10 | -0/+494 | |
| | ||||||
* | Default XML format to define rules : add the property <defaultValue> to ↵ | simonbrandhof | 2010-09-16 | 1 | -2/+5 | |
| | | | | <param> nodes | |||||
* | SONAR-1749 MavenPlugin api, offer way to build nested xml-elements | simonbrandhof | 2010-09-14 | 2 | -15/+76 | |
| | ||||||
* | move deprecated rule API to sonar-deprecated | simonbrandhof | 2010-09-14 | 29 | -2055/+0 | |
| | ||||||
* | move deprecated check api to sonar-deprecated | simonbrandhof | 2010-09-14 | 39 | -2944/+0 | |
| | ||||||
* | improve javadoc of profile API | simonbrandhof | 2010-09-14 | 1 | -25/+22 | |
| | ||||||
* | SONAR-1229 simplify the profiles API | simonbrandhof | 2010-09-13 | 18 | -345/+220 | |
| | ||||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 4 | -4/+17 | |
| | | | | * fix some integration tests | |||||
* | delete unused class | simonbrandhof | 2010-09-10 | 1 | -127/+0 | |
| | ||||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 17 | -35/+169 | |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | |||||
* | simplify ValidationMessages and ProfileDefinition | simonbrandhof | 2010-09-10 | 8 | -71/+168 | |
| | ||||||
* | fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is ↵ | fmallet | 2010-09-10 | 3 | -40/+81 | |
| | | | | error prone when importing Unit Test source code | |||||
* | add CHARACTERISTICS.DESCRIPTION | simonbrandhof | 2010-09-08 | 1 | -1/+16 | |
| | ||||||
* | SONAR-1549 The Sonar profile creation form doesn't allow to import ↵ | simonbrandhof | 2010-09-07 | 2 | -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 ProfilePrototype | simonbrandhof | 2010-09-07 | 1 | -0/+55 | |
| | ||||||
* | SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵ | simonbrandhof | 2010-09-07 | 2 | -3/+23 | |
| | | | | | | PMD configuration file(s) SONAR-1229 Export/Import a given Sonar quality profile | |||||
* | SONAR-1229 Export/Import a given Sonar quality profile | simonbrandhof | 2010-09-06 | 10 | -70/+156 | |
| | ||||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 416 | -0/+34764 | |
value of rule parameters in Q profile console |