Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -2/+4 |
| | |||||
* | 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 | 8 | -798/+0 |
| | |||||
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 4 | -0/+9 |
| | |||||
* | Minimum number of lines for duplication should depend on language | Evgeny Mandrikov | 2012-03-02 | 1 | -4/+2 |
| | |||||
* | Fix some typos | Simon Brandhof | 2012-02-21 | 2 | -2/+2 |
| | |||||
* | 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 | 4 | -126/+12 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-06 | 1 | -0/+48 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-04 | 4 | -24/+53 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-03 | 4 | -47/+115 |
| | |||||
* | 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 | 9 | -55/+59 |
| | |||||
* | SONAR-3181,SONAR-3139 Allow filtering by number of tokens | Evgeny Mandrikov | 2012-01-26 | 11 | -96/+430 |
| | | | | | To do this each block stores two additional integers - index for first and last token. So total size of in-memory storage has been increased. | ||||
* | SONAR-3181,SONAR-3139 Enable cross project CPD for all languages | Evgeny Mandrikov | 2012-01-24 | 3 | -0/+135 |
| | | | | | 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 | 65 | -65/+65 |
| | |||||
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 34 | -4666/+284 |
| | | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions | ||||
* | Fix violations | Evgeny Mandrikov | 2011-12-19 | 2 | -2/+2 |
| | |||||
* | SONAR-3060 Improve new CPD algorithm | Evgeny Mandrikov | 2011-12-15 | 2 | -31/+33 |
| | | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations | ||||
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 8 | -168/+245 |
| | | | | | | | | | * Fix violations * Remove duplications * Add Javadocs * Method SortedListsUtils#contains now uses iterators, so doesn't require RandomAccess list in order to work efficiently in terms of performance. | ||||
* | Fix violations, increase coverage | Evgeny Mandrikov | 2011-12-08 | 6 | -125/+96 |
| | |||||
* | 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 | 11 | -0/+1046 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | | * Add test for backward compatibility with a COBOL plugin * Fix violations * Simplify code | ||||
* | SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in ↵ | Dinesh Bolkensteyn | 2011-10-20 | 1 | -10/+1 |
| | | | | other modules | ||||
* | CPD: add support for Java 7 - try with resource | Evgeny Mandrikov | 2011-09-27 | 1 | -0/+1 |
| | |||||
* | SONAR-2782 Fix detection of false-positive duplication in case of chain of cases | Evgeny Mandrikov | 2011-09-27 | 1 | -2/+2 |
| | |||||
* | SONAR-2837 Fix detection of false-positive duplication in case of ↵ | Evgeny Mandrikov | 2011-09-27 | 3 | -4/+75 |
| | | | | initialization of multidimensional array | ||||
* | Fix violations | Evgeny Mandrikov | 2011-09-12 | 1 | -1/+7 |
| | |||||
* | SONAR-1091 Sonar-CPD: support Java 7 (JSR334) | Evgeny Mandrikov | 2011-09-08 | 1 | -9/+11 |
| | | | | | * Binary integer literals * Underscores in numeric literals | ||||
* | SONAR-1091 Use correct encoding during detection of duplications | Evgeny Mandrikov | 2011-09-08 | 1 | -36/+6 |
| | |||||
* | SONAR-1091 Update library for detection of duplicates | Evgeny Mandrikov | 2011-09-07 | 38 | -0/+3177 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -24/+7 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -2/+4 |
| | |||||
* | fix coding violations | simonbrandhof | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 37 | -826/+826 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 37 | -0/+702 |
| | |||||
* | 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 | 38 | -0/+5142 |
value of rule parameters in Q profile console |