aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/main/java/org/sonar/api/batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25263 Improve handling of AbsolutePathPredicate NPE when a relative pat...Antoine Vinot2 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-165-16/+71
* Bump plugin-api from 11.4.0.2922 to 12.0.0.2960Antoine Vinot2025-05-141-0/+11
* SONAR-18645 remove deprecated StatusPredicatePierre2025-04-072-44/+2
* SONAR-24623 Remove the support of ProfileExporter and ProfileImporterJulien HENRY2025-03-181-2/+3
* SONAR-24521 Implements sonar plugin API addAnalysisData method in the scanner...Steve Marion2025-03-172-4/+32
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0982-82/+82
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-1/+1
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-0/+14
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-10/+0
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-131-2/+2
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-211-1/+0
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-162-5/+21
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-112-2/+13
* SONAR-23160 Improve exception message in DefaultSymbol.newReference (#10823)Martin Strecker2024-09-261-1/+5
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-121-0/+10
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+5
* Remove dead codeJulien HENRY2024-04-054-274/+0
* 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-1610-21/+21
* NO-JIRA Update license headers to 2024Pierre2024-01-0386-86/+86
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-045-18/+13
* SONAR-20552 Introduce new generic issue import format in scannerAlain Kermis2023-10-041-2/+2
* SONAR-20021 Fix Quality gate failure and issue with adhoc rule definitionLéo Geoffroy2023-08-211-6/+11
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-2/+0
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-7/+9
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-2/+6
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-183-8/+45
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-138/+0
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-12/+12
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-122-44/+4
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-0/+17
* 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
* [NO JIRA] Implement plugin api related to characteristics as no opsDuarte Meneses2023-04-282-4/+6
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-17/+14
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-8/+8
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-242-8/+8
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-14/+17
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-0/+25
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+2
* SONAR-13615 Prevent scanner failure in case of null character in issue messageEric Giffon2023-03-021-15/+13
* 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-0289-89/+89
* SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exceptionDuarte Meneses2022-12-132-2/+76
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-121-5/+2
* SONAR-17745 Message of issue location should be trimmedLéo Geoffroy2022-12-071-1/+2
* SONAR-17592 Manage formattings for truncation of messagesDuarte Meneses2022-12-011-5/+15