Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | 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 | 4 | -0/+207 | |
| | | | | | 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 | 106 | -106/+106 | |
| | ||||||
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 35 | -4666/+346 | |
| | | | | | | * 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 | 3 | -34/+34 | |
| | | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations | |||||
* | Fix test | Evgeny Mandrikov | 2011-12-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 15 | -333/+463 | |
| | | | | | | | | | * 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. | |||||
* | 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 | |
| | | | | | | * 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 | 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 ↵ | Evgeny Mandrikov | 2011-09-27 | 5 | -22/+211 | |
| | | | | 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 | 2 | -15/+49 | |
| | | | | | * Binary integer literals * Underscores in numeric literals | |||||
* | SONAR-1091 Use correct encoding during detection of duplications | Evgeny Mandrikov | 2011-09-08 | 4 | -43/+47 | |
| | ||||||
* | SONAR-1091 Update library for detection of duplicates | Evgeny Mandrikov | 2011-09-07 | 72 | -0/+8106 | |
| | ||||||
* | 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 | 38 | -827/+827 | |
| | ||||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 38 | -0/+703 | |
| | ||||||
* | 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 | 39 | -0/+5232 | |
value of rule parameters in Q profile console |