aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizerJulien HENRY2017-05-092-16/+20
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1041-82/+82
* remove use of Guava's Objects.equalSébastien Lesaint2016-05-241-3/+2
* SONAR-7158 Time limit for calculation of duplications is ineffectiveDuarte Meneses2016-03-151-0/+1
* Fix project title in copyright headersSimon Brandhof2016-01-1341-41/+41
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0541-164/+164
* SONAR-2867 Standard copy-paste detection should happen within a project, not ...Duarte Meneses2015-12-211-0/+32
* Fix deprecated codeDavid Gageot2015-07-072-6/+6
* SONAR-6370 remove duplicated class DuplicationPredicatesSimon Brandhof2015-06-051-38/+0
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-152-9/+9
* Useless codeDavid Gageot2015-05-122-3/+3
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-3/+6
* Replace fest-assert by assertJSimon Brandhof2015-01-106-6/+6
* Fix quality flawsSimon Brandhof2014-10-091-7/+2
* Fic compatibility of hamcrest with java 6Simon Brandhof2014-06-201-2/+3
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-209-25/+23
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-2110-221/+223
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1142-42/+42
* Update copyright headersSimon Brandhof2013-04-2242-168/+168
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2142-126/+126
* Fix test and replace hamcrest by fest-assertionsEvgeny Mandrikov2013-03-251-18/+14
* Enable testEvgeny Mandrikov2012-12-071-2/+0
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-192-3/+5
* Remove some violations on unit testsDavid Gageot2012-06-141-20/+21
* Remove warningsDavid Gageot2012-05-233-42/+40
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-301-93/+0
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+1
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-5/+6
* Remove warningsDavid Gageot2012-04-272-38/+41
* Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-022-2/+2
* Fix some typosSimon Brandhof2012-02-212-4/+5
* Remove deprecated and unused codeEvgeny Mandrikov2012-02-135-183/+43
* Fix some quality flawsEvgeny Mandrikov2012-02-061-0/+39
* Fix some quality flawsEvgeny Mandrikov2012-02-041-9/+7
* Fix some quality flawsEvgeny Mandrikov2012-02-031-0/+22
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-262-27/+22
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-264-20/+207
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-241-0/+72
* Update copyright header for this new yearSimon Brandhof2012-01-1040-40/+40
* SONAR-3060 Improve new CPD algorithmEvgeny Mandrikov2011-12-151-3/+1
* Fix testEvgeny Mandrikov2011-12-141-1/+1
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-147-165/+218
* Add couple of functional tests for CPDEvgeny Mandrikov2011-12-081-7/+144
* Fix violations, increase coverageEvgeny Mandrikov2011-12-081-0/+46
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-078-481/+931
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-241-46/+0
* CPD: add support for Java 7 - try with resourceEvgeny Mandrikov2011-09-271-0/+27
* SONAR-2782 Fix detection of false-positive duplication in case of chain of casesEvgeny Mandrikov2011-09-272-10/+121
* SONAR-2837 Fix detection of false-positive duplication in case of initializat...Evgeny Mandrikov2011-09-272-18/+136
* SONAR-1091 Sonar-CPD: support Java 7 (JSR334)Evgeny Mandrikov2011-09-081-6/+38