aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem/ProjectFileIndexer.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-161-12/+13
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-041-204/+28
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-221-28/+204
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-211-204/+28
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-091-9/+12
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-121-1/+53
* NO-JIRA fix code smellsAurelien Poscia2022-10-131-1/+2
* SONAR-17305 prevent set sonar.global.XX properties in scannerBenjamin Campomenosi2022-10-071-2/+5
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-291-4/+5
* SONAR-13867 revertMichal Duda2020-09-171-5/+4
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-171-4/+5
* SONAR-13042 fix exclusion counts in Scanner logsJacek2020-03-061-4/+4
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-121-3/+3
* SONAR-11558 Index basedir by default when sonar.sources is not providedJulien HENRY2019-02-181-4/+12
* SONAR-11621 Use scm based exclusion in scanner engineBenoƮt Gianinetti2019-01-221-22/+72
* SONAR-11606 Stop excluding directories starting with a dotDuarte Meneses2019-01-161-7/+17
* SONAR-11508 Missing global server settings in module settingsJulien HENRY2019-01-161-2/+5
* SONAR-11508 Rework FS loggingJulien HENRY2019-01-161-13/+20
* SONAR-11508 Rework inclusion/exclusion to restore support of module overridesJulien HENRY2019-01-161-8/+9
* change year in file headersStas Vilchik2019-01-161-1/+1
* SONAR-11598 Rework CPD exclusionsJulien HENRY2019-01-161-15/+15
* SONAR-11480 SONAR-11508 Consider server side settings when evaluating module ...Julien HENRY2019-01-161-3/+13
* Fix quality flawsJulien HENRY2019-01-161-10/+5
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-161-2/+0
* SONAR-11465 Rework scanner logsJulien HENRY2019-01-161-1/+33
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-161-13/+27
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-161-0/+168