aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix Checkstyle extension implementation : MethodsCountCheck. A ↵fmallet2010-09-201-1/+6
| | | | NullPointerException was thrown on files without java class definition.
* fix integration test, the checkstyle rule 'Methods Count Check' was not ↵fmallet2010-09-171-2/+2
| | | | taken into account
* 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
|
* add methods JRubyFacade.getRuleRepositories() and getRuleRepository(String key)simonbrandhof2010-09-173-22/+19
|
* 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
* fix integration tests on alertssimonbrandhof2010-09-162-3/+13
|
* add unit tests to quality modelssimonbrandhof2010-09-163-4/+48
|
* add the column CHARACTERISTICS.ENABLEDsimonbrandhof2010-09-1613-29/+97
|
* undo: some unit tests have been wrongly moved to sonar-deprecatedsimonbrandhof2010-09-1610-0/+2
|
* Default XML format to define rules : add the property <defaultValue> to ↵simonbrandhof2010-09-161-2/+5
| | | | <param> nodes
* 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-1793: Fix wrong URL construction in ViolationQuery, when depth ↵Godin2010-09-152-2/+2
| | | | parameter used
* 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
|
* SONAR-1792: Generate a help mojo which describes all mojos in a ↵Godin2010-09-143-0/+13
| | | | sonar-dev-maven-plugin
* SONAR-1749 MavenPlugin api, offer way to build nested xml-elementssimonbrandhof2010-09-142-15/+76
|
* fix an integration testsimonbrandhof2010-09-141-1/+1
|
* fix some integration testssimonbrandhof2010-09-143-49/+28
|
* backward compatibility of ConfigurationImportable rule repositoriessimonbrandhof2010-09-144-15/+123
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1432-135/+68
|
* fix some integration testssimonbrandhof2010-09-144-72/+50
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1449-133/+251
|
* improve javadoc of profile APIsimonbrandhof2010-09-141-25/+22
|
* fix some integration testssimonbrandhof2010-09-1412-13/+13
|
* SONAR-1229 backup/restore quality profilessimonbrandhof2010-09-144-47/+44
|
* SONAR-1776 - Add a page Permalinks to the profile consolesimonbrandhof2010-09-138-130/+88
|
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-1330-415/+404
|
* fix some integration testssimonbrandhof2010-09-134-18/+3
|
* integration tests : upgrade to sonar-dev-maven-plugin 0.4 in order to fix ↵simonbrandhof2010-09-131-1/+1
| | | | issue with tomcat download
* SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵fmallet2010-09-1212-66/+372
| | | | PMD XPath rule
* sonar-maven3-plugin :Godin2010-09-102-14/+16
| | | | | | * Upgrade to Maven 3.0-beta-3 * Remove dependency on maven-project, because now part of maven-core
* permalinks to plugin configurations : the default profile is used if the ↵simonbrandhof2010-09-102-3/+9
| | | | parameter 'profile' is not set
* * quality models : rename ModelProvider to ModelFindersimonbrandhof2010-09-1043-1013/+325
| | | | * fix some integration tests
* delete unused classsimonbrandhof2010-09-101-127/+0
|
* * rename RuleProvider to RuleFindersimonbrandhof2010-09-1029-71/+223
| | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype()
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-1014-96/+201
|
* fix SONAR-1534 : Activation of all the default FindBugs rulesfmallet2010-09-101-12/+86
|
* fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is ↵fmallet2010-09-103-40/+81
| | | | error prone when importing Unit Test source code
* minor css update in profiles consolesimonbrandhof2010-09-091-1/+1
|
* SONAR-1776 - Add a page "Permalinks" to the profile consolesimonbrandhof2010-09-091-20/+23
|
* fix some issues on the page "permalinks" of profiles console : simonbrandhof2010-09-094-44/+49
| | | | | * available for anonymous users * url is wrong
* add a tab "permalinks" to profiles consolesimonbrandhof2010-09-0910-91/+127
|
* fix SONAR-1774 : The AbstractTokenizer class has been removed from the Sonar ↵fmallet2010-09-091-136/+0
| | | | source code as the Sonar implementation didn't provide more functionalities than the PMD-CPD's one.