aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/test/java/org/sonar/api/batch/fs
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25263 Improve handling of AbsolutePathPredicate NPE when a relative pat...Antoine Vinot3 days1-0/+51
* SONAR-25316 Reduce syscalls from DefaultIndexedFile::uri()Christoph Dreis2025-06-161-0/+10
* NO-JIRA Remove unused import in test fileJonas Wielage2025-06-111-1/+0
* SONAR-25269 Restore FileSystem predicate optimization when using the HiddenFi...Jonas Wielage2025-06-114-63/+28
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-164-15/+97
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0918-18/+18
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0318-18/+18
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-121-2/+1
* SONAR-19096 add non-null check on the sanitizing of the relative path.Steve Marion2023-05-121-0/+8
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-081-20/+55
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-4/+4
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-7/+8
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ...Duarte Meneses2023-01-051-0/+38
* Update license templates for 2023Pierre2023-01-0217-17/+17
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-161-1/+9
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-6/+19
* SONAR-16057 Filesystem tests fail with NPEDuarte Meneses2022-02-281-3/+27
* Update license headers for 2022 [update headers]Pierre2022-01-2817-17/+17
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-291-0/+94
* Improve code qualityDuarte Meneses2021-11-202-12/+14
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-11/+4
* NO-JIRA fixed unit test that was not passing on windowsLukasz Jarocki2021-11-103-6/+10
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0816-16/+16
* fix code smellsPierre2020-12-142-8/+8
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-172-19/+26
* Format all headers for 2020Wouter Admiraal2020-01-0716-16/+16
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-106-19/+16
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ...Duarte Meneses2019-10-121-0/+2
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-122-6/+0
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1216-0/+1928