Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16591 remove PMD dependency and related, deprecated code | Pierre | 2022-06-30 | 5 | -455/+0 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 5 | -5/+5 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 5 | -5/+5 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 5 | -5/+5 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 5 | -5/+5 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 5 | -5/+5 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 5 | -10/+10 |
| | |||||
* | SONAR-7416 Deprecate CPDMapping extension point | Julien HENRY | 2016-03-16 | 4 | -0/+8 |
| | |||||
* | Fix minor quality flaws | Simon Brandhof | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | squid:UselessPrenthesesCheck Useless parentheses around expression should be ↵ | Zeeshan Asghar | 2016-01-29 | 1 | -1/+1 |
| | | | | removed to prevent any misunderstanging | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 5 | -5/+5 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 5 | -25/+20 |
| | |||||
* | SONAR-6370 remove dependency of sonar-duplications on commons-lang | Simon Brandhof | 2015-06-05 | 1 | -2/+9 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | SONAR-6370 Decrease coupling of sonar-duplications with guava | Simon Brandhof | 2015-05-28 | 2 | -12/+8 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -3/+3 |
| | |||||
* | SONAR-6000 Try to decrease size of duplications in persistit | Julien HENRY | 2015-02-16 | 2 | -1/+26 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-12 | 1 | -5/+5 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-12-19 | 1 | -0/+30 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 4 | -4/+4 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-08-16 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-05-29 | 1 | -3/+3 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 4 | -16/+16 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 4 | -12/+12 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-05-23 | 1 | -7/+3 |
| | |||||
* | SONAR-3182 Remove unused code | Evgeny Mandrikov | 2012-05-08 | 2 | -105/+0 |
| | |||||
* | SONAR-3182 Do not use PMD CPD | Evgeny Mandrikov | 2012-04-30 | 4 | -149/+0 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 2 | -0/+6 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 2 | -2/+2 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-04 | 1 | -2/+0 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2012-02-02 | 2 | -9/+9 |
| | |||||
* | SONAR-3139 Remove deprecated code, add some comments and tests | Evgeny Mandrikov | 2012-01-26 | 4 | -0/+35 |
| | |||||
* | SONAR-3181,SONAR-3139 Enable cross project CPD for all languages | Evgeny Mandrikov | 2012-01-24 | 1 | -0/+16 |
| | | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines. | ||||
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 3 | -12/+14 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 9 | -9/+9 |
| | |||||
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 31 | -4647/+273 |
| | | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 31 | -820/+820 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 31 | -0/+620 |
| | |||||
* | fix SONAR-1774 : The AbstractTokenizer class has been removed from the Sonar ↵ | fmallet | 2010-09-09 | 1 | -136/+0 |
| | | | | source code as the Sonar implementation didn't provide more functionalities than the PMD-CPD's one. | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 32 | -0/+4484 |
value of rule parameters in Q profile console |