aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/test/java/org/sonar/duplications/java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-033-3/+3
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+2
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-121-30/+30
* Update license templates for 2023Pierre2023-01-023-3/+3
* Update license headers for 2022 [update headers]Pierre2022-01-283-3/+3
* Improve code qualityDuarte Meneses2021-11-201-5/+5
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-083-3/+3
* Format all headers for 2020Wouter Admiraal2020-01-073-3/+3
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-3/+3
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-7/+51
* Fix license headers for 2019Duarte Meneses2019-01-023-3/+3
* Fix license headers for 2018Simon Brandhof2018-01-073-3/+3
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-232-137/+135
* SONAR-9111 Remove Guava dependency from sonar-duplicationsJulien HENRY2017-10-042-74/+74
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-103-6/+6
* Fix project title in copyright headersSimon Brandhof2016-01-133-3/+3
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-053-12/+12
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-152-9/+9
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-4/+4
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-213-141/+139
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-113-3/+3
* Update copyright headersSimon Brandhof2013-04-223-12/+12
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-213-9/+9
* Enable testEvgeny Mandrikov2012-12-071-2/+0
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-191-0/+2
* Remove warningsDavid Gageot2012-04-272-38/+41
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-261-14/+13
* Update copyright header for this new yearSimon Brandhof2012-01-103-3/+3
* Add couple of functional tests for CPDEvgeny Mandrikov2011-12-081-7/+144
* 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-271-9/+128
* SONAR-1091 Sonar-CPD: support Java 7 (JSR334)Evgeny Mandrikov2011-09-081-6/+38
* SONAR-1091 Use correct encoding during detection of duplicationsEvgeny Mandrikov2011-09-082-6/+40
* SONAR-1091 Update library for detection of duplicatesEvgeny Mandrikov2011-09-072-0/+453