aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1772: Use existing rules configGodin2010-10-214-15/+55
* SONAR-1832: Create an architecture rule engineGodin2010-10-2110-1/+252
* SONAR-1772: Use existing rules configGodin2010-10-204-18/+40
* SONAR-1808: Fix possible NPEGodin2010-10-201-1/+2
* SONAR-1808: Add CoberturaUtilsGodin2010-10-203-17/+17
* SONAR-1808: Add CoberturaUtilsGodin2010-10-204-92/+133
* SONAR-1784: Add SurefireUtilsGodin2010-10-2011-88/+98
* SONAR-1772:Godin2010-10-192-1/+29
* SONAR-1772: Reuse reportGodin2010-10-192-8/+63
* SONAR-1772: Add FindbugsNativeSensorTestGodin2010-10-192-5/+54
* SONAR-1772: Fix dependencies for findbugs in order to avoid 'VerifyError: Can...Godin2010-10-191-3/+11
* SONAR-1772:Godin2010-10-196-11/+29
* SONAR-1772: Add FindbugsVersionTestGodin2010-10-181-0/+15
* SONAR-1784: Move AbstractSurefireParser to package org.sonar.plugins.surefire...Godin2010-10-182-2/+6
* SONAR-1772: Execute findbugs in separate thread and terminate after "sonar.fi...Godin2010-10-181-1/+1
* SONAR-1772: Execute findbugs in separate thread and terminate after "sonar.fi...Godin2010-10-184-3/+35
* SONAR-1772:Godin2010-10-186-12/+65
* SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot the...Godin2010-10-1811-4/+1443
* SONAR-1808: Move AbstractCoberturaParser to package org.sonar.plugins.cobertu...Godin2010-10-182-1/+2
* SONAR-1808: Fix CoberturaSensor.Godin2010-10-171-1/+1
* SONAR-1808: Add "since" javadocGodin2010-10-171-0/+3
* SONAR-1808: Extract AbstractCoberturaParser from CoberturaSensor.Godin2010-10-172-144/+163
* SONAR-1784: Extract AbstractSurefireParser from SurefireSensor.Godin2010-10-172-105/+126
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-1211-11/+11
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-1211-11/+11
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-089-25/+29
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-0811-33/+43
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-089-67/+108
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-0511-11/+11
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-0511-11/+11
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-3011-11/+11
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-3011-11/+11
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-3011-13/+12
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-303-8/+8
* remove use of deprecated constructors in CoberturaSensor and CloverSensorsimonbrandhof2010-09-294-63/+51
* SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea...simonbrandhof2010-09-283-11/+34
* checkstyle unit tests must not request http://www.puppycrawl.com when parsing...simonbrandhof2010-09-282-7/+15
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre...simonbrandhof2010-09-242-4/+15
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-245-9/+4
* fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated...fmallet2010-09-233-11/+13
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-234-4/+3
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-233-0/+13
* findbugs plugin: improve a unit testsimonbrandhof2010-09-231-3/+10
* remove unused GWT permutations in order to increase build duration + use para...simonbrandhof2010-09-2213-27/+58
* SONAR-1798 rename RULE_FAILURES.POINTS to COSTsimonbrandhof2010-09-228-48/+48
* SONAR-1798 Ability to register a number of points to a rule violationsimonbrandhof2010-09-228-48/+48
* Add pluginDescription for Surefire, Core, DesignGodin2010-09-214-5/+8
* SONAR-1778: Add pluginDescription for Cobertura and Google analyticsGodin2010-09-203-2/+4
* Rules API: parameters with default value are automatically activated when a r...simonbrandhof2010-09-203-3/+2
* fix : The PMD rule CloneMethodMustImplementCloneable was not imported from th...fmallet2010-09-171-1/+1