aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/duplication
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0913-13/+13
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-2/+2
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+112
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-261-1/+14
* NO-JIRA Update license headers to 2024Pierre2024-01-0312-12/+12
* SONAR-13362 Do not show a deprecation warning if cross-project duplication is...Duarte Meneses2023-05-051-6/+9
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-112-10/+16
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-8/+9
* Update license templates for 2023Pierre2023-01-0212-12/+12
* Update license headers for 2022 [update headers]Pierre2022-01-2812-12/+12
* Improve code qualityDuarte Meneses2021-11-206-23/+11
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-197-118/+73
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0812-12/+12
* Format all headers for 2020Wouter Admiraal2020-01-0712-12/+12
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-092-2/+0
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-042-13/+9
* move WrapInSingleElementArray to the single module where it's usedSébastien Lesaint2019-08-141-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-2/+2
* SONAR-11458 Log analysis warning when cross-project duplication detection is ...Duarte Meneses2019-06-283-23/+26
* SONAR-12188 Density of duplications is calculated with number of lines of tes...Duarte Meneses2019-06-131-2/+27
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ...Duarte Meneses2019-02-111-7/+4
* SONAR-11464 Only load files from Scanner ReportDuarte Meneses2019-01-161-42/+6
* Fix license headers for 2019Duarte Meneses2019-01-0212-12/+12
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-131-2/+1
* SONAR-11394 Apply feedback and fix ITDuarte Meneses2018-11-072-5/+20
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-072-188/+24
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-2912-0/+2250