aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/main/java/org/sonar/duplications/detector/suffixtree/TextSet.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-281-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-181-15/+6
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6370 Decrease coupling of sonar-duplications with guavaSimon Brandhof2015-05-281-2/+2
* Revert "Fix quality flaws"Julien Lancelot2015-02-231-3/+4
* Revert "Add missing null check on equals"Julien Lancelot2015-02-231-1/+1
* Add missing null check on equalsJulien Lancelot2015-02-231-1/+1
* Fix quality flawsJulien Lancelot2015-02-231-4/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-141-15/+15
* Fix violations, increase coverageEvgeny Mandrikov2011-12-081-10/+51
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-071-0/+73