aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/main/java/org/sonar/api/batch/sensor
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-161-6/+4
* Bump plugin-api from 11.4.0.2922 to 12.0.0.2960Antoine Vinot2025-05-141-0/+11
* 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-0931-31/+31
* 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-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
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-165-10/+10
* NO-JIRA Update license headers to 2024Pierre2024-01-0331-31/+31
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-8/+5
* 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
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-0/+17
* [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-13615 Prevent scanner failure in case of null character in issue messageEric Giffon2023-03-021-15/+13
* Update license templates for 2023Pierre2023-01-0231-31/+31
* SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exceptionDuarte Meneses2022-12-132-2/+76
* 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
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-014-5/+152
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-162-18/+13
* SONAR-17287 implementing new method from NewIssue interfaceLukasz Jarocki2022-09-162-2/+7
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-162-16/+70
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-231-2/+5
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+13
* SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and 'uncovered...Duarte Meneses2022-06-211-1/+1
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-1/+1
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-241-2/+2
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-181-0/+34
* SONAR-16064 new API in SensorContext to indicate possibility to skip unchange...Zipeng WU2022-02-261-0/+11
* Update license headers for 2022 [update headers]Pierre2022-01-2828-28/+28
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-1/+0
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-031-11/+17
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-291-0/+19
* Improve code qualityDuarte Meneses2021-11-201-3/+0
* SONAR-15487 add quickfix flag in plugin-apiPierre2021-10-131-0/+12