aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/issue
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23974 Optimize the scanner reportJulien HENRY5 days4-15/+55
|
* SONAR-24003 Delete unnecessary importsJulien Camus5 days1-1/+0
|
* 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-22423 Prevent log message about optional autowired constructorEric Giffon2024-06-181-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-165-7/+7
| | | | org.apache.commons:commons-lang3
* SONAR-21575 Populate the issue filter chain after optional plugins have been ↵Julien HENRY2024-02-093-17/+48
| | | | | | | loaded Optional plugins can contribute IssueFilter, so we should not load the list of extensions too early. Moving the IssueFilters class in the child container was not possible due to many dependencies, so the choice has been made to make it "mutable": it is instantiated early to allow injection, but the list of IssueFilter is populated later.
* NO-JIRA Update license headers to 2024Pierre2024-01-0318-18/+18
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-042-3/+2
|
* 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
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-12/+12
|
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-161-0/+4
|
* Update license templates for 2023Pierre2023-01-0218-18/+18
|
* 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
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-0/+3
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-2818-18/+18
|
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-211-2/+0
|
* Improve code qualityDuarte Meneses2021-11-202-5/+2
|
* SONAR-15487 send isQuickFixAvailable fron scanner to CEPierre2021-10-131-0/+1
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-172-2/+2
|
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-174-9/+61
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0818-18/+18
|
* fix floating point equalityZipeng WU2020-12-091-1/+1
|
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-232-20/+8
|
* Format all headers for 2020Wouter Admiraal2020-01-0718-18/+18
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
|
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ↵Duarte Meneses2019-10-122-7/+16
| | | | account
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-122-9/+10
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-128-13/+13
| | | | sonar-plugin-api-impl
* Reduce dependency of sonar-scanner-engine on GuavaDuarte Meneses2019-07-124-13/+21
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1211-351/+12
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1211-16/+48
|
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-125-2/+309
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-2117-1671/+0
|
* SONAR-11631 add sonar.codePeriodVersion scanner propertySébastien Lesaint2019-02-112-3/+3
| | | | and pass it in scanner report as Metadata.codePeriodVersion property
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-113-18/+18
| | | | in scanner report
* SONAR-11587 Rework issue exclusionsJulien HENRY2019-01-1613-332/+156
|
* SONAR-11465 API cleanupJulien HENRY2019-01-165-13/+0
|
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-163-19/+16
|
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-161-3/+3
|
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-162-27/+12
|
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-167-28/+28
|
* Clean some scanner component namesJulien HENRY2019-01-163-4/+5
|