aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre...simonbrandhof2010-09-242-0/+43
* replace some "new ArrayList<GENERIC>()" with Lists.newArrayList() of google g...simonbrandhof2010-09-242-5/+6
* add the repository name to the parameters of AnnotationRuleRepository.create()simonbrandhof2010-09-241-3/+4
* do not execute unit tests in parallel in sonar-plugin-apisimonbrandhof2010-09-241-10/+0
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-247-20/+64
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-239-114/+130
* The default value of the RuleParam type parameter is "s" (String)fmallet2010-09-231-1/+1
* the rule.setUniqueKey(String repositoryKey, String key) also feed the mandato...fmallet2010-09-231-1/+1
* add unit test to AnnotationUtilsTestsimonbrandhof2010-09-231-1/+9
* fix issue in AnnotationUtils.getClassAnnotation(Object obj, Class<A> annotati...simonbrandhof2010-09-231-1/+2
* depreciate the methods Plugin.getKey(), getName() and getDescription()simonbrandhof2010-09-232-2/+7
* add the package org.sonar.api.checks in order to implement its own rules enginesimonbrandhof2010-09-2311-0/+732
* 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-224-66/+43
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-222-11/+21
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-222-0/+22
* add factory methods to org.sonar.api.qualitymodel.Characteristicsimonbrandhof2010-09-222-1/+13
* add unit test to CharacteristicPropertysimonbrandhof2010-09-211-0/+72
* quality models: limit the methods of org.sonar.api.qualitymodel.ModelFinder t...simonbrandhof2010-09-214-14/+95
* add characteristic properties to quality modelssimonbrandhof2010-09-212-7/+146
* Rules API: parameters with default value are automatically activated when a r...simonbrandhof2010-09-202-18/+1
* add unit tests to quality modelssimonbrandhof2010-09-162-4/+47
* add the column CHARACTERISTICS.ENABLEDsimonbrandhof2010-09-162-8/+46
* 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 <para...simonbrandhof2010-09-161-2/+5
* 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
* delete unused classsimonbrandhof2010-09-101-127/+0
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-1017-35/+169
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-108-71/+168
* fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is err...fmallet2010-09-103-40/+81
* add CHARACTERISTICS.DESCRIPTIONsimonbrandhof2010-09-081-1/+16
* SONAR-1549 The Sonar profile creation form doesn't allow to import checkstyle...simonbrandhof2010-09-072-8/+24
* add unit tests to ProfilePrototypesimonbrandhof2010-09-071-0/+55
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or P...simonbrandhof2010-09-072-3/+23
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-0610-70/+156
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-06416-0/+34764