aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/report/ChangedLinesPublisher.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
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-3/+23
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-1/+2
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-211-12/+25
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13165 Scanner warns that it wasn't able to detected changed lines on fi...Duarte Meneses2020-03-061-9/+11
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-091-1/+1
* SONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with n...Duarte Meneses2019-07-241-3/+9
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-2/+2
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-3/+3
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-121-2/+2
* SONAR-11856 Store the "true" target branch in the scanner report to display i...Duarte Meneses2019-04-231-3/+3
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-161-7/+8
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ...Duarte Meneses2019-01-091-1/+0
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11365 Fix PR on PRJulien HENRY2018-10-161-8/+5
* SONAR-11125 Publish all components with measures but without sources of uncha...Janos Gyerik2018-09-191-3/+9
* SONAR-11139 Store changed lines information received in scanner reportDuarte Meneses2018-09-191-6/+9
* SONAR-11125 Add ITDuarte Meneses2018-09-191-1/+1
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ...Duarte Meneses2018-09-191-0/+101