aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* quality model API: simplify difference between property numeric value and tex...simonbrandhof2010-10-042-40/+26
* quality models API: add Model.removeCharacteristic(...)simonbrandhof2010-10-041-0/+22
* add some methods to quality model APIsimonbrandhof2010-10-022-0/+37
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-304-6/+6
* XMLProfileImporter : check that the nodes <name> and <language> are definedsimonbrandhof2010-09-282-0/+28
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-32/+5
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-261-0/+19
* replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google g...simonbrandhof2010-09-241-1/+2
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-241-15/+14
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-235-52/+70
* add unit test to AnnotationUtilsTestsimonbrandhof2010-09-231-1/+9
* add the package org.sonar.api.checks in order to implement its own rules enginesimonbrandhof2010-09-237-0/+335
* remove logback-test.xml from sonar-plugin-api: it generates too many warnings...simonbrandhof2010-09-221-27/+0
* sonar-plugin-api: use parallel junit testssimonbrandhof2010-09-223-66/+33
* add unit test to CharacteristicPropertysimonbrandhof2010-09-211-0/+72
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder t...simonbrandhof2010-09-211-0/+64
* add unit tests to quality modelssimonbrandhof2010-09-161-0/+44
* undo: some unit tests have been wrongly moved to sonar-deprecatedsimonbrandhof2010-09-1610-0/+494
* SONAR-1749 MavenPlugin api, offer way to build nested xml-elementssimonbrandhof2010-09-141-4/+42
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1416-994/+0
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1419-1088/+0
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-1310-70/+101
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-101-1/+3
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-101-0/+65
* fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is err...fmallet2010-09-101-22/+53
* add unit tests to ProfilePrototypesimonbrandhof2010-09-071-0/+55
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-063-23/+31
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-06163-0/+9266