aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/filesystem
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25269 Restore FileSystem predicate optimization when using the HiddenFi...Jonas Wielage2025-06-111-4/+4
* SONAR-24784 Fix wrongly excluded symlinksAleksandra Bozhinoska2025-05-221-4/+17
* SONAR-25143 Hidden files should not be published on default when assigned to ...Jonas Wielage2025-05-221-2/+4
* SONAR-12421 Restrict hasFilename, hasExtension to module files in mod…Aleksandra Bozhinoska2025-05-201-3/+24
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-167-53/+252
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0927-27/+27
* SONAR-22045 Do not fail analysis due to broken symlinks or symlinks pointing ...Aleksandra Bozhinoska2025-01-071-0/+29
* SONAR-24067 Improve logs when preprocessing filesJavier García Orduña2025-01-061-2/+3
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-11/+8
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-182-4/+4
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot2024-12-181-2/+19
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-165-8/+8
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2024-01-041-3/+13
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-041-2/+3
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-042-10/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-048-323/+668
* NO-JIRA Update license headers to 2024Pierre2024-01-0322-22/+22
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-228-668/+323
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-222-6/+10
* Revert "SONAR-21195 Address pull request feedback"Matteo Mara2023-12-221-3/+2
* Revert "SONAR-21195 Fetch publishAllFiles value from the languages registered...Matteo Mara2023-12-221-13/+3
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ...Matteo Mara2023-12-211-3/+13
* SONAR-21195 Address pull request feedbackMatteo Mara2023-12-211-2/+3
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2023-12-212-10/+6
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-218-323/+668
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-6/+4
* SONAR-20006 - fix warning on analysis for use of sonar.tests.exclusions Benjamin Campomenosi2023-07-271-16/+35
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-135-15/+15
* SONAR-19423 Files without suffixes can be declared as belonging to a LanguageJacek Poreda2023-06-011-18/+20
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-083-5/+22
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-111-1/+1
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-094-22/+86
* Update license templates for 2023Pierre2023-01-0222-22/+22
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-122-6/+75
* SONAR-17571 Ensure file existence prior to file size assessmentKlaudio Sinani2022-11-081-3/+6
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-261-1/+8
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-1/+1
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-3/+14
* 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
* SONAR-16050 Scanner fails with NPE if user doesn't have permission to analyze...Duarte Meneses2022-03-281-5/+5
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-023-8/+10
* Update license headers for 2022 [update headers]Pierre2022-01-2822-22/+22
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-212-26/+27
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-293-4/+61
* Improve code qualityDuarte Meneses2021-11-201-1/+1
* Improve code qualityDuarte Meneses2021-11-181-2/+2