Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONARPY-2296 Fix quality issues: ensure calls to Name#symbolV2 are ch… #2124

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

guillaume-dequenne-sonarsource
Copy link
Contributor

@guillaume-dequenne-sonarsource guillaume-dequenne-sonarsource commented Nov 1, 2024

SONARPY-2296

Note: the added conditions are defensive and most of them should never be reachable in actual code, as symbols for parameters, functions, classes, etc... can't actually be null.
The underlying problem of nullability of symbolsV2 should be addressed through SONARPY-2259 and SONARPY-2260.

Copy link

sonarqube-next bot commented Nov 1, 2024

Quality Gate failed Quality Gate failed

Failed conditions
83.8% Coverage on New Code (required ≥ 95%)

See analysis details on SonarQube

@guillaume-dequenne-sonarsource guillaume-dequenne-sonarsource marked this pull request as ready for review November 1, 2024 12:58
Copy link
Contributor

@Seppli11 Seppli11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@guillaume-dequenne-sonarsource guillaume-dequenne-sonarsource merged commit 9637258 into master Nov 1, 2024
12 of 13 checks passed
@guillaume-dequenne-sonarsource guillaume-dequenne-sonarsource deleted the SONARPY-2296 branch November 1, 2024 13:11
@guillaume-dequenne-sonarsource guillaume-dequenne-sonarsource restored the SONARPY-2296 branch November 1, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants