Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix Checkstyle extension implementation : MethodsCountCheck. A ↵ | fmallet | 2010-09-20 | 1 | -1/+6 |
| | | | | NullPointerException was thrown on files without java class definition. | ||||
* | fix integration test, the checkstyle rule 'Methods Count Check' was not ↵ | fmallet | 2010-09-17 | 1 | -2/+2 |
| | | | | taken into account | ||||
* | fix : The PMD rule CloneMethodMustImplementCloneable was not imported from ↵ | fmallet | 2010-09-17 | 1 | -1/+1 |
| | | | | the profile Sonar Way | ||||
* | fix integration test : SONAR-583-reuse-rules-config | fmallet | 2010-09-17 | 1 | -6/+8 |
| | |||||
* | add methods JRubyFacade.getRuleRepositories() and getRuleRepository(String key) | simonbrandhof | 2010-09-17 | 3 | -22/+19 |
| | |||||
* | fix integration test : the root node of a PMD configuration is "ruleset" and ↵ | fmallet | 2010-09-17 | 4 | -6/+6 |
| | | | | not "resultset" | ||||
* | When the import of a PMD configuration file fails, the full stack trace is ↵ | fmallet | 2010-09-17 | 1 | -3/+7 |
| | | | | logged in the Sonar log file. | ||||
* | fix SONAR-1480 : No way to export Findbugs rules in a XML file and then to ↵ | fmallet | 2010-09-17 | 32 | -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 alerts | simonbrandhof | 2010-09-16 | 2 | -3/+13 |
| | |||||
* | add unit tests to quality models | simonbrandhof | 2010-09-16 | 3 | -4/+48 |
| | |||||
* | add the column CHARACTERISTICS.ENABLED | simonbrandhof | 2010-09-16 | 13 | -29/+97 |
| | |||||
* | undo: some unit tests have been wrongly moved to sonar-deprecated | simonbrandhof | 2010-09-16 | 10 | -0/+2 |
| | |||||
* | Default XML format to define rules : add the property <defaultValue> to ↵ | simonbrandhof | 2010-09-16 | 1 | -2/+5 |
| | | | | <param> nodes | ||||
* | Prevent Unit Tests from generating report file outside of the /target directory | fmallet | 2010-09-16 | 4 | -16/+4 |
| | |||||
* | fix SONAR-1766 - A warning is generated when the user tries to import a PMD ↵ | fmallet | 2010-09-15 | 3 | -1/+23 |
| | | | | configuration file with contains XPath rules. Those rules must be defined through the user web interface. | ||||
* | SONAR-1766 - remove useless test resource | fmallet | 2010-09-15 | 2 | -1/+1 |
| | |||||
* | SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ↵ | fmallet | 2010-09-15 | 12 | -136/+143 |
| | | | | interface and is operational. | ||||
* | remove unexpected use of System.out | fmallet | 2010-09-15 | 1 | -1/+0 |
| | |||||
* | SONAR-1793: Fix wrong URL construction in ViolationQuery, when depth ↵ | Godin | 2010-09-15 | 2 | -2/+2 |
| | | | | parameter used | ||||
* | SONAR-1766 : Definition of the XPath rule and first version of the export ↵ | fmallet | 2010-09-15 | 10 | -63/+215 |
| | | | | mechanism | ||||
* | SONAR-1766 : The PMD plugin uses the new Sonar rule API | fmallet | 2010-09-15 | 26 | -693/+701 |
| | |||||
* | SONAR-1792: Generate a help mojo which describes all mojos in a ↵ | Godin | 2010-09-14 | 3 | -0/+13 |
| | | | | sonar-dev-maven-plugin | ||||
* | SONAR-1749 MavenPlugin api, offer way to build nested xml-elements | simonbrandhof | 2010-09-14 | 2 | -15/+76 |
| | |||||
* | fix an integration test | simonbrandhof | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | fix some integration tests | simonbrandhof | 2010-09-14 | 3 | -49/+28 |
| | |||||
* | backward compatibility of ConfigurationImportable rule repositories | simonbrandhof | 2010-09-14 | 4 | -15/+123 |
| | |||||
* | move deprecated rule API to sonar-deprecated | simonbrandhof | 2010-09-14 | 32 | -135/+68 |
| | |||||
* | fix some integration tests | simonbrandhof | 2010-09-14 | 4 | -72/+50 |
| | |||||
* | move deprecated check api to sonar-deprecated | simonbrandhof | 2010-09-14 | 49 | -133/+251 |
| | |||||
* | improve javadoc of profile API | simonbrandhof | 2010-09-14 | 1 | -25/+22 |
| | |||||
* | fix some integration tests | simonbrandhof | 2010-09-14 | 12 | -13/+13 |
| | |||||
* | SONAR-1229 backup/restore quality profiles | simonbrandhof | 2010-09-14 | 4 | -47/+44 |
| | |||||
* | SONAR-1776 - Add a page Permalinks to the profile console | simonbrandhof | 2010-09-13 | 8 | -130/+88 |
| | |||||
* | SONAR-1229 simplify the profiles API | simonbrandhof | 2010-09-13 | 30 | -415/+404 |
| | |||||
* | fix some integration tests | simonbrandhof | 2010-09-13 | 4 | -18/+3 |
| | |||||
* | integration tests : upgrade to sonar-dev-maven-plugin 0.4 in order to fix ↵ | simonbrandhof | 2010-09-13 | 1 | -1/+1 |
| | | | | issue with tomcat download | ||||
* | SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵ | fmallet | 2010-09-12 | 12 | -66/+372 |
| | | | | PMD XPath rule | ||||
* | sonar-maven3-plugin : | Godin | 2010-09-10 | 2 | -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 ↵ | simonbrandhof | 2010-09-10 | 2 | -3/+9 |
| | | | | parameter 'profile' is not set | ||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 43 | -1013/+325 |
| | | | | * fix some integration tests | ||||
* | delete unused class | simonbrandhof | 2010-09-10 | 1 | -127/+0 |
| | |||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 29 | -71/+223 |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | ||||
* | simplify ValidationMessages and ProfileDefinition | simonbrandhof | 2010-09-10 | 14 | -96/+201 |
| | |||||
* | fix SONAR-1534 : Activation of all the default FindBugs rules | fmallet | 2010-09-10 | 1 | -12/+86 |
| | |||||
* | fix SONAR-1781 : The use of org.sonar.api.batch.AbstractSourceImporter is ↵ | fmallet | 2010-09-10 | 3 | -40/+81 |
| | | | | error prone when importing Unit Test source code | ||||
* | minor css update in profiles console | simonbrandhof | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | SONAR-1776 - Add a page "Permalinks" to the profile console | simonbrandhof | 2010-09-09 | 1 | -20/+23 |
| | |||||
* | fix some issues on the page "permalinks" of profiles console : | simonbrandhof | 2010-09-09 | 4 | -44/+49 |
| | | | | | * available for anonymous users * url is wrong | ||||
* | add a tab "permalinks" to profiles console | simonbrandhof | 2010-09-09 | 10 | -91/+127 |
| | |||||
* | fix SONAR-1774 : The AbstractTokenizer class has been removed from the Sonar ↵ | fmallet | 2010-09-09 | 1 | -136/+0 |
| | | | | source code as the Sonar implementation didn't provide more functionalities than the PMD-CPD's one. |