Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |