aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/test/java/org/sonar/api/batch
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25263 Improve handling of AbsolutePathPredicate NPE when a relative pat...Antoine Vinot45 hours1-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-165-16/+98
* Bump plugin-api from 11.4.0.2922 to 12.0.0.2960Antoine Vinot2025-05-141-1/+4
* SONAR-24521 Implements sonar plugin API addAnalysisData method in the scanner...Steve Marion2025-03-171-2/+47
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0935-35/+35
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-3/+4
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-182-7/+6
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-161-1/+4
* SONAR-23160 Improve exception message in DefaultSymbol.newReference (#10823)Martin Strecker2024-09-261-1/+15
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0335-35/+35
* SONAR-20021 Fix Quality gate failure and issue with adhoc rule definitionLéo Geoffroy2023-08-211-4/+23
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-23/+32
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-0/+8
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-182-18/+0
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-183-189/+0
* 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-19197 Add code_variants to issues tableEric Giffon2023-05-161-1/+3
* 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
* [NO JIRA] Implement plugin api related to characteristics as no opsDuarte Meneses2023-04-282-10/+6
* SONAR-19050 Add tests to fix coverageLéo Geoffroy2023-04-282-1/+18
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-9/+6
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-6/+7
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-242-7/+6
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-6/+9
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-4/+4
* SONAR-13615 Prevent scanner failure in case of null character in issue messageEric Giffon2023-03-021-13/+5
* [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-0236-36/+36
* SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exceptionDuarte Meneses2022-12-132-7/+62
* SONAR-17745 Message of issue location should be trimmedLéo Geoffroy2022-12-071-0/+11
* SONAR-17592 Manage formattings for truncation of messagesDuarte Meneses2022-12-011-2/+46
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-012-5/+85
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-161-1/+9
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-261-6/+19
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-6/+42
* SONAR-17287 implementing new method from NewIssue interfaceLukasz Jarocki2022-09-161-1/+2
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-161-13/+31
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-1/+3
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-38/+38
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-5/+4
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-241-3/+3
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-181-0/+21
* SONAR-16057 Filesystem tests fail with NPEDuarte Meneses2022-02-281-3/+27