Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3934 Extract sonar-checkstyle-plugin into Sonar Java | Evgeny Mandrikov | 2012-11-06 | 175 | -5077/+0 |
| | |||||
* | SONAR-3810 Upgrade to Checkstyle 5.6 | Evgeny Mandrikov | 2012-11-06 | 8 | -19/+3 |
| | | | | DoubleCheckedLockingCheck removed. | ||||
* | SONAR-3724 Validate rule repositories in unit tests | David Gageot | 2012-10-05 | 2 | -8/+21 |
| | |||||
* | SONAR-3600 Update description for Checkstyle rules ClassTypeParameterName ↵ | Evgeny Mandrikov | 2012-09-26 | 2 | -4/+4 |
| | | | | and MethodTypeParameterName | ||||
* | SONAR-3600 Update description for Checkstyle rules ClassTypeParameterName ↵ | Evgeny Mandrikov | 2012-09-25 | 2 | -4/+4 |
| | | | | and MethodTypeParameterName | ||||
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 2 | -10/+15 |
| | |||||
* | SONAR-3783 Core plugin not able to have his own l10n bundle | Fabrice Bellingard | 2012-09-18 | 130 | -0/+707 |
| | | | => Move the bundles in the plugins they are related to. | ||||
* | SONAR-3729 Add Checkstyle rule TrailingComment to 'Sonar way' profile | Evgeny Mandrikov | 2012-08-30 | 2 | -1/+5 |
| | |||||
* | SONAR-3729 Fix key for Checkstyle rule TrailingComment | Evgeny Mandrikov | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | SONAR-3600 SONAR-3600 Support Checkstyle rules ClassTypeParameterName and ↵ | Evgeny Mandrikov | 2012-08-29 | 3 | -6/+6 |
| | | | | MethodTypeParameterName | ||||
* | Reformat Checkstyle rules.xml for better readability | Evgeny Mandrikov | 2012-08-09 | 1 | -451/+101 |
| | |||||
* | Fix EOLs | Evgeny Mandrikov | 2012-08-08 | 3 | -788/+788 |
| | |||||
* | SONAR-3600 Support Checkstyle rules ClassTypeParameterName and ↵ | Evgeny Mandrikov | 2012-08-08 | 6 | -15/+50 |
| | | | | MethodTypeParameterName | ||||
* | SONAR-3432 Support Regular expressions | David Gageot | 2012-07-06 | 1 | -25/+25 |
| | |||||
* | SONAR-3432 Partially migrate rule param types to new names | David Gageot | 2012-07-06 | 1 | -130/+130 |
| | |||||
* | SONAR-3485 Add parameter 'allowUnknownTags' to Checkstyle JavadocType check | Evgeny Mandrikov | 2012-06-29 | 1 | -0/+3 |
| | |||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 1 | -10/+11 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 3 | -0/+3 |
| | |||||
* | Code cleaning : Remove indirect access to static member | David Gageot | 2012-04-27 | 1 | -2/+1 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 3 | -22/+24 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-03-29 | 1 | -1/+2 |
| | |||||
* | SONAR-3031 Add logging for exceptions from Checkstyle | Evgeny Mandrikov | 2012-03-26 | 2 | -14/+28 |
| | |||||
* | SONAR-3032 Add parameter suppressLoadErrors to Checkstyle rules ↵ | Evgeny Mandrikov | 2012-03-26 | 1 | -0/+8 |
| | | | | RedundantThrows and JavadocMethod | ||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-03-22 | 2 | -18/+20 |
| | |||||
* | Enforce that parameters are non null by default in sonar-checkstyle-plugin | Evgeny Mandrikov | 2012-03-22 | 1 | -0/+25 |
| | |||||
* | SONAR-1378 validate property types + update type of core properties | Simon Brandhof | 2012-03-16 | 1 | -1/+2 |
| | |||||
* | SONAR-1378 Add the ability to specify a "type" when defining a plugin property | Simon Brandhof | 2012-03-14 | 1 | -19/+21 |
| | |||||
* | SONAR-2270 Make Checkstyle:ParameterNumber rule instantiable | Simon Brandhof | 2012-03-07 | 1 | -8/+2 |
| | |||||
* | Improve description of the Checkstyle rule "Trailing Comment" | Simon Brandhof | 2012-02-23 | 1 | -6/+7 |
| | |||||
* | SONAR-3284 The RegExp Header CheckStyle rule incorrectly using ignoreLines ↵ | Simon Brandhof | 2012-02-22 | 1 | -16/+12 |
| | | | | instead of multiLines causing the functionality to fail every time | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 26 | -26/+26 |
| | |||||
* | SONAR-1836 Upgrade to Checkstyle 5.5 | Evgeny Mandrikov | 2011-11-30 | 1 | -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 API | simonbrandhof | 2011-10-07 | 3 | -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 violations | Simon Brandhof | 2011-08-02 | 1 | -2/+0 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 1 | -790/+522 |
| | |||||
* | SONAR-2644 remove description and name from checkstyle rule HeaderCheck | Simon Brandhof | 2011-07-26 | 1 | -20/+11 |
| | |||||
* | SONAR-75 Configure Checkstyle with locale | simonbrandhof | 2011-07-25 | 4 | -25/+49 |
| | |||||
* | Fix cobertura plugin to remove warning about lineId | Evgeny Mandrikov | 2011-05-06 | 2 | -6/+58 |
| | |||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -1/+0 |
| | |||||
* | SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵ | Evgeny Mandrikov | 2011-05-02 | 1 | -4/+0 |
| | | | | profile | ||||
* | Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵ | Evgeny Mandrikov | 2011-04-15 | 2 | -7/+1 |
| | | | | and findbugs plugins | ||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -17/+6 |
| | |||||
* | SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sonar Way" ↵ | Evgeny Mandrikov | 2011-03-30 | 1 | -4/+0 |
| | | | | profile | ||||
* | SONAR-2241 Remove Checkstyle rule "Illegal Instantiations" from "Sun Checks" ↵ | Evgeny Mandrikov | 2011-03-15 | 1 | -4/+0 |
| | | | | profile | ||||
* | Fix violations reported by Sonar Eclipse | Evgeny Mandrikov | 2011-03-08 | 4 | -22/+28 |
| | |||||
* | SONAR-2180 NoClone Checkstyle module in error | simonbrandhof | 2011-02-09 | 1 | -2/+2 |
| | |||||
* | SONAR-2144 Cardinality of checkstyle rule Type Name should be updated to ↵ | simonbrandhof | 2011-02-08 | 1 | -3/+4 |
| | | | | multiple | ||||
* | Delete parameters ignoreModifier and ignoreName from the Checkstyle ↵ | simonbrandhof | 2011-02-08 | 1 | -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 ↵ | simonbrandhof | 2011-02-07 | 1 | -46/+104 |
| | | | | | | convention rules SONAR-2168 Add the parameter tabWidth to the Checkstyle Indentation rule | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 25 | -25/+25 |
| |