aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0842-42/+42
* Format all headers for 2020Wouter Admiraal2020-01-0742-42/+42
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-105-10/+8
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-7/+51
* Fix license headers for 2019Duarte Meneses2019-01-0242-42/+42
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-192-3/+4
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-192-4/+3
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-172-3/+4
* Fix some Java compiler warningsSimon Brandhof2018-03-123-20/+21
* Fix license headers for 2018Simon Brandhof2018-01-0742-42/+42
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-2331-188/+183
* SONAR-9111 Remove Guava dependency from sonar-duplicationsJulien HENRY2017-10-045-98/+97
* 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-1042-84/+84
* 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-1342-42/+42
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0542-168/+168
* 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-1143-43/+43
* Update copyright headersSimon Brandhof2013-04-2243-172/+172
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2143-129/+129
* 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 Remove unused codeEvgeny Mandrikov2012-05-081-68/+0
* 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-273-40/+42
* 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-264-31/+85
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-264-20/+207