Releases: SonarSource/sonar-analyzer-commons
Releases · SonarSource/sonar-analyzer-commons
2.11.0.2861
What's Changed
- Prepare next development iteration 2.11 by @leonardo-pilastri-sonarsource in #329
- Override addQuickFix in IssueBuilders to get more specific issue type by @leonardo-pilastri-sonarsource in #330
Full Changelog: 2.10.0.2849...2.11.0.2861
2.10.0.2849
Release notes - Sonar Analyzer Commons - 2.10
New Feature
ACOMMONS-8 Add quickfix verification API
ACOMMONS-9 Add "assertNoIssuesRaised" to SingleFileVerifier
2.9.0.2753
What's Changed
- Prepare next development iteration 2.9 by @johann-beleites-sonarsource in #316
- Fix failing build: add
ARTIFACTORY_ACCESS_TOKENvariable by @petertrr in #318 - SONARPHP-1383 Add
\0as an allowed PHP regex element by @petertrr in #317
New Contributors
Full Changelog: 2.8.0.2699...2.9.0.2753
2.8.0.2699
What's Changed
- Remove noisy logs when rule section is emtpy by @Wohops in #309
- SONAR-21157 Fix CI error due to SQ 10.4 new requirement: ERROR EnvironmentInformation compiled 61 only recognizes up to 55 by @alban-auzeill in #311
- Add simple Map and List length prefix serializer by @karim-ouerghemmi-sonarsource in #313
- Update parent and license headers by @johann-beleites-sonarsource in #315
New Contributors
- @michael-jabbour-sonarsource made their first contribution in #310
Full Changelog: 2.7.0.1482...2.8.0.2699
2.7.0.1482
What's Changed
- Prevent ExternalRuleLoader to manipulate code attribute and impact fields when runtime API < 10.1 by @alban-auzeill in #305
- Remove usage of @beta cleanCodeAttribute and addImpact of NewExternal Issue that could be removed in a near future by @alban-auzeill in #306
Full Changelog: 2.6.0.1473...2.7.0.1482
2.6.0.1473
What's Changed
- Avoid calling 'scan' two times in code recognizers by @Wohops in #297
- Add
keySetmethod onPMapandstreammethod onPSetandPStackby @Swalkyn in #298 - Update sonar-plugin-api to 10.0 and use slf4j Logger by @alban-auzeill in #300
- Support Clean Code Taxonomy data by @irina-batinic-sonarsource in #303
Full Changelog: 2.5.0.1358...2.6.0.1473
2.5.0.1358
Update rule loader to allow education rules to not have a "How to fix it?" section.
2.4.0.1317
Support Python 3.11 regex features (Atomic grouping and possessive quantifiers) and add a new regex finder for S5852 (RedosCheck)
2.3.0.1263
Update support for the newest education format rule descriptions.
2.2.0.1251
Add support for education format rule descriptions.