aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-checkstyle-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3934 Extract sonar-checkstyle-plugin into Sonar JavaEvgeny Mandrikov2012-11-06175-5077/+0
|
* SONAR-3810 Upgrade to Checkstyle 5.6Evgeny Mandrikov2012-11-068-19/+3
| | | | DoubleCheckedLockingCheck removed.
* SONAR-3724 Validate rule repositories in unit testsDavid Gageot2012-10-052-8/+21
|
* 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
* Don't use anyObject() matcherDavid Gageot2012-09-202-10/+15
|
* 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-302-1/+5
|
* 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-086-15/+50
| | | | 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
|
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-251-10/+11
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-273-0/+3
|
* 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 ↵Evgeny Mandrikov2012-03-261-0/+8
| | | | RedundantThrows and JavadocMethod
* 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 ↵Simon Brandhof2012-02-221-16/+12
| | | | instead of multiLines causing the functionality to fail every time
* Update copyright header for this new yearSimon Brandhof2012-01-1026-26/+26
|
* 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-2861 New Configuration APIsimonbrandhof2011-10-073-14/+13
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* 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" ↵Evgeny Mandrikov2011-05-021-4/+0
| | | | profile
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵Evgeny Mandrikov2011-04-152-7/+1
| | | | and findbugs plugins
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-042-17/+6
|
* 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
* 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 ↵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
* Upgrade copyright headerssimonbrandhof2011-02-0425-25/+25
|