aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24521 Implements sonar plugin API addAnalysisData method in the ↵Steve Marion2025-03-171-2/+47
| | | | | | scanner-engine. Add Xoo plugin sensor that utilizes the analysisData method.
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0951-51/+51
|
* 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
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-2/+6
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-142-19/+19
|
* SONAR-23160 Improve exception message in DefaultSymbol.newReference (#10823)Martin Strecker2024-09-261-1/+15
|
* SONAR-22352 fix test AES GCM/ECB assertions to comply with different ↵Steve Marion2024-06-182-22/+10
| | | | underlying implementation of encryption algorithm.
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-101-8/+21
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-0/+63
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-166-7/+6
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-0350-50/+50
|
* 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-184-190/+1
|
* 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
| | | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-031-0/+31
|
* [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
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-6/+7
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* 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-112-7/+7
|
* SONAR-13615 Prevent scanner failure in case of null character in issue messageEric Giffon2023-03-021-13/+5
|
* [NO JIRA] fix test incorrect assertion of positivitySteve Marion2023-01-301-1/+1
|
* [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
| | | | character limit
* Update license templates for 2023Pierre2023-01-0250-50/+50
|
* 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-17150 fix SSF-39Aurelien2022-08-111-0/+10
|
* 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
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-5/+12
| | | | - introduce internal SonarQubeVersion
* SONAR-16232 Fix version metadataDuarte Meneses2022-04-211-1/+1
|