aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3934 Extract sonar-checkstyle-plugin into Sonar JavaEvgeny Mandrikov2012-11-06133-2802/+0
|
* SONAR-3810 Upgrade to Checkstyle 5.6Evgeny Mandrikov2012-11-065-16/+0
| | | | DoubleCheckedLockingCheck removed.
* SONAR-3600 Update description for Checkstyle rules ClassTypeParameterName ↵Evgeny Mandrikov2012-09-262-4/+4
| | | | and MethodTypeParameterName
* SONAR-3600 Update description for Checkstyle rules ClassTypeParameterName ↵Evgeny Mandrikov2012-09-252-4/+4
| | | | and MethodTypeParameterName
* SONAR-3783 Core plugin not able to have his own l10n bundleFabrice Bellingard2012-09-18130-0/+707
| | | => Move the bundles in the plugins they are related to.
* SONAR-3729 Add Checkstyle rule TrailingComment to 'Sonar way' profileEvgeny Mandrikov2012-08-301-0/+4
|
* SONAR-3729 Fix key for Checkstyle rule TrailingCommentEvgeny Mandrikov2012-08-291-1/+1
|
* SONAR-3600 SONAR-3600 Support Checkstyle rules ClassTypeParameterName and ↵Evgeny Mandrikov2012-08-293-6/+6
| | | | MethodTypeParameterName
* Reformat Checkstyle rules.xml for better readabilityEvgeny Mandrikov2012-08-091-451/+101
|
* Fix EOLsEvgeny Mandrikov2012-08-083-788/+788
|
* SONAR-3600 Support Checkstyle rules ClassTypeParameterName and ↵Evgeny Mandrikov2012-08-083-2/+39
| | | | MethodTypeParameterName
* SONAR-3432 Support Regular expressionsDavid Gageot2012-07-061-25/+25
|
* SONAR-3432 Partially migrate rule param types to new namesDavid Gageot2012-07-061-130/+130
|
* SONAR-3485 Add parameter 'allowUnknownTags' to Checkstyle JavadocType checkEvgeny Mandrikov2012-06-291-0/+3
|
* SONAR-3032 Add parameter suppressLoadErrors to Checkstyle rules ↵Evgeny Mandrikov2012-03-261-0/+8
| | | | RedundantThrows and JavadocMethod
* 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 ↵Simon Brandhof2012-02-221-16/+12
| | | | instead of multiLines causing the functionality to fail every time
* SONAR-1836 Upgrade to Checkstyle 5.5Evgeny Mandrikov2011-11-301-20/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | New rules in 5.2: * InnerTypeLast Modified rules in 5.2: * DeclarationOrder * ImportOrder New rules in 5.3: * OuterTypeFilename * NestedForDepth * MethodCount * OneStatementPerLine Modified rules in 5.3: * PackageDeclaration * MagicNumber * AbstractClassName * AvoidStarImport Modified rules in 5.4: * UnusedImports * MagicNumber * EqualsAvoidNull * IllegalThrows * RedundantModifier
* 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-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵Evgeny Mandrikov2011-05-021-4/+0
| | | | profile
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" ↵Evgeny Mandrikov2011-03-301-4/+0
| | | | profile
* SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" ↵Evgeny Mandrikov2011-03-151-4/+0
| | | | profile
* SONAR-2180 NoClone Checkstyle module in errorsimonbrandhof2011-02-091-2/+2
|
* SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to ↵simonbrandhof2011-02-081-3/+4
| | | | multiple
* Delete parameters ignoreModifier and ignoreName from the Checkstyle ↵simonbrandhof2011-02-081-1/+3
| | | | "Abstract Class Name". They are not supported in the Checkstyle version used by sonar.
* SONAR-2167 Improve descriptions and default values of Checkstyle naming ↵simonbrandhof2011-02-071-46/+104
| | | | | | convention rules SONAR-2168 Add the parameter tabWidth to the Checkstyle Indentation rule
* SONAR-2165 Cardinality of checkstyle rule Local Variable Name should be ↵simonbrandhof2011-02-031-64/+65
| | | | updated to multiple
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵simonbrandhof2011-02-031-123/+247
| | | | multiple + replace the deprecated attribute 'priority' by a node
* 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
|
* SONAR-1229 simplify the profiles APIsimonbrandhof2010-09-132-0/+4
|
* SONAR-1549 The Sonar profile creation form doesn't allow to import ↵simonbrandhof2010-09-071-10/+0
| | | | | | checkstyle,pmd and Findbugs conf files when several langages are defined SONAR-440 add warnings to checkstyle when importing configuration
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-064-0/+2472
value of rule parameters in Q profile console