aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-2/+1
* Remove warningsDavid Gageot2012-04-273-22/+24
* Fix some quality flawsEvgeny Mandrikov2012-03-291-1/+2
* SONAR-3031 Add logging for exceptions from CheckstyleEvgeny Mandrikov2012-03-262-14/+28
* SONAR-3032 Add parameter suppressLoadErrors to Checkstyle rules RedundantThro...Evgeny Mandrikov2012-03-261-0/+8
* Fix some quality flawsEvgeny Mandrikov2012-03-222-18/+20
* Enforce that parameters are non null by default in sonar-checkstyle-pluginEvgeny Mandrikov2012-03-221-0/+25
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-1/+2
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-19/+21
* SONAR-2270 Make Checkstyle:ParameterNumber rule instantiableSimon Brandhof2012-03-071-8/+2
* Improve description of the Checkstyle rule "Trailing Comment"Simon Brandhof2012-02-231-6/+7
* SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines in...Simon Brandhof2012-02-221-16/+12
* Update copyright header for this new yearSimon Brandhof2012-01-1026-26/+26
* SONAR-1836 Upgrade to Checkstyle 5.5Evgeny Mandrikov2011-11-301-20/+74
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-073-14/+13
* Fix new violationsSimon Brandhof2011-08-021-2/+0
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-291-790/+522
* SONAR-2644 remove description and name from checkstyle rule HeaderCheckSimon Brandhof2011-07-261-20/+11
* SONAR-75 Configure Checkstyle with localesimonbrandhof2011-07-254-25/+49
* Fix cobertura plugin to remove warning about lineIdEvgeny Mandrikov2011-05-062-6/+58
* Reduce technical debtsimonbrandhof2011-05-051-1/+0
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" pr...Evgeny Mandrikov2011-05-021-4/+0
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd an...Evgeny Mandrikov2011-04-152-7/+1
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-042-17/+6
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" pro...Evgeny Mandrikov2011-03-301-4/+0
* SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" ...Evgeny Mandrikov2011-03-151-4/+0
* Fix violations reported by Sonar EclipseEvgeny Mandrikov2011-03-084-22/+28
* SONAR-2180 NoClone Checkstyle module in errorsimonbrandhof2011-02-091-2/+2
* SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to mult...simonbrandhof2011-02-081-3/+4
* Delete parameters ignoreModifier and ignoreName from the Checkstyle "Abstract...simonbrandhof2011-02-081-1/+3
* SONAR-2167 Improve descriptions and default values of Checkstyle naming conve...simonbrandhof2011-02-071-46/+104
* Upgrade copyright headerssimonbrandhof2011-02-0425-25/+25
* SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be updat...simonbrandhof2011-02-031-64/+65
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to mu...simonbrandhof2011-02-031-123/+247
* 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 Checkstyl...Godin2010-12-063-53/+5
* 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 can'...Godin2010-11-291-1/+1
* 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
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-082-4/+7
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-086-22/+36
* Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline)simonbrandhof2010-10-089-67/+108
* 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-282-7/+15
* 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