Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3934 Extract sonar-pmd-plugin into Sonar Java | Evgeny Mandrikov | 2012-11-06 | 287 | -5327/+0 |
| | |||||
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | SONAR-3783 Core plugin not able to have his own l10n bundle | Fabrice Bellingard | 2012-09-18 | 243 | -0/+1101 |
| | | | => Move the bundles in the plugins they are related to. | ||||
* | Reformat PMD rules.xml for better readability | Evgeny Mandrikov | 2012-08-08 | 1 | -767/+197 |
| | |||||
* | Fix EOLs | Evgeny Mandrikov | 2012-08-08 | 4 | -105/+105 |
| | |||||
* | SONAR-3432 Support Regular expressions | David Gageot | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | SONAR-3432 Partially migrate rule param types to new names | David Gageot | 2012-07-06 | 1 | -43/+43 |
| | |||||
* | SONAR-1995 Use TEXT input for xpath expression in XPath Rule | David Gageot | 2012-07-06 | 2 | -1/+15 |
| | |||||
* | Improve test coverage | David Gageot | 2012-05-25 | 4 | -15/+140 |
| | |||||
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -1/+0 |
| | |||||
* | SONAR-3182 Remove unused code | Evgeny Mandrikov | 2012-05-23 | 2 | -65/+0 |
| | |||||
* | SONAR 1076 Don't run PMD on test files if no test rule is defined | David Gageot | 2012-05-08 | 1 | -1/+5 |
| | |||||
* | Improve Unit Test coverage on PMD Plugin | David Gageot | 2012-05-07 | 4 | -9/+46 |
| | |||||
* | Trying to fix the build on windows | David Gageot | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | A singleton is not needed. The code can be simpler | David Gageot | 2012-04-30 | 2 | -13/+6 |
| | |||||
* | Fix violation | David Gageot | 2012-04-30 | 1 | -6/+6 |
| | |||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 1 | -2/+2 |
| | |||||
* | SONAR 1076 - Run PMD on Unit Tests | David Gageot | 2012-04-27 | 39 | -1064/+1173 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 4 | -29/+44 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-03-29 | 5 | -23/+47 |
| | |||||
* | Enforce that parameters are non null by default in sonar-jacoco-plugin and ↵ | Evgeny Mandrikov | 2012-03-28 | 1 | -0/+25 |
| | | | | sonar-pmd-plugin | ||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-03-28 | 10 | -432/+26 |
| | |||||
* | SONAR-3346 Add property "sonar.pmd.generateXml" | Evgeny Mandrikov | 2012-03-27 | 4 | -18/+43 |
| | |||||
* | SONAR-3346 Consume violations directly from PMD - no need to parse XML | Evgeny Mandrikov | 2012-03-26 | 4 | -13/+50 |
| | |||||
* | SONAR-3229 PMD fails when inspecting Java files suffixed with .jav | Simon Brandhof | 2012-03-20 | 2 | -43/+49 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 29 | -29/+29 |
| | |||||
* | SONAR-3144 sonar-cpd-plugin should not depend on PMD | Evgeny Mandrikov | 2012-01-05 | 2 | -1/+67 |
| | |||||
* | SONAR-2819 Upgrade to PMD 4.3 | Evgeny Mandrikov | 2011-11-30 | 1 | -1/+37 |
| | | | | | | | | | | | | | | New rules in PMD 4.3: * DontCallThreadRun * GuardDebugLogging New rules in PMD 4.2.6: * GenericsNaming * AvoidCatchingGenericException * AvoidLosingExceptionInformation * AvoidLiteralsInIfCondition * UseConcurrentHashMap * DoNotHardCodeSDCard | ||||
* | fix violations | simonbrandhof | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | SONAR-75 rule search engine supports localized titles | Simon Brandhof | 2011-07-29 | 1 | -1794/+1183 |
| | |||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -3/+2 |
| | |||||
* | Tests should be independent from EOL in resources | Evgeny Mandrikov | 2011-04-22 | 1 | -11/+35 |
| | |||||
* | Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵ | Evgeny Mandrikov | 2011-04-15 | 1 | -4/+1 |
| | | | | and findbugs plugins | ||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 1 | -2/+2 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-04 | 3 | -63/+63 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -19/+42 |
| | |||||
* | SONAR-1667 Add param ignoreAnnotations to PMD rule UselessOverridingMethod | Evgeny Mandrikov | 2011-03-30 | 1 | -0/+3 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -2/+3 |
| | |||||
* | fix coding violations | simonbrandhof | 2011-03-27 | 1 | -23/+6 |
| | |||||
* | Fix violations reported by Sonar Eclipse | Evgeny Mandrikov | 2011-03-08 | 4 | -20/+35 |
| | |||||
* | SONAR-2231 Don't use module sonar-deprecated in core plugins | Evgeny Mandrikov | 2011-02-23 | 3 | -65/+80 |
| | | | | | | | | * Create new implementation of PmdViolationsXmlParser for sonar-pmd-plugin * Remove unused method in sonar-findbugs-plugin and remove dependency * Just remove dependency in sonar-squid-java-plugin | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 27 | -283/+283 |
| | |||||
* | SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵ | simonbrandhof | 2011-02-03 | 1 | -226/+452 |
| | | | | multiple + replace the deprecated attribute 'priority' by a node | ||||
* | SONAR-2161: Normalize Java version for PMD | Evgeny Mandrikov | 2011-02-02 | 2 | -8/+26 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 1 | -0/+19 |
| | |||||
* | SONAR-2148: Add new properties to manage level of Java language | Evgeny Mandrikov | 2011-01-28 | 1 | -6/+6 |
| | | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin | ||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -4/+4 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 4 | -41/+37 |
| | |||||
* | SONAR-2031: Remove the feature "reuse configuration" of the plugins ↵ | Godin | 2010-12-06 | 3 | -59/+16 |
| | | | | Checkstyle and PMD | ||||
* | Core Plugins: don't use deprecated methods, add missing license header | Godin | 2010-12-03 | 1 | -3/+2 |
| |