aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-9/+11
* SONAR-1829: Use severity instead of priorityGodin2010-12-077-29/+29
* SONAR-1988 Description of rule parameters should be optionalsimonbrandhof2010-12-071-2/+2
* Fix testGodin2010-12-061-6/+7
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-064-54/+120
* SONAR-2011: Deprecate Project.getGroupId() and Project.getArtifactId()Godin2010-12-061-14/+28
* Deprecate Project.getReuseExistingRulesConfigGodin2010-12-062-0/+7
* Fix typosGodin2010-12-062-2/+3
* Improve ViolationsDecoratorTestGodin2010-12-061-1/+11
* SONAR-249 add 2 periods for variation values + rename SNAPSHOT.VAR_xxx column...simonbrandhof2010-12-064-105/+292
* NewViolationsDecorator should count new violations by priority and by ruleGodin2010-12-061-4/+24
* SONAR-2011:Godin2010-12-061-1/+3
* SONAR-249 add some unit testssimonbrandhof2010-12-042-20/+54
* SONAR-2011: Remove dependency on maven-core from sonar-plugin-apiGodin2010-12-032-8/+4
* SONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plu...Godin2010-12-032-14/+19
* SONAR-1450: Add checksum to RuleFailureModel and use it in ViolationPersister...Godin2010-12-031-0/+11
* SONAR-249 remove the annotation @SupportVariationDashboardsimonbrandhof2010-12-031-36/+0
* SONAR-1683: Remove dependency on maven-dependency-tree from sonar-plugin-apiGodin2010-12-031-4/+0
* SONAR-249 do not hide widgets which are changed in variation view + improve r...simonbrandhof2010-12-031-7/+7
* Fix violation reported on Nemo.Godin2010-12-021-5/+5
* Fix JavaDocsGodin2010-12-021-2/+5
* Minor fixes for class MeasureGodin2010-12-021-25/+56
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-012-42/+50
* Fix JavaDocGodin2010-12-011-3/+3
* Deprecate some classes from org.sonar.api.web.gwt.client.webservicesGodin2010-12-0115-22/+82
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0129-166/+202
* SONAR-1450: Fix NPE in NewViolationsDecoratorGodin2010-12-011-0/+2
* SONAR-1450: Add first implementation of NewViolationsDecoratorGodin2010-11-303-42/+48
* SONAR-1450: Add createdAt to Violation classGodin2010-11-301-10/+31
* SONAR-249 add the columns SNAPSHOT.VAR_MODE_x and VAR_LABEL_x (x=1, 2 or 3)simonbrandhof2010-11-301-0/+77
* Fix violations reported on Nemo, fix JavaDocsGodin2010-11-309-73/+67
* SONAR-249 add variation values to Ruby APIsimonbrandhof2010-11-301-0/+36
* SONAR-1450: Add the column RULE_FAILURES.CREATED_ATGodin2010-11-301-6/+16
* SONAR-1450: Revert some changes made yesterdayGodin2010-11-301-4/+6
* Fix violations reported on NemoGodin2010-11-302-8/+8
* SONAR-249 improve core components to load rules and metricssimonbrandhof2010-11-293-69/+12
* SONAR-249 always save measures with diff values, even if best valuesimonbrandhof2010-11-291-12/+0
* SONAR-249 add the decorator to calculate differential values of measures.simonbrandhof2010-11-291-4/+10
* SONAR-2017 Log execution time of decoratorssimonbrandhof2010-11-281-1/+1
* Fix violations reported on NemoGodin2010-11-281-3/+6
* Fix violations reported on NemoGodin2010-11-268-34/+25
* SONAR-1405: The API must optionally allow plugins to add rule violations on l...Godin2010-11-263-7/+29
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-2612-191/+179
* fix javadocsimonbrandhof2010-11-241-4/+1
* SONAR-1556: When a language is specified with the 'sonar.language' property b...Godin2010-11-231-5/+8
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-184-152/+0
* trying to fix a jetty deadlock issue in the unit test HttpDownloaderTestsimonbrandhof2010-11-161-10/+102
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ...Godin2010-11-152-2/+91
* fix unit testsimonbrandhof2010-11-121-4/+4