aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2013-05-291-3/+3
|
* Update copyright headersSimon Brandhof2013-04-22106-424/+424
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-21106-318/+318
|
* Fix test and replace hamcrest by fest-assertionsEvgeny Mandrikov2013-03-251-18/+14
|
* Enable testEvgeny Mandrikov2012-12-071-2/+0
|
* Fix some quality flawsEvgeny Mandrikov2012-12-051-3/+6
|
* Fix some quality flawsEvgeny Mandrikov2012-12-0511-25/+52
|
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-193-15/+8
| | | | Take into account only first and last lines from multiple successive and identical lines.
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-196-10/+59
| | | | Multiple successive and identical lines should be treated as one monolitic fragment.
* Remove some violations on unit testsDavid Gageot2012-06-141-20/+21
| | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
* Fix some quality flawsSimon Brandhof2012-05-251-2/+4
|
* Remove warningsDavid Gageot2012-05-233-42/+40
|
* Fix some quality flawsEvgeny Mandrikov2012-05-231-7/+3
|
* SONAR-3182 Remove unused codeEvgeny Mandrikov2012-05-083-173/+0
|
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-309-891/+0
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-275-0/+10
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-5/+6
|
* Remove warningsDavid Gageot2012-04-273-40/+42
|
* Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-023-6/+4
|
* Fix some typosSimon Brandhof2012-02-214-6/+7
|
* Mark org.sonar.duplications.cpd.CPD as deprecatedEvgeny Mandrikov2012-02-181-1/+5
|
* Fix some quality flawsEvgeny Mandrikov2012-02-174-9/+8
|
* Enforce that parameters are non null by default in sonar-duplicationsEvgeny Mandrikov2012-02-164-2/+58
|
* Remove deprecated and unused codeEvgeny Mandrikov2012-02-139-309/+55
|
* Fix some quality flawsEvgeny Mandrikov2012-02-062-0/+87
|
* Fix some quality flawsEvgeny Mandrikov2012-02-045-33/+60
|
* Fix some quality flawsEvgeny Mandrikov2012-02-035-47/+137
|
* Fix violationsEvgeny Mandrikov2012-02-023-11/+10
|
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-2613-86/+144
|
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-2615-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 languagesEvgeny Mandrikov2012-01-244-0/+207
| | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines.
* Fix violationsEvgeny Mandrikov2012-01-163-12/+14
|
* Update copyright header for this new yearSimon Brandhof2012-01-10106-106/+106
|
* SONAR-3139 Refactor our fork of PMD CPDEvgeny Mandrikov2012-01-1035-4666/+346
| | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions
* Fix violationsEvgeny Mandrikov2011-12-192-2/+2
|
* SONAR-3060 Improve new CPD algorithmEvgeny Mandrikov2011-12-153-34/+34
| | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations
* Fix testEvgeny Mandrikov2011-12-141-1/+1
|
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-1415-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 CPDEvgeny Mandrikov2011-12-081-7/+144
|
* Fix violations, increase coverageEvgeny Mandrikov2011-12-087-125/+142
|
* SONAR-3060 Use new CPD algorithmEvgeny Mandrikov2011-12-071-0/+1
|
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-0719-481/+1977
|
* Fix build with JDK5Simon Brandhof2011-11-031-2/+5
|
* Fix coding violationsSimon Brandhof2011-11-031-5/+2
|
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-242-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 Bolkensteyn2011-10-201-10/+1
| | | | other modules
* CPD: add support for Java 7 - try with resourceEvgeny Mandrikov2011-09-272-0/+28
|
* SONAR-2782 Fix detection of false-positive duplication in case of chain of casesEvgeny Mandrikov2011-09-273-12/+123
|
* SONAR-2837 Fix detection of false-positive duplication in case of ↵Evgeny Mandrikov2011-09-275-22/+211
| | | | initialization of multidimensional array
* Fix violationsEvgeny Mandrikov2011-09-121-1/+7
|