aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/filemove
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-097-7/+7
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-4/+4
* 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-037-7/+7
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-212-1095/+0
* SONAR-17176 Change folder for saving score matrix to fix security hotspotLéo Geoffroy2023-01-121-1/+5
* [NO-JIRA] Use record for data classesZipeng WU2023-01-123-13/+13
* Update license templates for 2023Pierre2023-01-029-9/+9
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-263-28/+438
* SONAR-13579 Ensure issue tracking between new file on Pull Request and origin...Klaudio Sinani2022-10-261-0/+11
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-18/+18
* NO-JIRA fixing faulty test in ScoreMatricDumperImplTestLukasz Jarocki2022-05-051-7/+15
* Delete files if exist in ScoreMatrixDumperImplTestJacek2022-04-281-8/+6
* NO-JIRA fixed unit test that sometimes was not passingLukasz Jarocki2022-04-221-8/+12
* NO-JIRA fixed issues in ScoreMatrixDumperImplTest that occured sometimes on s...Lukasz Jarocki2022-04-051-7/+7
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* Improve code qualityDuarte Meneses2021-11-202-2/+2
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-193-46/+27
* Improve code qualityDuarte Meneses2021-11-181-12/+14
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-3/+1
* fix code smellsPierre2020-12-142-3/+3
* SONAR-13221 File sourcesDuarte Meneses2020-05-251-0/+2
* SONAR-13221 Set primary key of 'SNAPSHOTS' table to column 'UUID' and drop 'ID'Julien Lancelot2020-05-251-3/+2
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-142-6/+3
* SONAR-12802 SONAR-12927 Fix moved file detection for cobol and when calculati...Duarte Meneses2020-02-072-5/+4
* Format all headers for 2020Wouter Admiraal2020-01-078-8/+8
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-2/+2
* 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-1/+1
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-171-2/+1
* SONAR-11463 Change FileMoveDetection to use uuids instead of keysJulien HENRY2019-01-162-37/+37
* SONAR-11464 Change folder names to be the relative path to their parentJulien HENRY2019-01-161-2/+2
* SONAR-11464 Only load files from Scanner ReportDuarte Meneses2019-01-161-5/+4
* Fix license headers for 2019Duarte Meneses2019-01-028-8/+8
* SONAR-11513 backdate issues on new filesSébastien Lesaint2018-12-032-20/+192
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-041-2/+2
* SONAR-10555 enforce at API level that project version is never nullSébastien Lesaint2018-10-031-27/+27
* SONAR-11077 fix DEBUG log in FileMoveDetectionStepSimon Brandhof2018-08-071-0/+5
* SONAR-11077 add statistics to CE FileMoveDetectionStepSimon Brandhof2018-08-021-15/+50
* SONAR-11077 ability to log statistics from CE task stepsSimon Brandhof2018-08-021-16/+17
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-291-1/+1
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-291-1/+1
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-297-0/+1229