aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [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 ↵simonbrandhof2010-09-283-11/+34
| | | | measure tendencies
* checkstyle unit tests must not request http://www.puppycrawl.com when ↵simonbrandhof2010-09-282-7/+15
| | | | parsing XML. It avoids building sonar in offline mode.
* SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵simonbrandhof2010-09-242-4/+15
| | | | creation of resources in methods saveViolation() and saveMeasure().
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-245-9/+4
| | | | does not work
* fix SONAR-1802 : Can't import FindBugs profile when some rules are ↵fmallet2010-09-233-11/+13
| | | | duplicated in the findbugs.xml configuration file
* 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 ↵simonbrandhof2010-09-2213-27/+58
| | | | parallel unit tests on plugins checkstyle, pmd and findbugs
* 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 ↵simonbrandhof2010-09-203-3/+2
| | | | rule is activated (profile console + provided profiles loaded at startup)
* fix : The PMD rule CloneMethodMustImplementCloneable was not imported from ↵fmallet2010-09-171-1/+1
| | | | the profile Sonar Way
* fix integration test : SONAR-583-reuse-rules-configfmallet2010-09-171-6/+8
|
* fix integration test : the root node of a PMD configuration is "ruleset" and ↵fmallet2010-09-174-6/+6
| | | | not "resultset"
* When the import of a PMD configuration file fails, the full stack trace is ↵fmallet2010-09-171-3/+7
| | | | logged in the Sonar log file.
* fix SONAR-1480 : No way to export Findbugs rules in a XML file and then to ↵fmallet2010-09-1732-786/+1959
| | | | | | reimport this file to create a new Quality profile Moreover, the Findbugs plugin now uses the new Rule API
* Prevent Unit Tests from generating report file outside of the /target directoryfmallet2010-09-164-16/+4
|
* fix SONAR-1766 - A warning is generated when the user tries to import a PMD ↵fmallet2010-09-153-1/+23
| | | | configuration file with contains XPath rules. Those rules must be defined through the user web interface.
* SONAR-1766 - remove useless test resourcefmallet2010-09-152-1/+1
|
* SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ↵fmallet2010-09-1512-136/+143
| | | | interface and is operational.
* remove unexpected use of System.outfmallet2010-09-151-1/+0
|
* SONAR-1766 : Definition of the XPath rule and first version of the export ↵fmallet2010-09-1510-63/+215
| | | | mechanism
* SONAR-1766 : The PMD plugin uses the new Sonar rule APIfmallet2010-09-1526-693/+701
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-143-1/+11
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-141-0/+5
|
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-1312-70/+184
|
* SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵fmallet2010-09-1212-66/+372
| | | | PMD XPath rule
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-103-4/+14
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-101-3/+3
|
* fix SONAR-1534 : Activation of all the default FindBugs rulesfmallet2010-09-101-12/+86
|
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵simonbrandhof2010-09-081-1/+1
| | | | PMD configuration file(s)
* SONAR-1549 The Sonar profile creation form doesn't allow to import ↵simonbrandhof2010-09-074-17/+48
| | | | | | checkstyle,pmd and Findbugs conf files when several langages are defined SONAR-440 add warnings to checkstyle when importing configuration
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵simonbrandhof2010-09-0711-33/+364
| | | | | | PMD configuration file(s) SONAR-1229 Export/Import a given Sonar quality profile
* checkstyle plugin : add some unit testssimonbrandhof2010-09-079-26/+157
|
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-061-1/+4
|
* checkstyle plugin : remove some useless filessimonbrandhof2010-09-064-39/+0
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061465-0/+129407
value of rule parameters in Q profile console