aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21575 Populate the issue filter chain after optional plugins have been ↵Julien HENRY2024-02-091-0/+1
| | | | | | | 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.
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-044-0/+15
|
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-224-15/+0
| | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e.
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-214-0/+15
|
* SONAR-17259 Remove unsupported XML tag for generic test execution reportMatteo Mara2022-09-222-4/+4
|
* SONAR-17288 add medium testsLukasz Jarocki2022-09-161-0/+11
|
* SONAR-16554 fix scanner failing to create report for multi-modules projects ↵Philippe Perrin2022-07-1210-0/+111
| | | | with no code to analyse
* SONAR-11449 Drop deprecated property sonar.languageBenoît Gianinetti2019-03-197-8/+0
|
* SONAR-11621 Use scm based exclusion in scanner engineBenoît Gianinetti2019-01-227-0/+45
|
* Move scan test resources outside IDE classpathSimon Brandhof2018-11-3038-0/+363
| | | | That fixes the compatibility with Idea 2018.3
* Cleanup unused test filesJulien HENRY2016-09-077-9/+0
|
* Rename batch into scannerJulien HENRY2016-03-187-0/+9