aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1809: Export / import alerts attached to a quality profileGodin2010-12-083-4/+7
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-073-5/+5
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-10/+10
|
* SONAR-2031: Remove the feature "reuse configuration" of the plugins ↵Godin2010-12-064-55/+9
| | | | Checkstyle and PMD
* SONAR-2011: Remove dependency on maven-common-artifact-filters from ↵Godin2010-12-031-0/+10
| | | | sonar-plugin-api
* Core Plugins: don't use deprecated methods, add missing license headerGodin2010-12-032-4/+20
|
* SONAR-2007 remove iso categories from checkstyle, pmd and findbugssimonbrandhof2010-12-031-123/+123
|
* SONAR-971: Change description of Checkstyle TodoComment rule, because it ↵Godin2010-11-291-1/+1
| | | | can't report violations for NOSONAR tags
* SONAR-1971: Change description of TodoComment ruleGodin2010-11-231-3/+3
|
* SONAR-971: Cardinality of checkstyle rule TodoComment should be multipleGodin2010-11-131-0/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* SONAR-1915: Deploy core plugins to maven repositoryGodin2010-11-031-7/+0
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* API: apply the same pattern between rules and profiles API. The extension ↵simonbrandhof2010-10-082-4/+7
| | | | point to define rules is org.sonar.api.rules.RuleRepository. The classes AnnotationRuleParser and XMLRuleParser are components that can be used but not extended.
* API: improve the pattern to define quality profiles. The extension point is ↵simonbrandhof2010-10-086-22/+36
| | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-089-67/+108
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-3/+3
|
* 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-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-241-2/+1
| | | | does not work
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+1
|
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-231-0/+1
|
* remove unused GWT permutations in order to increase build duration + use ↵simonbrandhof2010-09-221-0/+11
| | | | parallel unit tests on plugins checkstyle, pmd and findbugs
* 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 integration test : SONAR-583-reuse-rules-configfmallet2010-09-171-6/+8
|
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-1312-70/+184
|
* * 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
|
* 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-0640-0/+4123
value of rule parameters in Q profile console