aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/source
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-044-8/+8
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0923-23/+23
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-301-6/+3
* SONAR-22265 Get the scm info from the previous branch analysis instead of the...antoine.vinot2024-12-181-2/+4
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-2/+2
* 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-263-36/+40
* NO-JIRA Update license headers to 2024Pierre2024-01-0323-23/+23
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-112-4/+11
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-172-602/+0
* SONAR-18195 Missing SCM data might cause a NPE in the Compute EngineDuarte Meneses2023-01-131-1/+13
* SONAR-18174 Analyzer cache should be kept in the file system to decrease memo...Duarte Meneses2023-01-121-1/+2
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-1/+1
* Update license templates for 2023Pierre2023-01-0225-25/+25
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-3/+3
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-231-14/+41
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-043-20/+20
* Update license headers for 2022 [update headers]Pierre2022-01-2825-25/+25
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-212-11/+33
* Improve code qualityDuarte Meneses2021-11-205-19/+19
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-199-96/+65
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-4/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0825-25/+25
* fix code smellsPierre2020-12-142-2/+2
* Fix AssertJ assertionsPhilippe Perrin2020-12-141-2/+2
* SONAR-13221 Feedback from review and fix testsDuarte Meneses2020-05-251-1/+2
* SONAR-13221 File sourcesDuarte Meneses2020-05-251-0/+3
* SONAR-12802 SONAR-12927 Fix moved file detection for cobol and when calculati...Duarte Meneses2020-02-072-9/+13
* Format all headers for 2020Wouter Admiraal2020-01-0725-25/+25
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
* SONAR-12690 Detection of changed lines between branches without SCM not worki...Duarte Meneses2019-12-091-1/+50
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-22/+6
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-2/+2
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-091-2/+2
* SONAR-12394 Load analysis new code period based on hierarchy of New Code Peri...Duarte Meneses2019-09-241-2/+2
* Fix testsDuarte Meneses2019-09-041-17/+14
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-122-2/+2
* SONAR_11996 Fallback to line comparison to detect new lines in Short Lived Br...Duarte Meneses2019-05-242-9/+62
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-301-2/+2
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-171-17/+14
* SONAR-11464 Change folder names to be the relative path to their parentJulien HENRY2019-01-162-14/+14
* SONAR-11464 Only load files from Scanner ReportDuarte Meneses2019-01-163-15/+11
* Fix license headers for 2019Duarte Meneses2019-01-0225-25/+25
* SONAR-11529 CE fails if the same duplicated text block is found twiceDuarte Meneses2018-11-301-0/+17
* Replace guava optional with java.util.OptionalDuarte Meneses2018-11-131-1/+1
* SONAR-11280 add TreeRootHolder#isEmptySébastien Lesaint2018-10-111-2/+3
* SONAR-11238 move PersistFileSourcesStep to source packageSébastien Lesaint2018-10-101-0/+458
* SONAR-11238 record warning when broken symbol data in reportSébastien Lesaint2018-10-101-4/+97
* SONAR-11238 debug log instead of warn when highlighting data errorSébastien Lesaint2018-10-101-5/+5
* SONAR-11238 record warning when broken highlighting data in reportSébastien Lesaint2018-10-109-208/+577