aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/main/java/org/sonar/api/batch/fs
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25263 Improve handling of AbsolutePathPredicate NPE when a relative pat...Antoine Vinot4 days1-5/+16
* SONAR-25316 Reduce syscalls from DefaultIndexedFile::uri()Christoph Dreis2025-06-161-1/+3
* SONAR-25269 Restore FileSystem predicate optimization when using the HiddenFi...Jonas Wielage2025-06-114-16/+12
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-164-10/+67
* SONAR-18645 remove deprecated StatusPredicatePierre2025-04-072-44/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0944-44/+44
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-8/+8
* NO-JIRA Update license headers to 2024Pierre2024-01-0344-44/+44
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-043-9/+7
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-133-9/+9
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-122-44/+4
* SONAR-19096 add non-null check on the sanitizing of the relative path.Steve Marion2023-05-121-1/+9
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-082-5/+22
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+2
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ...Duarte Meneses2023-01-051-0/+10
* Update license templates for 2023Pierre2023-01-0245-45/+45
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-121-5/+2
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-162-4/+44
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-263-17/+17
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-262-3/+29
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-232-0/+14
* SONAR-16057 Filesystem tests fail with NPEDuarte Meneses2022-02-281-3/+5
* Update license headers for 2022 [update headers]Pierre2022-01-2844-44/+44
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-291-0/+38
* Fix code quality issuesDuarte Meneses2021-10-251-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0843-43/+43
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-173-7/+20
* Format all headers for 2020Wouter Admiraal2020-01-0743-43/+43
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-102-2/+2
* 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-121-16/+0
* SONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with n...Duarte Meneses2019-07-241-1/+1
* Fix code quality issuesDuarte Meneses2019-07-124-5/+5
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1243-0/+3878