aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/main/java/org/sonar/duplications/detector/suffixtree/Search.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
* Update license templates for 2023Pierre2023-01-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* 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 license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix Quality flawsSimon Brandhof2016-07-181-6/+1
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-291-11/+11
* 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-6/+10
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
* Fix some quality flawsSimon Brandhof2014-03-191-1/+1
|\
| * Fixes a couple of issues by using interfaces rather than a specific implement...Hans Joachim Desserud2013-11-021-1/+1
* | 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
* Fix some quality flawsEvgeny Mandrikov2012-12-051-2/+4
* Fix some typosSimon Brandhof2012-02-211-1/+1
* Fix some quality flawsEvgeny Mandrikov2012-02-171-5/+5
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Fix violationsEvgeny Mandrikov2011-12-191-1/+1
* SONAR-3060 Improve new CPD algorithmEvgeny Mandrikov2011-12-151-29/+32
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-141-9/+34
* Fix violations, increase coverageEvgeny Mandrikov2011-12-081-1/+1
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-071-0/+137