aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/duplication
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0917-17/+17
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+92
* NO-JIRA Update license headers to 2024Pierre2024-01-0316-16/+16
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-6/+6
* SONAR-13362 Do not show a deprecation warning if cross-project duplication is...Duarte Meneses2023-05-051-4/+4
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-3/+2
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-4/+4
* Update license templates for 2023Pierre2023-01-0216-16/+16
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-123-5/+5
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-222-4/+3
* Update license headers for 2022 [update headers]Pierre2022-01-2816-16/+16
* Improve code qualityDuarte Meneses2021-11-181-1/+1
* Fix code quality issuesDuarte Meneses2021-10-251-2/+2
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-291-3/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0816-16/+16
* Format all headers for 2020Wouter Admiraal2020-01-0716-16/+16
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-093-3/+1
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-041-6/+4
* Use arrays insted of set for DuplicatesDuarte Meneses2019-09-042-5/+5
* SONAR-11458 Log analysis warning when cross-project duplication detection is ...Duarte Meneses2019-06-282-62/+49
* SONAR-12188 Density of duplications is calculated with number of lines of tes...Duarte Meneses2019-06-131-7/+7
* SONAR-11463 Relocate issues from modules/dirs to root projectDuarte Meneses2019-01-161-4/+1
* Fix license headers for 2019Duarte Meneses2019-01-0216-16/+16
* Fix Quality flawsSimon Brandhof2018-11-181-1/+1
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-131-2/+2
* SONAR-11394 Calculate estimated overall duplication in SLBDuarte Meneses2018-11-073-39/+52
* SONAR-11367 Write duplication for changed files in PR and SLBDuarte Meneses2018-11-071-1/+1
* Fix bugs, mainly about type castsSimon Brandhof2018-10-181-18/+13
* SONAR-10555 enforce at API level that project version is never nullSébastien Lesaint2018-10-033-7/+5
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-2915-0/+1260