aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-75 Configure Checkstyle with localesimonbrandhof2011-07-252-24/+38
* Fix cobertura plugin to remove warning about lineIdEvgeny Mandrikov2011-05-061-6/+8
* Reduce technical debtsimonbrandhof2011-05-051-1/+0
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd an...Evgeny Mandrikov2011-04-152-7/+1
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-14/+3
* Fix violations reported by Sonar EclipseEvgeny Mandrikov2011-03-084-22/+28
* Upgrade copyright headerssimonbrandhof2011-02-0414-14/+14
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-3/+3
* SONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyl...Godin2010-12-062-27/+5
* Core Plugins: don't use deprecated methods, add missing license headerGodin2010-12-032-4/+20
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-081-3/+5
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-083-15/+26
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-082-33/+50
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-3/+3
* checkstyle unit tests must not request http://www.puppycrawl.com when parsing...simonbrandhof2010-09-281-1/+2
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-241-2/+1
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+1
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-231-0/+1
* Rules API: parameters with default value are automatically activated when a r...simonbrandhof2010-09-201-1/+1
* fix integration test : SONAR-583-reuse-rules-configfmallet2010-09-171-6/+8
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-135-29/+50
* simplify ValidationMessages and ProfileDefinitionsimonbrandhof2010-09-101-3/+3
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or P...simonbrandhof2010-09-081-1/+1
* SONAR-1549 The Sonar profile creation form doesn't allow to import checkstyle...simonbrandhof2010-09-071-7/+26
* SONAR-440 Warning when some rules are not imported from a checkstyle and/or P...simonbrandhof2010-09-075-20/+171
* checkstyle plugin : add some unit testssimonbrandhof2010-09-074-26/+19
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-061-1/+4
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-0612-0/+897