aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-268-12/+22
|
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵simonbrandhof2010-09-246-19/+133
| | | | creation of resources in methods saveViolation() and saveMeasure().
* do not keep in cache violations in DecoratorContextsimonbrandhof2010-09-241-6/+3
|
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+1
|
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-223-14/+14
|
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-223-12/+15
|
* * quality models : rename ModelProvider to ModelFindersimonbrandhof2010-09-101-2/+2
| | | | * fix some integration tests
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-101-2/+2
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-06119-0/+6948
value of rule parameters in Q profile console