aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/issue
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Fix Quality GateMatteo Mara2025-04-031-24/+23
* SONAR-24639 Accept S1291 as a valid nosonar rule keyVictor2025-03-181-5/+8
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0912-12/+12
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-1/+0
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-183-69/+57
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-1/+1
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-161-1/+54
* SONAR-21575 Populate the issue filter chain after optional plugins have been ...Julien HENRY2024-02-091-7/+8
* NO-JIRA Update license headers to 2024Pierre2024-01-0311-11/+11
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-2/+22
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-2/+10
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab...Bruno Andrade2023-06-191-5/+5
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-161-1/+3
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+1
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-123-3/+3
* Update license templates for 2023Pierre2023-01-0211-11/+11
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-1/+6
* SONAR-17287 implementing new method from NewIssue interfaceLukasz Jarocki2022-09-161-3/+3
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-161-49/+60
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-1/+4
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-071-22/+22
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-6/+6
* Update license headers for 2022 [update headers]Pierre2022-01-2811-11/+11
* Improve code qualityDuarte Meneses2021-11-205-14/+14
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-6/+1
* SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI...Lukasz Jarocki2021-10-131-1/+3
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-172-3/+3
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-173-44/+99
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0811-11/+11
* fix code smellsPierre2020-12-141-5/+5
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-171-4/+2
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-2/+4
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-231-8/+2
* Format all headers for 2020Wouter Admiraal2020-01-0711-11/+11
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-103-9/+9
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ...Duarte Meneses2019-10-121-7/+2
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-128-19/+19
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-128-17/+19
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-125-14/+12
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-124-5/+5
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-121-3/+3
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-121-3/+3
* SONAR-11670 Drop preview modeJulien HENRY2019-02-217-557/+0
* SONAR-11631 add sonar.codePeriodVersion scanner propertySébastien Lesaint2019-02-111-1/+1
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-111-6/+6
* SONAR-11587 Rework issue exclusionsJulien HENRY2019-01-1610-375/+139
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-162-8/+8
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-161-11/+8
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-161-15/+15
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-161-10/+37