Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some quality flaws | Simon Brandhof | 2013-05-29 | 1 | -3/+3 |
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 106 | -424/+424 |
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 106 | -318/+318 |
* | Fix test and replace hamcrest by fest-assertions | Evgeny Mandrikov | 2013-03-25 | 1 | -18/+14 |
* | Enable test | Evgeny Mandrikov | 2012-12-07 | 1 | -2/+0 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-12-05 | 1 | -3/+6 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-12-05 | 11 | -25/+52 |
* | SONAR-3752 Improve detection of duplications | Evgeny Mandrikov | 2012-11-19 | 3 | -15/+8 |
* | SONAR-3752 Improve detection of duplications | Evgeny Mandrikov | 2012-11-19 | 6 | -10/+59 |
* | Remove some violations on unit tests | David Gageot | 2012-06-14 | 1 | -20/+21 |
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -2/+4 |
* | Remove warnings | David Gageot | 2012-05-23 | 3 | -42/+40 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-05-23 | 1 | -7/+3 |
* | SONAR-3182 Remove unused code | Evgeny Mandrikov | 2012-05-08 | 3 | -173/+0 |
* | SONAR-3182 Do not use PMD CPD | Evgeny Mandrikov | 2012-04-30 | 9 | -891/+0 |
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 5 | -0/+10 |
* | Code cleaning : Remove indirect access to static member | David Gageot | 2012-04-27 | 1 | -5/+6 |
* | Remove warnings | David Gageot | 2012-04-27 | 3 | -40/+42 |
* | Minimum number of lines for duplication should depend on language | Evgeny Mandrikov | 2012-03-02 | 3 | -6/+4 |
* | Fix some typos | Simon Brandhof | 2012-02-21 | 4 | -6/+7 |
* | Mark org.sonar.duplications.cpd.CPD as deprecated | Evgeny Mandrikov | 2012-02-18 | 1 | -1/+5 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 4 | -9/+8 |
* | Enforce that parameters are non null by default in sonar-duplications | Evgeny Mandrikov | 2012-02-16 | 4 | -2/+58 |
* | Remove deprecated and unused code | Evgeny Mandrikov | 2012-02-13 | 9 | -309/+55 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-06 | 2 | -0/+87 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-04 | 5 | -33/+60 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-03 | 5 | -47/+137 |
* | Fix violations | Evgeny Mandrikov | 2012-02-02 | 3 | -11/+10 |
* | SONAR-3139 Remove deprecated code, add some comments and tests | Evgeny Mandrikov | 2012-01-26 | 13 | -86/+144 |
* | SONAR-3181,SONAR-3139 Allow filtering by number of tokens | Evgeny Mandrikov | 2012-01-26 | 15 | -116/+637 |
* | SONAR-3181,SONAR-3139 Enable cross project CPD for all languages | Evgeny Mandrikov | 2012-01-24 | 4 | -0/+207 |
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 3 | -12/+14 |
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 106 | -106/+106 |
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 35 | -4666/+346 |
* | Fix violations | Evgeny Mandrikov | 2011-12-19 | 2 | -2/+2 |
* | SONAR-3060 Improve new CPD algorithm | Evgeny Mandrikov | 2011-12-15 | 3 | -34/+34 |
* | Fix test | Evgeny Mandrikov | 2011-12-14 | 1 | -1/+1 |
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 15 | -333/+463 |
* | Add couple of functional tests for CPD | Evgeny Mandrikov | 2011-12-08 | 1 | -7/+144 |
* | Fix violations, increase coverage | Evgeny Mandrikov | 2011-12-08 | 7 | -125/+142 |
* | SONAR-3060 Use new CPD algorithm | Evgeny Mandrikov | 2011-12-07 | 1 | -0/+1 |
* | SONAR-3060 Add new CPD algorithm based on suffix tree | Evgeny Mandrikov | 2011-12-07 | 19 | -481/+1977 |
* | Fix build with JDK5 | Simon Brandhof | 2011-11-03 | 1 | -2/+5 |
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 1 | -5/+2 |
* | SONAR-2632 Remove sonar-channel buffer restriction | Evgeny Mandrikov | 2011-10-24 | 2 | -47/+1 |
* | SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in other... | Dinesh Bolkensteyn | 2011-10-20 | 1 | -10/+1 |
* | CPD: add support for Java 7 - try with resource | Evgeny Mandrikov | 2011-09-27 | 2 | -0/+28 |
* | SONAR-2782 Fix detection of false-positive duplication in case of chain of cases | Evgeny Mandrikov | 2011-09-27 | 3 | -12/+123 |
* | SONAR-2837 Fix detection of false-positive duplication in case of initializat... | Evgeny Mandrikov | 2011-09-27 | 5 | -22/+211 |
* | Fix violations | Evgeny Mandrikov | 2011-09-12 | 1 | -1/+7 |