aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/issue/IssuePublisher.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23974 Optimize the scanner reportJulien HENRY5 days1-11/+11
|
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-5/+0
|
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-211-1/+2
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-161-3/+8
|
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-121-4/+9
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* 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/+1
|
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-8/+21
|
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-0/+10
|
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-161-0/+4
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-1/+18
|
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-4/+5
|
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
|
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-161-3/+20
|
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-15487 send isQuickFixAvailable fron scanner to CEPierre2021-10-131-0/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-2/+2
| | | | sonar-plugin-api-impl
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-121-2/+8
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-2/+2
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-121-2/+2
|
* SONAR-11587 Rework issue exclusionsJulien HENRY2019-01-161-1/+1
|
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-161-0/+194