aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/scan/filesystem/ModuleInputComponentStoreTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12421 Restrict hasFilename, hasExtension to module files in mod…Aleksandra Bozhinoska2025-05-201-46/+111
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* 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-1/+2
* SONAR-13867 revertMichal Duda2020-09-171-2/+1
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-171-1/+2
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-3/+3
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-3/+3
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-121-3/+3
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-121-1/+1
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-161-4/+6
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-161-1/+1
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-161-7/+3
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-161-11/+11
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix some Java compiler warningsSimon Brandhof2018-03-121-2/+2
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-231-2/+5
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-271-2/+1
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-3/+3
* SONAR-9701 Don't publish coverage, scm and source of unchanged filesJulien HENRY2017-09-121-1/+2
* SONAR-9607 Do not copy unchanged source files in scanner reportJulien HENRY2017-08-071-1/+2
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-041-1/+1
* SONAR-9641 Add URIPredicateJulien HENRY2017-08-041-2/+1
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-2/+3
* Add unit tests to verify behavior depending on sensor strategy (#1745)Janos Gyerik2017-03-061-4/+49
* SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-021-8/+28
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8630 query by filename and ext (#1555)Janos Gyerik2017-01-271-0/+94